[yabridgectl] Fix reporting of new VST3 plugins

When yabridgectl sets up both a VST3 bundle containing both a 32-bit and
a 64-bit plugin. The libyabridge.so file already existed, so the
reported number was always off.
This commit is contained in:
Robbert van der Helm
2021-05-31 15:44:44 +02:00
parent 50fba36526
commit 511aa14700
2 changed files with 18 additions and 6 deletions
+2
View File
@@ -89,6 +89,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- Improved the warning yabridgectl shows when it cannot run `yabridge-host.exe`
as part of the post-installation checks.
- Fixed the reported number of new or updated plugins when yabridgectl manages
both a 32-bit and a 64-bit version of the same VST3 plugin.
- Fixed text wrapping being broken after a dependency update earlier this year.
## [3.2.0] - 2021-05-03