# This file contains metadata for your plugin.

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

[general]
name=Show And Hide
qgisMinimumVersion=3.28
qgisMaximumVersion=4.99
description=A simple plugin that allows you to turn visible vector, raster and point cloud layers on and off.
version=1.2.2
author=Tomasz Mazuga
email=tmazuga@gmail.com
date=2026-04-02

about=A simple plugin that allows you to turn visible vector and raster and point cloud layers on and off.

tracker=https://github.com/XmaziaX/ShowAndHide/issues
repository=https://github.com/XmaziaX/ShowAndHide
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=
    Version 1.2.2
    *  Add support for QGIS4 (in metadata file)
    Version 1.2.1
    * Fix README
    Version 1.2.0
    * Add dedicated plugin toolbar with settings action and refreshed SVG icons
    * Add per-user shortcut settings dialog with validation and persisted values
    * Improve visibility restore logic, logging and user-facing layer names
    * Update translations (PL/DE/UK) and README
    Version 1.1.0
    * Add point cloud layer tool
    Version 1.0.0
    * Plugin start

# Tags are comma separated with spaces allowed
tags=python, vector, raster, hide, show

homepage=https://github.com/XmaziaX/ShowAndHide/blob/main/README.md
category=Plugins
icon=icons/icon.svg
# 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

