From 207390625788da123b9fbea26e1f283cb220e6e1 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 28 Sep 2020 22:39:55 +0200 Subject: [PATCH] Reword part of the changelog --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de3684e8..326fa1b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,14 +14,15 @@ Versioning](https://semver.org/spec/v2.0.0.html). immediately after its initialization. This issue affected the plugin scanning in _REAPER_. - Fixed parsing order of `yabridge.toml`. Sections were not always read from top - to bottom like they should be, which could cause incorrect setting overrides. + to bottom like they should be, which could cause incorrect and unexpected + setting overrides. - Fixed an initialization error when using plugin groups for plugins that are installed outside of a Wine prefix. ### yabridgectl -- Resolve relative paths when adding plugin directories or when changing - settings. +- Relative paths now work when adding plugin directories or when setting the + path to yabridge's files. - Also search `/usr/local/lib` for `libyabridge.so` when no manual path has been specified. Note that manually copying yabridge's files to `/usr` is still not recommended.