• 0.2.0 0e5e43c088

    Second alpha release 🎉
    All checks were successful
    Build and test / check (push) Successful in 52s
    Build and test / build (push) Successful in 1m19s
    Build and test / docs (push) Successful in 1m23s
    Build and test / test (push) Successful in 2m27s
    Stable

    oysteikt released this 2026-01-02 13:10:58 +01:00 | 1 commits to main since this release

    This 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 Default for Playlist
    • Property observation ids are now u64 (earlier they were usize, incorrectly)
    • Let event id's be optional (the field is not present on events where reply_userdata is 0)
    • Fix pause toggling in the highlevel API
    Downloads
  • v0.1.0 467cac3c50

    Initial alpha release 🎉
    All checks were successful
    Build and test / build (push) Successful in 1m56s
    Build and test / check (push) Successful in 1m55s
    Build and test / docs (push) Successful in 3m57s
    Build and test / test (push) Successful in 3m57s
    Stable

    oysteikt released this 2024-08-04 00:34:54 +02:00 | 42 commits to main since this release

    This 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