; the next section is mandatory
[general]
name=Bezier Editing
qgisMinimumVersion=3.0
description=BezierCurve editing
about=This plugin edits the features using Bezier curves. You can create Bezier curve by plotting anchors and handles. And you can also draw Bezier curve by freehand.
category=Vector
version=version 1.2.1
author=Takayuki Mizutani
email=mizutani@ecoris.co.jp
; end of mandatory metadata

; start of optional metadata
changelog=
    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

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
