[general]
name=LiDAR Relief Visualization
qgisMinimumVersion=3.0
qgisMaximumVersion=4.99
description=Generate LiDAR-derived archaeological relief visualizations (Hillshade, SLRM, SVF, Slope) directly from a loaded DEM layer.
version=1.3.3
author=LiDAR Relief Contributors
email=lidar.relief@example.com

about=A native QGIS plugin that generates standard LiDAR-derived relief visualization filters — Multi-directional Hillshade, Simple Local Relief Model (SLRM), Sky-View Factor (SVF), and Slope — directly from a loaded Digital Elevation Model (DEM) layer, without requiring export to standalone tools like RVT or SAGA GIS. Designed for landscape archaeologists, heritage managers, and aerial survey specialists.

tracker=https://github.com/mabo-du/lidar-relief-qgis-plugin/issues
repository=https://github.com/mabo-du/lidar-relief-qgis-plugin
homepage=https://github.com/mabo-du/lidar-relief-qgis-plugin

hasProcessingProvider=yes

tags=lidar,relief,hillshade,svf,slrm,slope,archaeology,dem,visualization,terrain,landscape

category=Raster
icon=resources/icon.png

experimental=False
deprecated=False

changelog=
    1.0.13 - CI Fix
    - Added contents:write permissions for GitHub Action.

    1.0.12 - CI Fix
    - Added --release-tag to qgis-plugin-ci command to fix GitHub Release lookup.

    1.0.11 - CI Fix
    - Fixed .qgis-plugin-ci github repository configuration parameter names

    1.0.10 - CI Fix
    - Added GitHub org/repo configuration to .qgis-plugin-ci

    1.0.9 - CI Fix
    - Fixed .qgis-plugin-ci formatting to YAML.

    1.0.8 - Hotfix
    - Fixed ImportError catching logic for scipy fallback.

    1.0.7 - Bug Fix
    - Fixed numpy fallback broadcast shape error in SLRM filtering.

    1.0.6 - CI Fix
    - Fixed GitHub Actions release workflow failing due to missing OSGEO credentials.

    1.0.5 - Documentation Update
    - Removed unused docs folder from tracking and fixed README zip instructions.
    
    1.0.4 - Official Stable Release
    - Removed Experimental flag to make the plugin visible to all users by default in the QGIS Plugin Manager.
    
    1.0.3 - Bypass strict linter rules
    - Bypassed mutually exclusive W503/W504 flake8 rules using any().
    
    1.0.2 - Final PEP8 & Permission Fixes
    - Fixed final PEP8 W503 strict warnings for QGIS linter.
    - Standardized file permissions across the package.
    
    1.0.1 - PEP8 Linting and Metadata Fixes
    - Fixed PEP8 formatting (W291, W293, W503) and removed unused imports (F401).
    - Updated plugin homepage, repository, and tracker metadata links.
    - Included LICENSE file in the QGIS package.
    - Updated QGIS compatibility range (3.0 - 4.99).
    
    1.0.0 - Initial release
    - Multi-directional Hillshade algorithm
    - Simple Local Relief Model (SLRM) algorithm
    - Sky-View Factor (SVF) algorithm
    - Slope (degrees and percent) algorithm
    - Batch mode for running multiple algorithms on the same DEM
