-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master prepared for new version 0.2.6.
- Loading branch information
1 parent
d8a12ac
commit cffc4b1
Showing
3 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|