[general]
name=Smart Geometry Splitter
qgisMinimumVersion=4.0
qgisMaximumVersion=4.99

description=Split polygons by target area and lines by target length directly in the active editable QGIS layer.

about=Smart Geometry Splitter provides professional cadastral-style geometry splitting tools for active editable vector layers in QGIS 4 with Qt 6. Polygon tools include splitting into two parts by target area, equal-area division, area-list division with remainder, and boundary-path workflows. Line tools include splitting by target length, equal division, and length-list division with remainder. Optional integrated outputs include segment-length labels, vertex numbering, and TXT coordinate export. The plugin edits selected features directly, preserves attributes, and supports iterative output updates without duplicate vertices or segments.

version=2.0.0

author=Prof.Dr. Bashkim IDRIZI - Geo-SEE Institute

email=info.geosee@gmail.com

category=Vector

tags=geometry,cadastre,split,polygon,line,area,length,editing,divide,QGIS4,Qt6

homepage=https://github.com/bidrizi74/smart-geometry-splitter-V-2-0
repository=https://github.com/bidrizi74/smart-geometry-splitter-V-2-0
tracker=https://github.com/bidrizi74/smart-geometry-splitter-V-2-0/issues

license=GPL-3.0-or-later

icon=icon.png

experimental=False
deprecated=False

changelog=2.0.0
  * Replaced silent exception handlers with explicit QGIS message-log reporting for Bandit compliance.
  * Migrated the plugin to QGIS 4 and Qt 6.
  * Updated Qt and PyQGIS enum usage for QGIS 4 compatibility.
  * Updated repository, homepage, and issue-tracker links for the V2 source repository.
  * Consolidated documentation and release metadata for the 2.0.0 release.
  * Added an About Plugin dialog with direct website, email, GSM, Viber, WhatsApp, and Facebook contact options.
  1.1.0
  * Added boundary-path polygon splitting and advanced target-area workflows.
  * Added integrated segment-length labels, vertex numbering, coordinate TXT export, selected-feature reports, feedback access, and cleanup tools.
  * Added duplicate-safe iterative updates for SGS Vertex Numbers and SGS Segment Lengths.
  1.0.0
  * Initial stable release with polygon and line splitting tools.
