Skip to content

Commit ac12bed

Browse files
authored
Merge pull request #56 from cividi/0.2.1-release-notes
0.2.1 release notes
2 parents bed3c96 + 5d6d0fe commit ac12bed

3 files changed

Lines changed: 13 additions & 6 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
###

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To download from GitHub:
3030

3131
1. Download the latest release from [Releases](https://github.com/cividi/spatial-data-package-export/releases).
3232

33-
- [Latest stable version](https://github.com/cividi/spatial-data-package-export/releases/download/0.2.0/SpatialDataPackageExport.0.2.0.zip)
33+
- [Latest stable version](https://github.com/cividi/spatial-data-package-export/releases/download/0.2.1/SpatialDataPackageExport.0.2.1.zip)
3434

3535
2. Launch QGIS and the plugins menu by selecting Plugins - Manage and Install Plugins from the top menu.
3636

SpatialDataPackageExport/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name=SpatialDataPackageExport
33
description=Spatial Data Package Export plugin
44
about=Plugin to export layers to spatial data packages according to <a href="https://frictionlessdata.io/">Frictionless Data Standard</a> compatible with the <a href="https://github.com/cividi/spatial-data-package-platform">Spatial Data Package Platform</a> developed by <a href="https://cividi.ch">Cividi GmbH</a>.
5-
version=0.0.1
5+
version=0.2.1
66
qgisMinimumVersion=3.10
77
author=Gispo Ltd.
88
email=joona@gispo.fi

0 commit comments

Comments
 (0)