[general]
name = curvaCAV-GIS
qgisMinimumVersion = 3.16
qgisMaximumVersion = 3.99
description = Calculates Elevation-Area-Volume (CAV/EAV) curves from DTM rasters in QGIS.
about = Plugin for calculation of Elevation-Area-Volume (CAV/EAV) curves from a DTM (Digital Terrain Model) raster in QGIS.
	Supports clipping by polygon layer (with optional single-feature selection), current map extent, or
	user-drawn rectangle on the map canvas. Results are displayed in a dedicated tab with an
	interactive chart (Area and Volume vs Elevation) and a full Elevation-Area-Volume table,
	exportable as CSV and PNG image.
	No external Python dependencies required. Works on Windows, Linux and macOS.
	Requirements: QGIS 3.16 or newer.
version = 1.1.1
author = Rodrigo Goncalves
email = rcghidro@gmail.com
category = Raster
experimental = False
deprecated = False
license = GPLv2+
tags = hydrology, bathymetry, reservoir, volume, curve, elevation, area, raster, CAV, EAV, DTM, DEM, hydraulic
homepage = https://github.com/rodcgon/curvaCAV-GIS
repository = https://github.com/rodcgon/curvaCAV-GIS
tracker = https://github.com/rodcgon/curvaCAV-GIS/issues
icon = icon.png
changelog = 
	1.1.1 (17/08/2026) - Cleaned metadata tags; fixed NoData handling on raster clipping; added Draw WSL polygon tool at selected elevation; prepared for Qt6 / QGIS 3.99 compatibility.
	1.1.0 (14/08/2026) - Added Draw WSL polygon tool and initial Qt6 compatibility fixes.
	1.0.8 (05/05/2026) - Fixed CSS style for dropdown lists across light and dark themes.
	1.0.7 (04/05/2026) - Improved combo text contrast in QgsMapLayerComboBox.
	1.0.6 (04/05/2026) - Replaced standard QComboBox with native QgsMapLayerComboBox; translated comments to English; fixed Flake8 style issues.
	1.0.5 (04/05/2026) - Fixed external links in About tab; updated metadata documentation fields.
	1.0.4 - Added on-demand statistics loading button and single-feature selection.
	1.0.3 - Added polygon layer single-feature selection.
	1.0.2 - Initial public release.