Skip to content

0.4 (Chimera)

Pre-release
Pre-release
Compare
Choose a tag to compare
@npruehs npruehs released this 05 Mar 17:51
· 557 commits to develop since this release

Record hierarchy release.

Records can now be parented to other records, having them inherit all fields of their ancestors along with their values. See the updated wiki for all implications.

New Features

  • Record Hierarchy. Added parenting records to each other in the record tree. Children will automatically inherit all fields of their ancestors, along with their values. Setting a field value of a child record will override the value of its parent.
  • Integrity Checks. Added running integrity checks for discovering broken references and other issues that might arise while refactoring or cleaning up your project.
  • Table Export. Added exporting data as tables, automatically filling up exported records with empty field values for correct visualization of data, e.g. from CSV or HTML. Added example CSV export template to example project.

Data

  • Renaming all references to records or fields when they are renamed.
  • Enforcing unique ids for records.

Usability

  • Automatically resizing table columns of record table and field definitions window to always fit all content.

Bug Fixes

  • Fixed a crash that could occur after removing a field definition while a record referencing that field was currently selected in the record tree.
  • Fixed a bug that would allow to change the id of a field to the id of another one after it has been created.