[general]
name = QGIS CSAPI Plugin
qgisMinimumVersion = 3.40.0
icon = graph_3.svg
experimental = True
deprecated = False
homepage = https://byteroad.github.io/qgis-oacs-plugin
tracker = https://github.com/byteroad/qgis-oacs-plugin/issues
repository = https://github.com/byteroad/qgis-oacs-plugin
tags = ogc-api, connected systems
category = plugins
hasProcessingProvider = False
about = This plugin allows browsing OGC API - Connected Systems endpoints.
	
author = Ricardo Garcia Silva
email = ricardo.garcia.silva@gmail.com
description = A QGIS plugin for working with OGC API - Connected systems servers
version = 0.3.5
changelog = 
	0.3.5 (2026-08-17)
	- (fixed) Replaced naming "OACS" to "CSAPI"
	- (fixed) Cleaned Up Known Server Recommendations on Docs
	
	0.2.0 (2026-05-18)
	- (added) Added missing icon for procedures
	- (added) Added user guide to docs
	- (added) Added action for opening data source selector from the plugin menu
	- (added) Support http://www.w3.org/ns/ssn/System as a valid type identifier for Systems
	- (fixed) Broken rendering of Deployment properties
	- (fixed) Don't fail parsing the full list of resources if the feature type of one of them
	- (fixed) Resources with a spatial representation have their icon colorized in order to be easily
	- (removed) Context menu for panel resources that allowed loading the resource to QGIS - there is
	
	0.1.0 (2026-05-15)
	- (added) Add support for Procedure items
	- (added) Add resource description to renderable properties
	- (added) Add panel for browsing a resource's relationships after loading
	- (added) Add panel for simple visualization of observations
	- (fixed) Fix 'q' search parameter being sent when empty
	- (fixed) Add support to GeoJSON geometries with more than two coordinates per point
	- (fixed) Scroll bar resizes correctly when number of list items changes
	
	0.0.4 (2026-02-09)
	- (fixed) CI workflow to publish to private QGIS repo
	
	0.0.3 (2026-02-09)
	- (added) CI workflow to publish to private QGIS repo
	
	0.0.2 (2026-02-09)
	- (fixed) Fixed wrong version in pyproject.toml
	
	0.0.1 (2026-02-09)
	- (added) Initial release for early feedback

