Version 1.4.2
Implementing core odml library changes
The core odml library deprecated Property.value
in favor of
the newly added attribute Property.values
. These changes
have been introduced in odml-ui as well. See #136 for details.
Edit terminology values fixes
In some cases the values of terminology loaded Properties could not
be edited anymore, since the required "pseudo_value" attribute was
missing. Now every time a document is loaded or saved, all Properties
are checked and modified in case the "pseudo_value" attribute is missing.
See #134 for details
Fixes
- Fixes background errors when deleting Properties or Document root Sections. See #99.
- Fixes various occasions where the "Add Property" and "Add Value" icons were not
properly deactivated. See #90. - The PropertyView is now properly reset when the last Section is removed from a
Document making sure there are no stale leftover Properties on display. See #135. - Fixes errors on 'Undo' and 'Redo' when adding or removing Values. See #136.