# Changelog All notable changes to this project will be documented in this file. ## [0.1.3] - 2024-08-06 ### 🐛 Bug Fixes - :art: Use thread builder - :bug: Add to ALBUM_LISTENS - :loud_sound: output filtered albums ### 🚜 Refactor - :zap: Store albums and tracks once - :art: Clean up Clippy ### ⚡ Performance - :zap: memo tralbum album data ### 🎨 Styling - :art: Clear up clippy ### ⚙️ Miscellaneous Tasks - :bookmark: Bump version ### Build - :heavy_plus_sign: add html-escape for titles ## [0.1.2] - 2024-08-03 ### 🐛 Bug Fixes - :ambulance: Fix track loading from freezing after time ### 📚 Documentation - :memo: Add description and badges - :memo: Remove docs - :memo: Update Status - :memo: Update README.md metadata - :memo: Update CHANGELOG.md ### ⚙️ Miscellaneous Tasks - :green_heart: Allow manual CD - :green_heart: Install missing packages - :wrench: Add repo and license ### Build - *(deps)* Update stream-download requirement from 0.6.0 to 0.7.0 - :bookmark: Bump version ## [0.1.1] - 2024-07-28 ### 🚀 Features - :tada: Initial commit - :sparkles: Add icon on Windows ### 🐛 Bug Fixes - :bug: Default behavior on non-windows ### 🚜 Refactor - :heavy_plus_sign: use localsavefile - :art: Clean up clippy errors ### 📚 Documentation - :memo: Add CHANGELOG.md - :memo: Update README.md - :memo: Clarify on running - :memo: Add install command ### 🧪 Testing - :heavy_minus_sign: Remove serde_json dependency ### ⚙️ Miscellaneous Tasks - :wastebasket: Remove .cache folder - :green_heart: Add template CI/CD - :pushpin: Update platform specifc dependencies - :green_heart: Install libasound2-dev on Linux - :green_heart: add libdbus-1-dev on Linux - :green_heart: Attempt to use zbus - :rocket: Deploy to cargo - :bookmark: Bump version ### Build - :green_heart: Use target_os