Reword the changelog

This commit is contained in:
Robbert van der Helm
2023-12-23 16:20:52 +01:00
parent 8cf9bb97ca
commit 5119ca6735
+7 -9
View File
@@ -11,16 +11,15 @@ Versioning](https://semver.org/spec/v2.0.0.html).
### Added ### Added
- The yabridge libraries now export a `yabridge_version` function that hosts can - The yabridge libraries now export a `yabridge_version` function that hosts can
query to get the yabridge version in use. This will return the yabridge query to know that a plugin is a yabridge plugin, and which version of
version that would be loaded when using the plugin, also when called on the yabridge is in use. **Ardour** 8.2 will use this to fix a regression in Ardour
chainloading libraries. This is used to fix a regression in **Ardour** 7.3+ 7.3 that could cause some VST3 plugins to freeze.
once version 8.2 is released.
### Changed ### Changed
- Parsing failures for `yabridge.toml` files will no longer cause plugins to - Parsing failures for `yabridge.toml` files will no longer cause plugins to
fail to load. If that happens, you'll now get a desktop notification and the fail to load. If this does happen, you'll now get a desktop notification and
plugin will use the default settings instead. the plugin will simply use the default settings instead.
### Fixed ### Fixed
@@ -31,9 +30,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- Yabridgectl's command line interface looks slightly differently again after - Yabridgectl's command line interface looks slightly differently again after
some dependency updates. The behavior remains the same. some dependency updates. The behavior remains the same.
- Some outdated warning messages have been updated to make yabridge's current - Some outdated warning messages have been updated to match yabridge's current
state. There are also additional warnings when detecting common installation state. There are also some additional warnings for common installation issues.
issues.
### Packaging notes ### Packaging notes