Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Commit 1c9e522

Browse files
authored
Merge pull request #41 from cividi/n0rdlicht/issue40
Make 0.2.0 release
2 parents 86d4707 + 3d90cce commit 1c9e522

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,18 @@
4242
* New: Add template file paths to settings dialog
4343
* New: Use author of the QGIS project in contributor
4444

45+
### 0.2.0 - 09/12/2020
46+
47+
* Now left experimental stage
48+
* Added code coverage report on GitHub project
49+
* Fixed: export bugs (title, description, single symbol layer names)
50+
* New: Added a plugin setting for snapshot layers to be discarded, kept as memory layers ot written as GeoJSON
51+
* New: Shapes of legend entries can be manually changed before exporting
52+
* New: Option to not crop exported layers to bounds
53+
* New: Store and load snapshot settings to the project
54+
* New: Added Keywords UI to set snapshot keywords
55+
* New: Layer keywords and licenses are exported to Data Package
56+
* New: Add template file paths to settings dialog
57+
* New: Use author of the QGIS project in contributor
58+
4559
###

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ To download from GitHub:
2626

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

29-
- [Latest stable version](https://github.com/cividi/spatial-data-package-export/releases/download/0.1.0/SpatialDataPackageExport.0.1.0.zip)
30-
- [Latest testing version](https://github.com/cividi/spatial-data-package-export/releases/download/0.2.0-rc1/SpatialDataPackageExport.0.2.0-rc1.zip)
29+
- [Latest stable version](https://github.com/cividi/spatial-data-package-export/releases/download/0.2.0/SpatialDataPackageExport.0.2.0.zip)
3130

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

SpatialDataPackageExport/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ homepage=https://github.com/cividi/spatial-data-package-export
1313
tracker=https://github.com/cividi/spatial-data-package-export/issues
1414
category=Plugins
1515
icon=resources/icons/icon-highres.png
16-
experimental=True
16+
experimental=False
1717
deprecated=False

0 commit comments

Comments
 (0)