# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

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

[general]
name=Qlr Browser
qgisMinimumVersion=3.00
qgisMaximumVersion=4.99
supportsQt6=True
description=This plugin lets the user browse and open qlr files
version=4.0.0
author=Septima
email=kontakt@septima.dk

about=
    This plugin enables a layer menu in a nested tree structure based on .qlr files.
    The layer tree is nested according to the location in folder/subfolder of the .qlr files.
    Development of this plugin has been funded by Haderslev Kommune, Frederikssund Kommune, Ishøj Kommune, Novafos and QGIS Brugergruppe Danmark.
    German translation contributed by Stadtwerke München.

tracker=https://github.com/Septima/qgis-qlrbrowser/issues
repository=https://github.com/Septima/qgis-qlrbrowser
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=2025-11-11 4.0.0 Updated to Qt6
    2021-12-16 3.0.0 Async load filtering, fix display of groups
    2020-01-23 2.1.0 Added german translation contributed by Stadtwerke München. Minor bug fixes.
    2018-07-25 2.0.1 Changed icon and ready for plugin repository
    2018-06-18 2.0.0 Upgrade to 3.nightly
    2018-02-16 1.0.0 Fix loading QLR layers in QGIS 2.18.15
    2016-05-17 0.2.5 Fix packaging error
    2016-05-13 0.2.4 Hide numeric filename prefixes - allows custom sorting. Only unfold tree to filter result hit. Fix directory lock bug. Max file items as global setting. Fix display of directory names with period (.). Fix directory names starting with the same substring.
    2016-02-09 0.2.3 Fix filtering of directories. Abort file system traversal when 1000 items have been read to prevent plugin from hanging on deep directory structures
    2016-02-03 0.2.2 Fix QGIS hanging when installing on machine with huge home dir
    2016-02-03 0.2.0 Bugfixes and better packaging
    2015-12-12 0.1.0 Initial version

# Tags are comma separated with spaces allowed
tags=qlr browse, browser, data, danmark, geodata

homepage=https://github.com/Septima/qgis-qlrbrowser
category=Plugins
icon=qlrbrowser_icon_small.png
# experimental flag
experimental=False

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

