Skip to content

Commit

Permalink
master prepared for new version 0.2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
gacarrillor committed Aug 3, 2016
1 parent d8a12ac commit cffc4b1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def description():
return "Automatic vector field updates when modifying or creating features"

def version():
return "Version 0.2.5"
return "Version 0.2.6"

def qgisMinimumVersion():
return "2.0"
Expand Down
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
Changes:
[0.2.6] (20160802)
- GUI: Add checkbox to filter (only show enabled AutoFields) the list of
AutoFields.
- Event Manager: If an expression has parse or eval errors, None is passed
as result to changeAttributeValue, which is stored by QGIS as NULL. This
fixes a bug that happened returning False from aforementioned errors.
- Hide Redo buttons and keyboard shortcut from QGIS GUI because it can lead
to QGIS crashes due to corrupted undo stack.
- Small fix in removeAutoField. Check that autoFieldId to remove exists.
[0.2.5] (20160726)
- Added support for translations. Added Spanish translation.
- Added support for getting area and distance units in calculations from
Expand Down
11 changes: 10 additions & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
[general]
name=AutoFields
description=Automatic vector field updates when modifying or creating features
version=0.2.5
version=0.2.6
qgisMinimumVersion=2.0
category=Vector
author=Germán Carrillo (GeoTux)
[email protected]
changelog=
[0.2.6] (20160802)
- GUI: Add checkbox to filter (only show enabled AutoFields) the list of
AutoFields.
- Event Manager: If an expression has parse or eval errors, None is passed
as result to changeAttributeValue, which is stored by QGIS as NULL. This
fixes a bug that happened returning False from aforementioned errors.
- Hide Redo buttons and keyboard shortcut from QGIS GUI because it can lead
to QGIS crashes due to corrupted undo stack.
- Small fix in removeAutoField. Check that autoFieldId to remove exists.
[0.2.5] (20160726)
- Added support for translations. Added Spanish translation.
- Added support for getting area and distance units in calculations from
Expand Down

0 comments on commit cffc4b1

Please sign in to comment.