# This file contains metadata for your plugin.

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

[general]
name=Reloader
qgisMinimumVersion=3.0
description=Reload selected layer(s) on external changes or on demand.
version=0.2
author=Maarten Pronk, Alexander Hajnal
email=git@evetion.nl

about=Simple utility to reload or reopen selected layer(s), or watch these layers for local file changes. Useful when you're editing the underlying data on the fly in some other program.

tracker=https://github.com/evetion/Reloader/issues
repository=https://github.com/evetion/Reloader
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no

# Tags are comma separated with spaces allowed
tags=python, reload, reopen, refresh, watch

homepage=https://github.com/evetion/Reloader
category=Plugins
icon=layer-reload.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

changelog=
    0.2:
        * Allows reloading encoded paths as used by CSV, GeoPackage files in QGIS
        * Watching multiple layers at the same time now works (instead of only the last layer)
        * Watching files that have been deleted and remade now works
        * All valid selected layers will be watched even if selection includes unwatchable ones
        Thanks to Alexander Hajnal for the above fixes
    0.1:
        * Initial release
