v3.14.1
github-actions
released this
06 May 22:35
·
167 commits
to master
since this release
Notes
This minor version release introduces automatic MPD reconnection logic for ashuffle. By default, after MPD disconnects, ashuffle will attempt to reconnect for 10s before exiting. This should make it a bit easier to run ashuffle as a daemon. Along with this change there are a few new options to control ashuffle and its reconnection behavior:
- To provide more detailed information during reconnection, ashuffle has introduced a logging subsystem. Where log information is written can be controlled via the
--log-file
option. By default logs are written to stderr. - The length of time ashuffle spends attempting to reconnect can be configured via the
reconnect-timeout
tweak, which is documented in the readme.
Enjoy!
What's Changed
- Automatically reconnect to MPD after disconnection by @joshkunz in #187
- Fix detection of header-only absl components by @brainpower in #191
- Plus many more minor updates of dependencies
Full Changelog: v3.13.6...v3.14.1