; 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=Smart editing tools
qgisMinimumVersion=2.0
description=Get some tools!
about=Smart angles, brainy spining, awesome editing makes your vector drawing happy!

version=1.3.0
author=Eduard Popov
email=popov@vl.ru

; End of mandatory metadata

; Recommended items:

; Uncomment the following line and add your changelog:
changelog=1.3
  - Added "Symmetry" tool
  - Added new function "Multi-feature attribute editing"
  1.2.1
  - Added Russian localization
  - Fixed an incorrect behaviour on layers changing / toggle editing
  1.2.0
  - Added new features for multi-editing tool:
    - Horizontal/vertical flip
    - Resize
    - Skew
    - Multi -copy and -paste
    - Commit changes and rollback for layers of selected features
  - Small optimisation and bugs fixing for other tools

; Tags are comma separated with spaces allowed
tags=draw,vector,angle,spin

homepage=https://github.com/edpop/smart-editing-tools
repository=https://github.com/edpop/smart-editing-tools
tracker=https://github.com/edpop/smart-editing-tools/issues
category=Vector
icon=icon.png
; experimental flag
experimental=True

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