# Changelog All notable changes to this project will be documented in this file. ## [0.2.1] - 2024-07-08 ### 🚀 Features - Compatibility checker - Colored help - Added auto unmapped refresh in configuration ### 🐛 Bug Fixes - Readme cli docs links ### ⚙️ Miscellaneous Tasks - Remove useless deps and update ### CI - Run release workflow on release publishing - Added release_manual.yml ## [0.1.2] - 2024-07-02 ### 🚀 Features - Read MBIDs from strings - Added config file - Token Saving - Import listens from dump - Radio generation configuration - Recording timeout - Specialized mbid for primary alias checking - Associated recording ID to its listens - Added mapper blacklist - Added `cache clear` command - Statistics lookup for recording - Added markdown document for CLI ### 🐛 Bug Fixes - Debug assertion using the wrong name - Removed old stats structs - PR Fixes - Update CI on develop - Use fully remove for index deletion ### 🚜 Refactor - Cleanup Recording Entity - Cleanup Artist Entity - Removed Useless modules - Specfying returned string mapping - Push cleanup after job - More work on typestate MBIDs ### ⚙️ Miscellaneous Tasks - Job dependancies - Caching fix - Msrv check - Remove lazy_static - Update musicbrainz_rs