diff --git a/CHANGELOG.md b/CHANGELOG.md index b6aa70766d..0d889a953a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ See the [change log guidelines](http://keepachangelog.com/) for information on h ## [Unreleased] +## [5.0.1] + +### Added +- Add an option to overwrite content in Geopackage Writer instead of appending content +- Add a parameter to the GeoPackage writer that allows creating tables for all mapping-relevant target types +- Add the creation of a .cpg file when a .shp file is beeing exported + +### Fixed +- Fix the Commons Text security vulnerability +- Fix to Proxy settings to be able to contact update sites when Proxy usage is required +- Fix the automation of the build process + + ## [5.0.0] ### Added diff --git a/doc/plugins/eu.esdihumboldt.hale.doc.user/html/new/5_0_1.xhtml b/doc/plugins/eu.esdihumboldt.hale.doc.user/html/new/5_0_1.xhtml new file mode 100644 index 0000000000..9c767a24e6 --- /dev/null +++ b/doc/plugins/eu.esdihumboldt.hale.doc.user/html/new/5_0_1.xhtml @@ -0,0 +1,60 @@ + + + +
+ ++ For a full list of changes, please check out the changelog on GitHub +
+ +To avoid any compatibility issues when using an existing workspace, we recommend starting with a fresh one when you install + hale»studio 5.0.1
+ +The development work for this release was co-funded by the European Health and Digital Executive Agency (HaDEA) under Action No 2018-EU-IA-0093.
+ +New features |
+ |
Overwrite content in Geopackage Writer | +
+ + This release add a parameter to the GeoPackage writer that allow overwriting the target file if it exists. The parameter is disabled by default so that data is appended to an existing file unless overwriting is explicitly requested. + ++ + + |
+
Parameter to the GeoPackage writer | +
+ + This release add a parameter to the GeoPackage writer that allows creating tables for all mapping-relevant target types, even if they have no instances. + ++ + + |
+