-
Second alpha release 🎉
Stablereleased this
2026-01-02 13:10:58 +01:00 | 1 commits to main since this releaseThis is yet another alpha release.
The update doesn't bring too much new functionality, mostly dependency bumping, added documentation, added tests, etc.
The most interesting changes can be summed up as follows:
- Add a copy of the raw command to
MpvError, making the originating call easier to track down - impl
DefaultforPlaylist - Property observation ids are now
u64(earlier they wereusize, incorrectly) - Let event id's be optional (the field is not present on events where
reply_userdatais0) - Fix pause toggling in the highlevel API
Downloads
- Add a copy of the raw command to
-
Initial alpha release 🎉
Stablereleased this
2024-08-04 00:34:54 +02:00 | 42 commits to main since this releaseThis is an alpha release.
The library is currently somewhat stable.
These are some highlights when compared to the starting point at the fork base.
- a new project name
- an asynchronous clonable controller.
- decoupled parsers for properties and events.
- more property types
- better error reporting
- unit and integration tests
- ci that builds tests and docs
Downloads