[general]
name=Excel Auto Exporter
qgisMinimumVersion=3.0
qgisMaximumVersion=3.99
description=Automatically export QGIS vector layers to Excel (.xlsx) files on data changes
version=1.2.0
author=Carlos Martín Navarro
email=carlosmartinnavarro.0@gmail.com

about=Excel Auto Exporter monitors selected vector layers and automatically exports their attribute data to Excel (.xlsx) files whenever changes occur. Features include selective field export, custom output paths, multiple layer monitoring, and a user-friendly interface with layer search capabilities. Perfect for keeping Excel reports synchronized with your GIS data.

tracker=https://github.com/CarlosMartinNavarro/ExcelAutoExporter/issues
repository=https://github.com/CarlosMartinNavarro/ExcelAutoExporter
homepage=https://github.com/CarlosMartinNavarro/ExcelAutoExporter

# End of mandatory metadata

# Recommended items:
hasProcessingProvider=no
changelog=
    Version 1.2.0 (2026-02-25)
    - Major Refactor: Background export tasks (no UI freeze)
    - Smart debounce for rapid edits (1 second delay)
    - Modernized UI with native QGIS icons and better spacing
    - Improved error handling, file sanitization and logging
    
    Version 1.1.2 (2026-01-28)
    - Initial release
    - Automatic layer monitoring and export
    - Selective field configuration
    - Multi-layer support
    - Search and filter layers
    - Customizable output paths
    - Geometry type icons
