Skip to content

v0.3.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Apr 21:45
· 60 commits to master since this release
v0.3.5

We now have a project website (thanks @slondr!) and a matrix room.
Feel free to join and ask your questions!

Added

  • TransferPlayback D-Bus method to transfer the playback to spotifyd (#1162)
    To host this, a rs.spotifyd.Controls interface has been added.
  • A audio_format option was added to circumvent certain errors (#1082)
  • A setter was added to the Shuffle property (#1188)
  • volume_control = "none" variant to disable changing the volume in clients (#750)

Changed

  • Improve backend selection logic, especially for macOS (#1158)
  • Update keyring dependency to newest version (#1174)
  • VolumeUp, VolumeDown D-Bus methods have been copied to spotifyd's controls interface (#1162)
    Their versions in org.mpris.MediaPlayer2.Player have been deprecated and will be removed in a breaking release.
  • The librespot dependency has been upgraded to the most recent release 🎉 (#1182, #1197)
  • Many other dependency updates (#1183, #1145, #1199)
  • Documentation improvements (#1156)
  • Our minimum supported rust version (MSRV) has been bumped to 1.64 (#1145)