[general]
name=SHP TXT Converter
qgisMinimumVersion=3.22
qgisMaximumVersion=3.99
description=Convert coordinates between Shapefile and TXT with geometry restoration and CRS transformation.
version=1.0.2
author=Zhang Y.H.
email=zhangyhcumt@163.com
about=A lightweight QGIS vector utility for bidirectional conversion between ESRI Shapefile geometries and structured TXT coordinates. Supports Point, LineString and Polygon geometries, polygon outer/inner rings, multipart features, common CGCS2000 CRS presets, custom EPSG codes and optional reprojection. Uses QGIS bundled GDAL/OGR and requires no additional Python packages.
category=Vector
icon=icons/icon_v103.png
experimental=False
deprecated=False
tags=shapefile,txt,coordinates,converter,crs,epsg,cgcs2000,wgs84,vector
homepage=https://github.com/zhangyhrs/SHP-TXT-Converter-QGIS
repository=https://github.com/zhangyhrs/SHP-TXT-Converter-QGIS
tracker=https://github.com/zhangyhrs/SHP-TXT-Converter-QGIS/issues
license=GPL-2.0-or-later
changelog=1.0.2 - Fixed Qt6 enum compatibility checks for window flags and size policies.
    1.0.1 - Fixed QGIS security validation findings (Bandit B110) by replacing silent exception handling.
    1.0.0 - Initial public release candidate.