# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.2.6] - 2024-10-19 ### Added - Added custom formatting options via config.toml. #8 by @dotaxis ## [0.2.5] - 2024-04-27 ### Changed - Updated dependencies so it compiles on Rust 1.77. ## [0.2.4] - 2023-05-20 ### Changed - Fixed Waybar output problem with HTML escaping. ## [0.2.3] - 2022-05-29 ### 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] - 2022-04-29 ### 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] - 2022-04-29 ### Changed - Fixed polybar formatting. ## [0.2.0] - 2022-04-27 ### 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] - 2022-04-25 ### 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] - 2022-04-24 ### Changed - When connecting a monitoring client, immediately get a response. - Fixed `toggle-saved` not working due to not formatting address. ## [0.1.0] - 2022-04-24 ### Added - Initial release.