3.0.1
This is small maintenance release that adds compatibility with a new REAPER ReaSurround feature, fixes a small regression with the logging, and adds a few quality of life improvements to yabridgectl status
.
If you need any help setting up yabridge or if you just want to keep up to date with new releases, then feel free to join the Discord.
Changed
- Wine 6.2 introduced a regression that would cause compile errors because some parts of Wine's headers were no longer valid C++. Since we do not need the affecting functionality, yabridge now includes a small workaround to make sure that the affected code never gets compiled. This has been fixed for Wine 6.3.
Fixed
- Added support for a new ReaSurround related VST2.4 extension that REAPER recently started using. This would otherwise cause certain plugins to crash under REAPER.
- Fixed a regression from yabridge 3.0.0 where log output would no longer include timestamps.
yabridgectl
- Changed the wording and colors in
yabridgectl status
for plugins that have not yet been setup to look less dramatic and hopefully cause less confusion. - Aside from the installation status,
yabridgectl status
now also shows a plugin's type and architecture. This is color coded to make it easier to visually parse the output. - Plugin paths printed during
yabridgectl status
andyabridgectl sync --verbose
are now always shown relative to the plugin directory instead of the same path prefix being repeated for every plugin.
Compatibility
The archive ending in -ubuntu-18.04.tar.gz
is a compatibility release meant for older distros and is thus slightly larger in size. If you're using Ubuntu 18.04, Linux Mint 19, debian 10, or any other distro that's older than Ubuntu 20.04, then you should use this archive instead of the regular release. Yabridgectl will run on any distro.
Updating
To update from an older installation, simply overwrite your current yabridge and yabridgectl files with the ones downloaded below, and then rerun yabridgectl sync
to complete the update. As of yabridge 3.0.0 yabridgectl is now included in the regular release archives for your convenience.