[general]
name=Routing Plan
qgisMinimumVersion=4.0
description=Turn-by-turn navigation and route planning using the Valhalla routing engine
about=Plugin for routing waypoints (CSV/XLSX/GeoJSON/KML) with turn-by-turn
    directions like Google Maps. Supports route optimization,
    multiple costing modes, and avoid options.
version=0.1.1
author=Dhany Yudi Prasetyo
email=dhanyyudi.prasetyo@gmail.com
tracker=https://github.com/dhanyyudi/routing-plan/issues
repository=https://github.com/dhanyyudi/routing-plan
homepage=https://github.com/dhanyyudi/routing-plan
category=Plugins
icon=icons/icon.png
experimental=True
deprecated=False
tags=routing,navigation,valhalla,directions,osm
hasProcessingProvider=no
server=False

# Legacy: remove after QGIS 4 plugin repo migration
qgisMaximumVersion=4.99

[changelog]
0.1.1 =
    - Fix: PNG icon for QGIS plugin repository compatibility
    - Add: Buy me a coffee donation link
0.1.0 =
    - Initial release
    - Load waypoints from CSV, Excel, GeoJSON, KML, and QGIS layers
    - Route computation via Valhalla API (auto, truck, bus, taxi, motorcycle, bicycle, pedestrian)
    - Multi-leg route rendering with categorized colors per leg
    - Turn-by-turn directions dock with Google Maps-style typography
    - Export: HTML, GeoJSON, KML, GeoPackage
    - Departure time, route optimization, avoid highways/tolls/ferries
    - Archive and auto-clear previous routes
    - Bilingual: English UI with optional Indonesian maneuver translation (client-side)
    - QGIS 4.0 / Qt6 compatible
