[general]
name = STAC API Browser 
qgisMinimumVersion = 3.0
qgisMaximumVersion = 3.99
icon = icon.png
experimental = False
deprecated = False
homepage = https://stac-utils.github.io/qgis-stac-plugin
tracker = https://github.com/stac-utils/qgis-stac-plugin/issues
repository = https://github.com/stac-utils/qgis-stac-plugin
tags = stac, web, raster, cog
category = plugins, web
hasProcessingProvider = no
about = Adds functionality to search, load and manage STAC API resources inside QGIS.
	Sponsored by Microsoft.
	
author = Kartoza
email = info@kartoza.com
description = QGIS plugin for reading STAC API catalogs
version = 1.1.2
changelog = Version 1.1.2 2024-04-18
	- Fixed issue in the item assets dialog title when the item doesn't have assets.
	- Added support for API header authentication.
	Version 1.1.1 2022-08-23
	- Fixed bug on progress bar percentage value setting.
	- Remove all plugin action entries once the plugin has been uninstalled.
	- Fix for testing connection error when adding a connection for the first time.
	
	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.
	- Support for adding vector based assets eg. GeoJSON, GeoPackage
	- Fix connection page size now default is 10 items.
	- Include extension in the downloaded files.
	- Update UI with more descriptive tooltips.
	
	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.

