[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:
Robbert van der Helm
2020-10-17 18:21:53 +02:00
parent 8dc95f939e
commit e6af947fe1
3 changed files with 59 additions and 7 deletions
+10
View File
@@ -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