Skip to content

Releases: gacarrillor/AutoFields

AutoFields v0.5.1

22 Oct 01:54
Compare
Choose a tag to compare

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

21 Apr 04:18
Compare
Choose a tag to compare

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

09 Sep 17:00
Compare
Choose a tag to compare

Changelog for v0.4.0:

[0.4.0] 20160909

  • New option to calculate the expression on existing features.

AutoFields v0.3.0

18 Aug 05:02
Compare
Choose a tag to compare

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

04 Aug 22:10
Compare
Choose a tag to compare

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

03 Aug 02:09
Compare
Choose a tag to compare

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

27 Jul 16:01
Compare
Choose a tag to compare

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.