-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #102 from Samweli/changelog
Page for changelog in the documentation
- Loading branch information
Showing
6 changed files
with
57 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,24 @@ | ||
# Changelog | ||
|
||
## [Draft] | ||
|
||
## [1.0.0] - 2021-11-15 | ||
## [Unreleased] | ||
|
||
### New changes | ||
- Plugin skeleton | ||
### 1.0.0-pre 2022-01-11 | ||
- Changed loading and downloading assets workflow [#93](https://github.com/stac-utils/qgis-stac-plugin/pull/93). | ||
- Implemented testing connection functionality. | ||
- Reworked filter and sort features on the search item results. | ||
- Fetch for STAC API conformance classes [#82](https://github.com/stac-utils/qgis-stac-plugin/pull/82). | ||
- Added STAC API signing using SAS token [#79](https://github.com/stac-utils/qgis-stac-plugin/pull/79). | ||
- Support for downloading assets and loading item footprints in QGIS, [#70](https://github.com/stac-utils/qgis-stac-plugin/pull/70). | ||
- Enabled adding STAC item assets as map layers in QGIS [#58](https://github.com/stac-utils/qgis-stac-plugin/pull/58). | ||
- Added plugin documentation in GitHub pages. | ||
|
||
## [beta] | ||
|
||
### 1.0.0-beta 2021-12-11 | ||
- Fixed slow item search. | ||
- Updated plugin search result to include pagination [#51](https://github.com/stac-utils/qgis-stac-plugin/pull/51). | ||
- Support for search result filtering and sorting [#47](https://github.com/stac-utils/qgis-stac-plugin/pull/47). | ||
- Implemented search [#40](https://github.com/stac-utils/qgis-stac-plugin/pull/40). | ||
- Added default configured STAC API catalogs [#26](https://github.com/stac-utils/qgis-stac-plugin/pull/26). | ||
- Basic STAC API support [#17](https://github.com/stac-utils/qgis-stac-plugin/pull/17). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--8<-- | ||
CHANGELOG.md | ||
--8<-- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
Version 1.0.0-pre 2022-01-11 | ||
- Changed loading and downloading assets workflow. | ||
- Implemented testing connection functionality. | ||
- Reworked filter and sort features on the search item results. | ||
- Fetch for STAC API conformance classes. | ||
- Added STAC API signing using SAS token. | ||
- Support for downloading assets and loading item footprints in QGIS. | ||
- Enabled adding STAC item assets as map layers in QGIS. | ||
- Added plugin documentation in GitHub pages. | ||
|
||
Version 1.0.0-beta 2021-12-11 | ||
- Fixed slow item search. | ||
- Updated plugin search result to include pagination. | ||
- Support for search result filtering and sorting. | ||
- Implemented search. | ||
- Added default configured STAC API catalogs. | ||
- Basic STAC API support. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters