Merge branch 'master' into feature/vst3

This commit is contained in:
Robbert van der Helm
2020-12-11 00:47:41 +01:00
5 changed files with 62 additions and 17 deletions
+10
View File
@@ -30,6 +30,16 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- Symbols in all `libyabridge.so` and all Winelib `.so` files are now hidden by
default.
### Fixed
- Fixed an issue where in certain situations Wine processes were left running
after the host got forcefully terminated before it got a chance to tell the
plugin to shut down. This could happen when using Kontakt in Bitwig, as Bitwig
sets a limit on the amount of time a plugin may take to shut down when closing
Bitwig.
- Fixed a potential crash or freeze when removing a lot of plugins from a plugin
group at exactly the same time.
## [2.1.0] - 2020-11-20
### Added