Skip to content

Releases: AndreasBackx/spotifatius

0.2.6

19 Oct 14:10
4e76a9a
Compare
Choose a tag to compare

Added

  • Added custom formatting options via config.toml. #8 by @dotaxis

0.2.5

27 Apr 14:45
f9bbc8c
Compare
Choose a tag to compare

Changed

  • Updated dependencies so it compiles on Rust 1.77.

0.2.4

20 May 17:59
f9e4a5d
Compare
Choose a tag to compare

Changed

  • Fixed Waybar output problem with HTML escaping.

0.2.3

29 May 16:44
0.2.3
18cf2b7
Compare
Choose a tag to compare

Changed

  • Logs are pretty now! 🌈
  • Spotify changed to only publish changes on the DBUS. So when going from paused to playing, it won't replay the track information. This change in behaviour is now supported.
  • Spotify changed the track ID format published on the DBUS, both the new and the old formats are now supported.

0.2.2

29 Apr 16:54
724cf29
Compare
Choose a tag to compare

Changed

  • The logic for showing the status after adding/removing has been moved to the server. This additionally fixes the bug where the client closed when a song was added/removed due to requesting an update when there was no one listening for updates as that's only for the server.

0.2.1

29 Apr 11:51
31b45ad
Compare
Choose a tag to compare

Changed

  • Fixed polybar formatting.

0.2.0

27 Apr 00:24
ec05367
Compare
Choose a tag to compare

Added

  • Added added and removed classes for when adding and removing songs from liked songs.

Changed

  • Fixed hardcoded location for rspotify cache.
  • Changed naming from saved to liked to avoid confusion with the fact that something can be saved/added to your liked songs. Liked songs is not what the API uses, but it's what the GUI uses. This is reflected in both the code, the now toggle-liked command, and class output.

0.1.2

25 Apr 00:19
16e6509
Compare
Choose a tag to compare

Added

  • Added config, by default and optional at ~/.config/spotifatius/config.toml. Can be changed by passing --config to monitor.
  • Monitoring supports coloured formatting for polybar with config.

Changed

  • When toggling the saved state, that is correctly reflected in the output.

0.1.1

24 Apr 17:06
dc66586
Compare
Choose a tag to compare

Changed

  • When connecting a monitoring client, immediately get a response.
  • Fixed toggle-saved not working due to not formatting address.

0.1.0

24 Apr 15:52
4f93ef2
Compare
Choose a tag to compare

Added

  • Initial release.