Skip to content

Releases: kohsine/libmpv2-rs

Libmpv2-rs version 4.1.0

20 Oct 14:21
Compare
Choose a tag to compare

Changes:

Bug fixes:

  • Fixed signed chars causing compilation issues on aarch64 @ianhattendorf

Libmpv2-rs version 4.0.0

21 May 20:59
Compare
Choose a tag to compare

Changes:

  • Removed all command helpers. Use mpv.command directly instead.
  • Removed MpvNode.value() and MpvNodeValue. Use MpvNode directly
  • Moved libmpv2::MpvNode to libmpv2::mpv_node::MpvNode
  • Changed MpvNode.to_f64(), .to_bool(), ... to MpvNode.f64(), .bool(), ...
  • MpvNode.array() and MpvNode.map() now own self
  • MpvNode now implements Eq

Bug fixes:

  • Fixed opengl example
  • Fixed use-after-free bug with MpvNode