Skip to content

Commit

Permalink
Release initial 1.0.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Joonalai committed Mar 24, 2021
1 parent 8931cd9 commit 93fc250
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
# When osgeo upload is wanted: --osgeo-username usrname --osgeo-password ${{ secrets.OSGEO_PASSWORD }}
# When Transifex is wanted: --transifex-token ${{ secrets.TRANSIFEX_TOKEN }}
- name: Deploy plugin
run: qgis-plugin-ci release ${GITHUB_REF/refs\/tags\//} --github-token ${{ secrets.GITHUB_TOKEN }} --disable-submodule-update
run: qgis-plugin-ci release ${GITHUB_REF/refs\/tags\//} --github-token ${{ secrets.GITHUB_TOKEN }} --disable-submodule-update --osgeo-username ${{ secrets.OSGEO_USERNAME }} --osgeo-password ${{ secrets.OSGEO_PASSWORD }}
16 changes: 2 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@
# CHANGELOG

### 1.0.0-rc1 - 19/03/2021
### 1.0.0 - 24/03/2021

* Initial configuration export functionality
* Support for points, lines and polygons
* Support for single symbol styles
* Support for graduated and categorized styles
* Multithreading support

### 1.0.0-rc2 - 22/03/2021

* Fixed CSV format that is compatible with Unfolded Studio
* Minimum QGIS version set to 3.16
* User input validation
* <a href="https://github.com/UnfoldedInc/qgis-plugin/compare/1.0.0-rc1...1.0.0-rc2">Full Changelog</a>

### 1.0.0-rc3 - 24/03/2021

* Fixed a bug on CSV format on Windows
* UI polishing
* <a href="https://github.com/UnfoldedInc/qgis-plugin/compare/1.0.0-rc1...1.0.0-rc3">Full Changelog</a>
* <a href="https://github.com/UnfoldedInc/qgis-plugin/compare/1.0.0-rc1...1.0.0">Full Changelog</a>

###

0 comments on commit 93fc250

Please sign in to comment.