New
v0.3.4
Added
- Implement the
PropertiesChangedandSeekedevents for the MPRIS-interface (#1025) - Add
cache_sizeconfiguration option (#1092) - Add
dbus_typeconfiguration option (#954) - Added formal documentation of the minimum required Rust version - which is currently 1.62 ([#1127])
Changed
- Improvements to the documentation (#894, #955, #1030, #1039, #1054, #1055, #1067)
- Fix cumulating delay in
on_song_change_hook(#1059) - Only enable one of zeroconf discovery and password-authentication at the same time (#1059)
- Convert mainloop to using
async/await()
Removed
- Replace redundant
reqwestdependency (#1120)