Releases: RundownRhino/aw-watcher-mpv-sender
v0.2.2.1
Fixed a typo that could lead to a busy loop instead of waiting when there's no new data.
Full Changelog: v0.2.2...v0.2.2.1
v0.2.2
Added error handling for lines which can't be decoded - the logger can produce such lines if the video has a title that's not valid unicode.
Full Changelog: 0.2.1.1...v0.2.2
v0.2.1.1
Minor update to resolve various security alerts.
Also made the watcher announce its version and platform on startup, for easier debugging.
Full Changelog: v0.2.1...v0.2.1.1
v0.2.1
Several PRs from @gladykov involving Unix-specific additions to README and a fix for the client starting before the server is ready.
Updated dependencies to fix dependabot's security alerts.
What's Changed
- #3 Wait for server to start by @gladykov in #4
- Update readme by @gladykov in #5
poetry update
in 4c258e1
New Contributors
Full Changelog: v0.2.0.9...v0.2.1
v0.2.0.9 CI update
No actual code changes, but we now have working CI, which means releases for several platforms and not just Windows!
Full Changelog: v0.2.0...v0.2.0.9
v0.2.0 Pyinstaller release
aw-watcher-mpv
is now a proper AW watcher (a single-folder pyinstaller executable). As such, it can be installed as an AW module and launched automatically, and configured via toml
configs in the AW config folder.
Other changes include proper logging, slightly overhauled connection logging, etc.
Full Changelog: v0.1.1...v0.2.0