commit 176617d27099c3b2118eb1309668d1e8497d1fd3 parent 413d17f121b4f80fe86df11c176bab86f9a6b703 Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Sun, 3 Nov 2024 20:23:38 +0100 update changelog Diffstat:
M | doc/changelog.txt | | | 16 | ++++++++++++++++ |
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/doc/changelog.txt b/doc/changelog.txt @@ -1,5 +1,21 @@ Release Notes +1.3.22 + +Framework: + +- [Imp] Upgraded to Juce 8.0.3 which uses Direct2D on Windows for faster UI rendering +- [Imp] Patch Manager now stores its database in the user documents folder, next + to skins and roms: + c:\Users\<username>\Documents\<synthname>\patchmanagerDb (Win) + ~/Documents/<synthname>/patchmanagerDb (Mac) + [XDG_DATA_HOME or ~/.local/share]/<synthname>/patchmanagerDb (Linux) + Any existing database in the old location is automatically migrated to + the new one. +- [Imp] Config file location has been changed and is now located in a subfolder + "config" next to the other folders. Existing configurations in legacy + locations are migrated automatically. + 1.3.21 DSP: