[general]
name=ANNCSU Manager
description=Plugin to help to update the Italian ANNCSU database of the portal numbers.
    See instruction of to setup running environment into https://github.com/anncsu-open/anncsu-manager
    or be sure to have version matching these requirements https://github.com/anncsu-open/anncsu-manager/blob/main/qgisenv/pixi.toml
    The main aspect is to have GDAL supporting parquet format.
about=Plugin to to help to update the Italian ANNCSU database of the portal numbers. 
version=0.0.19
qgisMinimumVersion=3.16
qgisMaximumVersion=3.99
author=Luigi Pirelli
email=luipir@gmail.com
changelog=
 Version 0.0.19:

 Version 0.0.18:

 Version 0.0.17:


    Fixed: Added missing Italian translations for 6 untranslated strings across wizard settings, geocoder step, and geocode task contexts
    0.0.18
    Added: Session path is now a configurable and persisted setting with a folder-browser widget; it auto-updates when a session is selected and validates the path before saving
    0.0.17
    Fixed: Windows exception when checking a file option that does not exist: added existence guard before accessing the file path
    Changed: Improved Italian translations and GUI label names across the wizard settings
    0.0.16
    Fixed: Geometry column type is now checked before applying ST_GeomFromWKB; if already a native geometry (DuckDB spatial >1.5), table is loaded as-is
    Changed: Adapted code to DuckDB >1.5 which returns native geometry from st_read instead of a BLOB
    0.0.15
    Changed: Geocoding action now runs as a QgsTask to avoid blocking the GUI during long operations
    Changed: Layer loading to GeoPackage now runs as a QgsTask to keep the interface responsive
    0.0.14
    Fixed: File locking issue on Windows when writing: replaced plain file writes with a specific OGR wrapper to properly handle file access
    Fixed: Windows path with drive letter (e.g. C:\) was incorrectly parsed as a URL schema, causing exceptions
    0.0.13
    Added: Helper to auto-fill ODONIMO default value from the nearest feature of the same layer
    Added: Matcher DB can now be placed in a custom folder outside the model directory, preventing it from being overwritten on plugin update
    Changed: Simplified geocoded_anncsu editing form to show only a configurable set of fields, reducing noise from ANNCSU-only attributes
    Changed: Restored original ANNCSU source database as the default value for the ANNCSU source setting
    Fixed: Form fields were not saved during save-settings and reset operations
    Fixed: Empty string was not treated as None when reading comboBox data, causing unexpected behaviour
    0.0.12
    Added: Sync now can clone remote repo and setup available sessions
    Added: Remove proprietary geocoder result before sync
    Added: Prevent sync if proprietary geocoder results are present in geocoded_anncsu
    Changed: Fixed git credential management and moved under misc_utils
    Changed: Fixed cast of coord to float when reading back from geocoded_anncsu
tags=Italy, portal, geocode, ANNCSU, official, Italiano, sdk
repository=https://github.com/anncsu-open/anncsu-manager
tracker=https://github.com/anncsu-open/anncsu-manager/issues
homepage=https://github.com/anncsu-open/anncsu-manager
icon=resources/icons/icons8-country-house-64.png
category=Plugins
experimental=True
deprecated=False
hasProcessingProvider=no
