[general]
name=FiberQ
description=Open-source fiber network design tools for QGIS (FTTH/GPON/FTTx)
about=FiberQ helps telecom engineers and GIS professionals design, analyze, and document fiber optic networks inside QGIS. Version 1.2 adds productivity features: manhole ID auto-increment, an independent undo/redo system, repeat-last-command with double-space, and a Quick Toolbar for the 10 most-used tools. Some advanced features may require an activation key.

version=1.2.0
qgisMinimumVersion=3.22
qgisMaximumVersion=3.99

author=Vladimir Vukovic
email=vukovicvl@fiberq.net

icon=icons/fiberq.svg
category=Network
tags=fiber,ftth,gpon,fttx,telecom,postgis,network,design

homepage=https://www.fiberq.net/
repository=https://github.com/vukovicvl/fiberq
tracker=https://github.com/vukovicvl/fiberq/issues

license=GPL-3.0-or-later

class_name=FiberQPlugin

changelog=
    1.2.0 - Productivity Release
        * Manhole ID Auto-Increment: enter a starting ID like "MH 1" or "OKNO-001"
          and each click auto-increments. Zero-padding and prefix detection included.
        * FiberQ Undo System: independent undo/redo (Ctrl+Shift+Z / Ctrl+Shift+Y)
          with toolbar buttons. Tracks all placement tools across all layers.
        * Repeat Last Command: double-tap Space to repeat the last FiberQ tool.
          Status bar shows what will repeat. Manhole repeat skips dialogs.
        * Quick Toolbar: compact second toolbar with 10 most-used design tools.
          Optional single-key shortcuts (P, M, R, A, U, O, T, S) in Settings.
    1.1.0 - QGIS Repository Release
        * QGIS 3.22-3.40+ compatibility layer (utils/compat.py)
        * Version checking at plugin load time
        * Fixed cable label length display issue
        * Graceful handling of deprecated APIs
        * Modular architecture with dedicated managers (Layer, Style, Data, Export)
        * English translations of all identifiers and comments
        * Improved code organization with ui/, dialogs/, tools/, core/ packages
        * Full backward compatibility with v1.0 projects
        * Added CRS sync button in Preview Map
    1.0.0 - Initial Release
        * Core fiber network design tools
        * Route and cable management
        * Element placement (ODF, OTB, TB, etc.)
        * Export and BOM reporting
