File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def description():
26
26
return "Automatic vector field updates when modifying or creating features"
27
27
28
28
def version ():
29
- return "Version 0.2.5 "
29
+ return "Version 0.2.6 "
30
30
31
31
def qgisMinimumVersion ():
32
32
return "2.0"
Original file line number Diff line number Diff line change 1
1
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.
2
11
[0.2.5] (20160726)
3
12
- Added support for translations. Added Spanish translation.
4
13
- Added support for getting area and distance units in calculations from
Original file line number Diff line number Diff line change 1
1
[general]
2
2
name=AutoFields
3
3
description=Automatic vector field updates when modifying or creating features
4
- version=0.2.5
4
+ version=0.2.6
5
5
qgisMinimumVersion=2.0
6
6
category=Vector
7
7
author=Germán Carrillo (GeoTux)
8
8
9
9
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.
10
19
[0.2.5] (20160726)
11
20
- Added support for translations. Added Spanish translation.
12
21
- Added support for getting area and distance units in calculations from
You can’t perform that action at this time.
0 commit comments