# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=Feature Navigation Dock
qgisMinimumVersion=3.0
qgisMaximumVersion=4.99

description=This plugin allows the user to navigate through features within a selected vector layer.
version=1.4
author=Isaac Thompson
email=iswaldeen@outlook.com

about=Feature Navigation Dock is a plugin for navigating through features in vector layers using manual controls, autoplay, selected-feature mode, and optional slider-based tools.

tracker=https://github.com/iswaldeen/QGIS_Plugin_Feature_Navigation_Dock/issues
repository=https://github.com/iswaldeen/QGIS_Plugin_Feature_Navigation_Dock
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=<strong>1.4</strong>
 - Name revamp and corrections

 <p><strong>1.32</strong>
 - Fixed behaviour preventing navigation restart on layer edit

 <p><strong>1.31</strong>
 - Updated settings dialog UI

 <p><strong>1.3</strong>
 - Navigation slider now enabled by default
 - Prevented automatic layer selection during project loading
 - Improved signal, layer removal, and plugin cleanup handling
 - Improved feature position preservation during feature list refresh
 - Replaced modal navigation warnings with QGIS message bar notification
 - Improved defensive handling of missing dock widget references
 - Improved help document opening using Qt/QGIS-compatible handling
 - Fixed navigation slider not resetting correctly when switching to layers with no features
 - Fixed navigation slider not restoring hidden layer visibility during slider-based navigation
 - General stability, error handling, and navigation fixes
 
 <p><strong>1.21</strong>
 - UI improvements, stability improvements, and bug fixes

 <p><strong>1.2</strong>
 - Added Settings menu entry to Plugins > Feature Navigation Dock
 - Added Help menu entry to Plugins > Feature Navigation Dock
 - Added automatic dark/light mode menu icon support

 <p><strong>1.11</strong>
 - Fixed crash caused by deleted layers during navigation
 - Improved safe handling of invalid QgsVectorLayer references
 - Improved layer removal and project cleanup stability
 - Improved signal connection/disconnection robustness
 - Added optional looping navigation mode
 - Added end-of-layer navigation notifications
 - Added optional navigation slider bar
 - Added slider-based feature navigation
 - Added live slider position syncing during autoplay/navigation

 <p><strong>1.1</strong>
 - Added improved layer signal reconnection logic
 - Added improved feature lookup performance using feature ID index mapping
 - Added improved compatibility handling for Qt5/Qt6 and QGIS 3/QGIS 4
 - Added improved dark mode and light mode UI compatibility
 - Added theme-aware help button icons and styling
 - Added improved settings dialog styling and readability
 - Improved map canvas refresh handling after visibility changes
 - Improved feature selection synchronization logic
 - Additional UI improvements, stability improvements, and bug fixes

 <p><strong>1.02</strong>
 - Added selected-features-only navigation mode
 - Added automatic feature list refresh when selections or layer features change
 - Added automatic active layer detection and improved layer switching behaviour
 - Added integrated help system and help documentation page
 - Added help button and visual improvements to the settings dialog
 - Added plugin styling improvements and themed interface colours
 - Added improved selected feature handling and navigation logic
 - Added improved autoplay pause/resume countdown handling
 - Fixed autoplay resetting to the first feature after settings changes
 - Fixed autoplay advancing features when resuming from pause
 - Improved playback timer handling and settings synchronization
 - Additional UI improvements, stability improvements, and bug fixes

 <p><strong>1.01</strong>
 - Added space bar play/pause functionality in settings
 - Selecting feature in plan or attribute table now skips to the selected feature
 - Additional bug fixes

 <p><strong>1.00</strong>
 - First release of Feature Navigation Dock Plugin

# Tags are comma separated with spaces allowed
tags=python, feature, search, select, navigator

homepage=https://github.com/iswaldeen/QGIS_Plugin_Feature_Navigation_Dock
category=Plugins
icon=icons/feature_navigation_dock_icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

Category of the plugin: Raster, Vector, Database or Web
#category=

# If the plugin can run on QGIS Server.
server=False

