# 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=Serval
qgisMinimumVersion=2.12
description=Map tool to set raster cell values.
version=0.7.1
author=Radoslaw Pasiok
email=rpasiok@gmail.com

about=Usage: The tool has 2 modes: probing and drawing. In the probing mode cell values are read and can be changed manually in a spin box. In drawing mode, chosen pixel band values are written to disk. For 3 bands rasters, native QGIS color picker can be used to define bands values.
Warning: All changes are immediately written to disk. Always work on a copy!

tracker=http://github.com/erpas/serval/issues
repository=http://github.com/erpas/serval
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
        0.7 fix: numpad Enter event included
        0.6 new fetures:
                3 bands rasters supported
                working modes (probing, drawing)
                QGIS color picker
        0.3 added locked mode
        0.2 bugfix release
        0.1 Initial release.


# Tags are comma separated with spaces allowed
tags=raster, pixel, cell, value

homepage=https://github.com/erpas/serval/wiki
category=Raster
icon=icons/serval_icon.svg
# experimental flag
experimental=True

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

