Releases: gacarrillor/AutoFields
Releases · gacarrillor/AutoFields
AutoFields v0.5.1
Changelog for v0.5.1:
[0.5.1] 20171021
- Fix #3 (Unicode issue when exporting).
- New donations section in about tab.
AutoFields v0.5.0
Changelog for v0.5.0:
[0.5.0] 20170420
- New buttons to export and import AutoFields to/from JSON files.
- Context menu in 'List of AutoFields' tab to assing a disabled AutoField to
another layer.
AutoFields v0.4.0
Changelog for v0.4.0:
[0.4.0] 20160909
- New option to calculate the expression on existing features.
AutoFields v0.3.0
Changelog for v0.3.0:
[0.3.0] 20161708
- Official release!
- AutoFieldManager: normalize sources from 'Add PostgreSQL layer' and
DBManager so that they coincide. - AutoFieldManager: Make createAutoFields return the autoFieldId on success,
as it can be used later to remove the AutoField via removeAutoField. - GUI: Layer list now listens to Layer Tree SIGNALs to keep itself updated.
- Added link to documentation from About tab. It's aware of language [en|es].
AutoFields v0.2.7
Changelog for v0.2.7:
[0.2.7] 20160804
- Implement order for AutoFields storage and for setting event connections,
so that scenarios of AutoFields depending on other AutoFields become
predictable. - EventManager: Change str() by unicode() in a debug message that was
causing a Python error if values calculated contained non-ascii characters. - Adjusted plugin description in all Python files.
AutoFields v0.2.6
Changelog for v0.2.5:
[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.
AutoFields v0.2.5
Changelog for v0.2.5:
[0.2.5] 20160726
- Added support for translations. Added Spanish translation.
- Added support for getting area and distance units in calculations from
QGIS preferences (QGIS v.>=2.14). - Expression Dialog: Added support for QGIS variables and recent expressions.
- The plugin now deals with Adding/Removing fields in an edit session.
- Message with button to let users know they should save edits for
calculating AutoFields when adding new features.