Skip to content

Commit 73cd9d3

Browse files
committed
added 0.2.1 release notes draft
1 parent bed3c96 commit 73cd9d3

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
# CHANGELOG
22

3+
### 0.2.1 - 15/06/2021
4+
5+
* New: Import metadata from [datapackage.json](https://github.com/cividi/spatial-data-package) file (w/o data layers)
6+
* New: Interface for editing [data package contributors](https://specs.frictionlessdata.io/data-package/#contributors)
7+
* Fixed: UTF-8 issues when exporting/importing layers
8+
* Future: Prepared plugin for full data package import including data layers
9+
310
### 0.2.0 - 09/12/2020
411

512
* Now left experimental stage
613
* Added code coverage report on GitHub project
714
* Fixed: export bugs (title, description, single symbol layer names)
8-
* New: Added a plugin setting for snapshot layers to be discarded, kept as memory layers ot written as GeoJSON
15+
* New: Added a plugin setting for data package layers to be discarded, kept as memory layers ot written as GeoJSON
916
* New: Shapes of legend entries can be manually changed before exporting
1017
* New: Option to not crop exported layers to bounds
11-
* New: Store and load snapshot settings to the project
12-
* New: Added Keywords UI to set snapshot keywords
18+
* New: Store and load data package settings to the project
19+
* New: Added Keywords UI to set data package keywords
1320
* New: Layer keywords and licenses are exported to Data Package
1421
* New: Add template file paths to settings dialog
1522
* New: Use author of the QGIS project in contributor
@@ -35,7 +42,7 @@
3542

3643
* Processing algorithm for Styles to Attributes
3744
* Initial DockWidget with some of the fields required for data package
38-
* Initial support for file exports of the datapackage snapshots
45+
* Initial support for file exports of data package snapshots
3946
* Initial tests
4047

4148
###

0 commit comments

Comments
 (0)