diff --git a/public/CHANGELOG.md b/public/CHANGELOG.md index 842a0ff..2c77b6e 100644 --- a/public/CHANGELOG.md +++ b/public/CHANGELOG.md @@ -1,3 +1,9 @@ +# v4.3.0 (09.06.2024) +## Panel +- optimization of show/hide mainlevels +## Settings +- optimization of navigation settings +- bugfix for iframes # v4.2.0 (28.05.2024) ## Panel Colorpicker - handling for hue values implemented diff --git a/src/components/PanelCard.vue b/src/components/PanelCard.vue index 77e8b81..f10ea0f 100644 --- a/src/components/PanelCard.vue +++ b/src/components/PanelCard.vue @@ -1,5 +1,5 @@ - + {{ item.panel.internals }} diff --git a/src/components/SettingsGeneral.vue b/src/components/SettingsGeneral.vue index a138462..faab9d7 100644 --- a/src/components/SettingsGeneral.vue +++ b/src/components/SettingsGeneral.vue @@ -1,7 +1,6 @@ -