diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d861412..11c9d40d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ This file documents any relevant changes done to ViUR Vi since version 2. +## [3.0.21] - 2022-05-25 +- Feat: added grouped skels +- Fix: viewactions now not merged by default, customActions now can be defined in a view +- Fix: Handler for add.node action in tree widgets +- Fix: HierarchyWidget getAction() returning "add"-action twice +- Fix: Flare update for performance and security reasons +- Fix: EditWidget accepts skel for unserialization again + ## [3.0.20] - 2022-04-14 - Fix: Corrected version number - Fix: Updated README diff --git a/vi/flare b/vi/flare index 6ccdd9d7..75f2e12e 160000 --- a/vi/flare +++ b/vi/flare @@ -1 +1 @@ -Subproject commit 6ccdd9d72a8c964ca29e436b4b89c47560797a02 +Subproject commit 75f2e12e772e1a561affd580d023c26815321aaf diff --git a/vi/widgets/hierarchy.py b/vi/widgets/hierarchy.py index 2cca3a56..66c8e3f6 100644 --- a/vi/widgets/hierarchy.py +++ b/vi/widgets/hierarchy.py @@ -28,7 +28,6 @@ def getActions(self): return [ "selectrootnode", "add", - "add.node", "edit", "clone", "delete",