mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
[yabridgectl] Only recreate files when necessary
As suggested in #42. This also adds a `--force` flag to reenable the old behaviour and always recreate files even when not necessary.
This commit is contained in:
@@ -13,6 +13,16 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
- Fixed a regression where the `editor_double_embed` option would cause X11
|
||||
errors and crash yabridge.
|
||||
|
||||
### yabridgectl
|
||||
|
||||
- When running `yabridgectl sync`, existing .so files will no longer be
|
||||
recreated unless necessary. This prevents hosts from rescanning all plugins
|
||||
after setting up a single new plugin through yabridgectl. Running
|
||||
`yabridgectl sync` after updating yabridge will still recreate all existing
|
||||
.so files as usual.
|
||||
- Added a `--force` option to `yabridgectl sync` to always recreate existing .so
|
||||
files like in previous versions.
|
||||
|
||||
## [1.7.0] - 2020-10-13
|
||||
|
||||
### Changed
|
||||
|
||||
Reference in New Issue
Block a user