; the next section is mandatory
[general]
name=Bezier Editing
qgisMinimumVersion=3.0
description=Bezier curve and freehand digitizing tools. You can also use a tablet pen.
about=This plugin digitize the features using Bezier curves. You can create Bezier curve by plotting anchors and handles. You can also draw Bezier curves freehand and use a tablet pen.
category=Vector
version=version 1.3.0
author=Takayuki Mizutani
email=mizutani@ecoris.co.jp
; end of mandatory metadata

; start of optional metadata
changelog=
    Version 1.3.0
    - support latlon map projection.

    Version 1.2.2
    - fixed unable to edit linestrig with Z M.

    Version 1.2.1
    - support editing closed polygon.
    - support converting to Bezier of features created by QGIS editing tools.
    - fixed not to display blue marker when activated.

    Version 1.1.1
    - fixed to delete anchor error with smart guide.

    Version 1.1.0
    - support smart guide
    - added online document in the menu.

    Version 1.0.2
    - fixed to snap to vertex and edge.
    - fixed to no flip for a point with right click.
    - fixed the release event of alt,ctrl,shift.
    - fixed to deactive the tool.
    - fixed to convert selected features to Bezier editing first.

    Version 1.0.1
    - fixed undo error if no feature.
    - fixed split error if there is only one feature.

    Version 1.0.0
    - released

; tags are in comma separated value format, spaces are allowed
tags=digitizing,vector,bezier,freehand

homepage=https://github.com/tmizu23/BezierEditing
tracker=https://github.com/tmizu23/BezierEditing/issues
repository=https://github.com/tmizu23/BezierEditing
icon=BezierEditing.png

; experimental flag
experimental=False

; deprecated flag (applies to the whole plugin and not only to the uploaded version)
deprecated=False
