Skip to content

Commit

Permalink
Merge pull request #56 from cividi/0.2.1-release-notes
Browse files Browse the repository at this point in the history
0.2.1 release notes
  • Loading branch information
n0rdlicht authored Jul 19, 2021
2 parents bed3c96 + 5d6d0fe commit ac12bed
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# CHANGELOG

### 0.2.1 - 15/06/2021

* New: Import metadata from [datapackage.json](https://github.com/cividi/spatial-data-package) file (w/o data layers)
* New: Interface for editing [data package contributors](https://specs.frictionlessdata.io/data-package/#contributors)
* Fixed: UTF-8 issues when exporting/importing layers
* Future: Prepared plugin for full data package import including data layers

### 0.2.0 - 09/12/2020

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

* Processing algorithm for Styles to Attributes
* Initial DockWidget with some of the fields required for data package
* Initial support for file exports of the datapackage snapshots
* Initial support for file exports of data package snapshots
* Initial tests

###
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To download from GitHub:

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion SpatialDataPackageExport/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name=SpatialDataPackageExport
description=Spatial Data Package Export plugin
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>.
version=0.0.1
version=0.2.1
qgisMinimumVersion=3.10
author=Gispo Ltd.
[email protected]
Expand Down

0 comments on commit ac12bed

Please sign in to comment.