# This file contains metadata for your plugin.

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

[general]
name=Gif Clicker
qgisMinimumVersion=3.28
description=Select GIFs to play when you click on the canvas with different map tools
version=0.2.1
author=Dror Bogin
email=dror.bogin@gmail.com

about=Select GIFs to play when you click on the canvas with the Pan Map tool. Select one of 3 available GIFs or add your own.

tracker=https://github.com/bogind/QgisGifClicker/issues
repository=https://github.com/bogind/QgisGifClicker
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
# changelog=
    2025-06-15 Version 0.2.1
        * Adding a custom GIF now sets it as the selected GIF.
        * Improved error handling with GIF loading and unloading.

    2025-06-10 Version 0.2
        * Added the ability to add custom GIFs.
        * Users can now add their own GIFs.
        * Also some error and event handling updates
        
    2025-06-01 Version 0.1
        * Initial release of the plugin.
        * Allows users to select one of 3 available GIFs to play when clicking on the map canvas with the Pan Map tool.

# Tags are comma separated with spaces allowed
tags=silly,gifs,gif,map tools

homepage=https://github.com/bogind/QgisGifClicker
category=Plugins
icon=qgs_gifs_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

