- Better handling of VST3 parameters (hide as needed, number of steps, etc)
- Fix compatibility with Python 3.10
- Fix getting the proper X11 UIs size for more plugins
- Fix plugin bridges not automatically closing if main Carla dies on macOS (similar to how it is done on Linux)
- Fix unused parameters preventing real ones from showing up in the edit plugin dialog
- Fix CarlaNativePlugin.h and CarlaPluginPtr.hpp header files not installed system-wide
- Fix XY-Controller GUI missing on "make install" target
- Fix VST2 plugins under macOS and High-DPI (by not reporting scale factor)
- Replace -lpthread usage with -pthread, fixing RISC-V builds
- Send keyboard and focus events as needed/possible to VST2 and VST3 UIs
- Small tweaks to XY-Controller (make lines 1px thick, close UI with Esc key)
- Special tweaks for static plugin target build (embeding carla statically in other applications/plugins)
- Other minor fixes and tweaks