[general]
name=Floating Compass
description=Persistent floating orientation interface for real-time azimuth visualization and directional alignment in QGIS. Free version includes 6-arm basic function. Upgrade to Pro for multi-arm full functionality, beam profiles, HUD, ruler mode, and more!
version=1.0.4
qgisMinimumVersion=3.22
author=Achmad Amrulloh
email=achmad.amrulloh@gmail.com
about=Floating Compass is a standalone floating orientation interface for real-time azimuth visualization and workflow-centric directional alignment in QGIS. Designed for RF planning and GIS professionals. Free version: 6-arm basic function. Pro version available with multi-arm full functionality, beam profiles, HUD, ruler mode, and more. Visit https://github.com/erlrich/FloatingCompassPro for details.
category=Analysis

# Tags are comma separated with spaces allowed
tags=Compass, Azimuth, Orientation, RF Optimization, RF Planning, GIS, Overlay Tooltags=Compass, Azimuth, Orientation, RF Optimization, RF Planning, GIS, Overlay Tool, Multi-Arm, Beam Profile, HUD, Ruler, Marker
icon=compass.svg
homepage=https://github.com/erlrich/FloatingCompass
repository=https://github.com/erlrich/FloatingCompass
tracker=https://github.com/erlrich/FloatingCompass/issues

experimental=False
deprecated=False

changelog=1.0.4 (2026-08-01)
    - Fix all remaining Bandit security issues (try-except-pass blocks)
    - Add error logging for all exception handlers
    - Replace silent try-except-pass with proper error logging
    - Improve error handling in unload(), settings, and tool
    - Minor UX improvements and interface updates
    - Add "Show Ring" toggle in ring context menu
    - Add upgrade information panel in Settings dialog
    - Add product upgrade option in ring context menu
    - Add informational dialog when closing compass
    - Update description and about metadata
  1.0.3 (2026-06-23)
    - Add Exit menu, right click on compass ring (shortcut Esc).
  1.0.2 (2026-03-03)
    - Initial Release