From c053bf9f405d4c5d5afe3e9c788eee9299208fb6 Mon Sep 17 00:00:00 2001 From: Samweli Date: Mon, 18 Jul 2022 14:16:48 +0300 Subject: [PATCH] updated changelog information for the 1.1.0 plugin release --- CHANGELOG.md | 17 +++++++++++++++++ docs/plugin/changelog.txt | 17 +++++++++++++++++ pyproject.toml | 1 + 3 files changed, 35 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70a7064..5735589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ ## Released +### 1.1.0 2022-07-18 +- Fix for footprints layer loading workflow +- Data driven filtering using STAC Queryables +- Multiple assets and footprints loading and downloading +- Minimizeable plugin main window +- Subscription key usage for SAS based connections +- Support for COPC layers +- Support for netCDF layers +- New collection dialog +- Auto assets loading after downloading assets +- Fixed connection dialog window title when in edit mode +- Fallback to overview when item thumbnail asset is not available +- Display selected collections +- Upgraded pystac-client library to 0.3.2 +- Support for CQL2-JSON filter language +- Moved sort and order buttons to search tab + ### 1.0.0 2022-01-13 - Fix for plugin UI lagging bug. - Updates to loading and downloading assets workflow. diff --git a/docs/plugin/changelog.txt b/docs/plugin/changelog.txt index 938c15c..962caaf 100644 --- a/docs/plugin/changelog.txt +++ b/docs/plugin/changelog.txt @@ -1,3 +1,20 @@ +Version 1.1.0 2022-07-18 +- Fix for footprints layer loading workflow. +- Data driven filtering using STAC Queryables. +- Multiple assets and footprints loading and downloading. +- Minimizeable plugin main window. +- Subscription key usage for SAS based connections. +- Support for COPC layers. +- Support for netCDF layers. +- New collection dialog. +- Auto assets loading after downloading assets. +- Fixed connection dialog window title when in edit mode. +- Fallback to overview when item thumbnail asset is not available. +- Display selected collections. +- Upgraded pystac-client library to 0.3.2. +- Support for CQL2-JSON filter language. +- Moved sort and order buttons to search tab. + Version 1.0.0 2022-01-19 - Fix for plugin UI lagging bug. - Updates to loading and downloading assets workflow. diff --git a/pyproject.toml b/pyproject.toml index a1bfa53..7817fed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,7 @@ category = "plugins, web" hasProcessingProvider = "no" about = """\ Adds functionality to search, load and manage STAC API resources inside QGIS. +Sponsored by Microsoft. """ # changelog: dynamically pulled from the docs/plugin/changelog.txt file # description: dynamically pulled from the tool.poetry.description section