commit d408d0cb19ed920515e419131323c33719c8e5a1 parent ae6fc9654716909f7a35022ab85784b3f15ef23f Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Thu, 24 Mar 2022 23:10:11 +0100 1.2.13 change log Diffstat:
M | doc/changelog.txt | | | 21 | +++++++++++++++++++++ |
1 file changed, 21 insertions(+), 0 deletions(-)
diff --git a/doc/changelog.txt b/doc/changelog.txt @@ -1,5 +1,26 @@ Release Notes +1.2.13 (2022.03.23): + +UI only release + +The UI system has been rewritten and is now data-driven which allows custom skins. + +Some smaller changes & improvements have been integrated while reimplementing the UI + +- Debug-style drop down boxes in the upper left corner have been removed and replaced by a right-click context menu +- UI base scale has been adjusted so that both skins have about the same size +- The current skin can be exported to disk by right clicking and selecting "Export" in the context menu +- Additional skins that are found in the "skins" folder next to the plugin can be selected in the context menu +- Focused parameters now display the correct text instead of displaying a generic value of 0-127 + +Hoverland skin specific: +- Debug-style Single/Multi play mode switch buttons have been replaced with better graphics +- Version number & Donate Info have moved to the bottom and use the skin text color +- The duplicated Presets tab has been removed as a presets button was already there +- The info about the loaded ROM has been moved to the upper right and is prepared for runtime ROM switching (not implemented yet) +- Physical MIDI port selection has moved to the global page + 1.2.12 (2022.03.17): - [Imp] Both skins are now part of one plugin, the skin can be switched from a drop down menu in the upper left corner