Change wording in the changelog

This commit is contained in:
Robbert van der Helm
2021-02-26 16:16:58 +01:00
parent adebb63e18
commit 7f2c7f653e
+10 -10
View File
@@ -12,29 +12,29 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- Wine 6.2 introduced a - Wine 6.2 introduced a
[regression](https://bugs.winehq.org/show_bug.cgi?id=50670) that would cause [regression](https://bugs.winehq.org/show_bug.cgi?id=50670) that would cause
compile errors when building yabridge because some parts of Wine's headers are compile errors because some parts of Wine's headers were no longer valid C++.
no longer valid C++. Since we do not need the affecting functionality, Since we do not need the affecting functionality, yabridge now includes a
yabridge now includes a small workaround to make sure that the affected code small workaround to make sure that the affected code never gets compiled. This
never gets compiled. has been fixed for Wine 6.3.
### Fixed ### Fixed
- Added support for a new vendor-specific VST2.4 extension **REAPER** started - Added support for a new ReaSurround related VST2.4 extension that **REAPER**
using recently where it passes a non-pointer value to a pointer parameter. recently started using. This would otherwise cause certain plugins to crash
This would cause segfaults with some plugins. under REAPER.
- Fixed a regression from yabridge 3.0.0 where log output would no longer - Fixed a regression from yabridge 3.0.0 where log output would no longer
include timestamps. include timestamps.
### yabridgectl ### yabridgectl
- Changed the wording in `yabridgectl status` for plugins that have not been - Changed the wording and colors in `yabridgectl status` for plugins that have
setup yet to look less dramatic and hopefully cause less confusion. not yet been setup to look less dramatic and hopefully cause less confusion.
- Aside from the installation status, `yabridgectl status` now also shows a - 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 plugin's type and architecture. This is color coded to make it easier to
visually parse the output. visually parse the output.
- Plugin paths printed during `yabridgectl status` and - Plugin paths printed during `yabridgectl status` and
`yabridgectl sync --verbose` are now always shown relative to the plugin `yabridgectl sync --verbose` are now always shown relative to the plugin
location instead of repeating the same path prefix for every plugin. directory instead of the same path prefix being repeated for every plugin.
## [3.0.0] - 2021-02-14 ## [3.0.0] - 2021-02-14