Releases: ParadoxSpiral/libmpv-rs
Releases · ParadoxSpiral/libmpv-rs
Libmpv-rs version 2.0.1
Changes:
- Fix
playlist_previous_*
commands which used the wrong command string - Use local
libmpv-sys
when building and the crates.io version for crates.io
Libmpv-rs version 2.0.0
This release fixes UB around events that unfortunately got introduced during a recent refactor.
The recently added MpvNode
s can now be observed as properties.
Changes:
- Add method
Mpv::with_initializer
to set options before initialization - [breaking] Borrow
&mut self
inwait_event
to disallow using two events where the first points to data freed in the secondwait_event
call - [breaking]
PropertyData<'_>
is no longerClone
orPartialEq
,Event<'_>
is no longerClone
to avoid cloning/comparingMpvNode
Contributors:
@yaymukund (MpvNode
changes)
Libmpv version 1.1.0
Added
- Add an MpvNode that implements GetData, i.a. with MpvNodeArrayIter and MpvNodeMapIter variants that support e.g. properties audio-parmas and playlist