Skip to content

Releases: RundownRhino/aw-watcher-mpv-sender

v0.2.2.1

20 Jul 21:24
Compare
Choose a tag to compare

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

19 Jul 21:48
Compare
Choose a tag to compare

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

19 Aug 19:39
Compare
Choose a tag to compare

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

03 Jan 12:57
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.2.0.9...v0.2.1

v0.2.0.9 CI update

29 Oct 15:10
Compare
Choose a tag to compare

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

28 Oct 23:46
Compare
Choose a tag to compare

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

v0.1.1 Public release

28 Oct 20:29
Compare
Choose a tag to compare