From ccc22bfabc1c146239a817a384e504e02acfafd8 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 1 Mar 2025 16:34:24 +0100 Subject: [PATCH] Add a changelog entry for the GUI fixes --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84dedc44..c44ea583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,18 @@ Versioning](https://semver.org/spec/v2.0.0.html). ### Fixed +- Fixed a compatibility issue with **Wine 9.22** and above that caused mouse + clicks in plugin GUIs to not register properly. A massive thanks to Rémi + Bernon for looking into this! - Worked around an interaction between **Ubuntu 24.10** and certain hosts like **Ardour** that would cause yabridge to hang and eventually crash the host by consuming too much memory. This only affected the prebuilt binaries from the releases page. +- As a side effect of the Wine 9.22 fix, plugin GUIs are now also no longer + offset when the plugin window is dragged offscreen on the top and/or left + sides of the screen. +- Similarly, popups should no longer spuriously appear in the wrong placeo n + screen. This mostly affected _MeldaProduction_ plugin ### Removed