# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0

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

# Mandatory items:


[general]
name=Generalizer
qgisMinimumVersion=1.0
qgisMaximumVersion=1.99
description=Lines generalization and smoothing (partially based on v.generalize GRASS module)
version=0.4

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog=0.4
    - add setDecimal() method in batch mode. Added by Bakhtiar Hasmanan

    0.3.1
	- fix encoding problem with search text

	0.3
    - swicthed to PyQt API version 2
    
    0.2
    - autocomplete in search edit
    
    0.1
    - search Nominatim service
    - clear button in text edit
    - display results in map canvas
    - autocenter map canvas
    - display info in QgsMessageBar
    - geometry type as item icon

# tags are comma separated with spaces allowed
tags=vector

homepage=https://github.com/p0cisk/Generalizer
tracker=https://github.com/p0cisk/Generalizer/issues
repository=https://github.com/p0cisk/Generalizer
icon=icon.png
# experimental flag
experimental=True

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

# Author contact information
author=Piotr Pociask
email=opengis84@gmail.com