Skip to content

Commit cffc4b1

Browse files
committed
master prepared for new version 0.2.6.
1 parent d8a12ac commit cffc4b1

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def description():
2626
return "Automatic vector field updates when modifying or creating features"
2727

2828
def version():
29-
return "Version 0.2.5"
29+
return "Version 0.2.6"
3030

3131
def qgisMinimumVersion():
3232
return "2.0"

changelog.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
Changes:
2+
[0.2.6] (20160802)
3+
- GUI: Add checkbox to filter (only show enabled AutoFields) the list of
4+
AutoFields.
5+
- Event Manager: If an expression has parse or eval errors, None is passed
6+
as result to changeAttributeValue, which is stored by QGIS as NULL. This
7+
fixes a bug that happened returning False from aforementioned errors.
8+
- Hide Redo buttons and keyboard shortcut from QGIS GUI because it can lead
9+
to QGIS crashes due to corrupted undo stack.
10+
- Small fix in removeAutoField. Check that autoFieldId to remove exists.
211
[0.2.5] (20160726)
312
- Added support for translations. Added Spanish translation.
413
- Added support for getting area and distance units in calculations from

metadata.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
[general]
22
name=AutoFields
33
description=Automatic vector field updates when modifying or creating features
4-
version=0.2.5
4+
version=0.2.6
55
qgisMinimumVersion=2.0
66
category=Vector
77
author=Germán Carrillo (GeoTux)
88
99
changelog=
10+
[0.2.6] (20160802)
11+
- GUI: Add checkbox to filter (only show enabled AutoFields) the list of
12+
AutoFields.
13+
- Event Manager: If an expression has parse or eval errors, None is passed
14+
as result to changeAttributeValue, which is stored by QGIS as NULL. This
15+
fixes a bug that happened returning False from aforementioned errors.
16+
- Hide Redo buttons and keyboard shortcut from QGIS GUI because it can lead
17+
to QGIS crashes due to corrupted undo stack.
18+
- Small fix in removeAutoField. Check that autoFieldId to remove exists.
1019
[0.2.5] (20160726)
1120
- Added support for translations. Added Spanish translation.
1221
- Added support for getting area and distance units in calculations from

0 commit comments

Comments
 (0)