|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 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 | + |
3 | 10 | ### 0.2.0 - 09/12/2020 |
4 | 11 |
|
5 | 12 | * Now left experimental stage |
6 | 13 | * Added code coverage report on GitHub project |
7 | 14 | * 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 |
9 | 16 | * New: Shapes of legend entries can be manually changed before exporting |
10 | 17 | * 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 |
13 | 20 | * New: Layer keywords and licenses are exported to Data Package |
14 | 21 | * New: Add template file paths to settings dialog |
15 | 22 | * New: Use author of the QGIS project in contributor |
|
35 | 42 |
|
36 | 43 | * Processing algorithm for Styles to Attributes |
37 | 44 | * 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 |
39 | 46 | * Initial tests |
40 | 47 |
|
41 | 48 | ### |
0 commit comments