Skip to content

Commit

Permalink
Update CHANGELOG.md and prepare to release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Garcia Silva committed Apr 7, 2021
1 parent f114b5f commit f76e29c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
23 changes: 17 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
- All HTTP requests are now done in a background thread to avoid blocking QGIS UI


## [0.3.0] - 2021-04-07

### Added
- Allow filtering searches by temporal extent and publication date
- Load layers in a background thread in order to avoid blocking QGIS UI
- Add ordering of search results
- Add Changelog to the online documentation
- Further improve the look of search results

### Changed
- All HTTP requests are now done in a background thread to avoid blocking QGIS UI
- Load layers in a background thread in order to avoid blocking QGIS UI
- Improve feedback shown when searching and loading layers
- Move Title search filter out of the collapsible group, so that it is easier to access

### Fixed
- Improved error handling
- Fix incorrect visibility of the Search/Next/Previous search buttons
- Reset pagination when pressing Search button
- Remove unused Add/Close buttons on datasource manager dialogue
- Move Title search filter out of the collapsible group, so that it is easier to access
- Add Changelog to the online documentation
- Further improve the look of search results


## [0.2.0] - 2021-02-28
Expand Down Expand Up @@ -83,7 +93,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add geonode API client


[unreleased]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.2.0...main
[unreleased]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.3.0...main
[0.3.0]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.3.0...main
[0.2.0]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.2.0...main
[0.1.1]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.1.1...main
[0.1.0]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.1.0...main
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qgis_geonode"
version = "0.2.1-dev"
version = "0.3.0"
description = "A QGIS plugin for integrating with GeoNode"
authors = ["Kartoza <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit f76e29c

Please sign in to comment.