From f76e29c99d6e59411ba0f01d9d8562673b6466f2 Mon Sep 17 00:00:00 2001 From: Ricardo Garcia Silva Date: Wed, 7 Apr 2021 17:42:23 +0100 Subject: [PATCH] Update CHANGELOG.md and prepare to release new version --- CHANGELOG.md | 23 +++++++++++++++++------ pyproject.toml | 2 +- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e6f7848..6faf41a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 49ee9408..6e1b2ea0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "GPL-3.0-or-later"