feat: v0.0.8

This commit is contained in:
Gabe Farrell 2025-06-16 21:55:39 -04:00
parent 00e7782be2
commit 80b6f4deaa
66 changed files with 1559 additions and 916 deletions

View file

@ -1,5 +1,18 @@
# v0.0.7
# v0.0.8
## Features
- An album artist can now be set as primary so that they are shown as the album artist in the top albums list
## Enhancements
- Show a few more items under "Last Played" on the home page
- Importing is now 4-5x faster
## Fixes
- Login form now correctly handles special characters
- Update User form now correctly handles special characters
- Delete Listen button is now hidden when not logged in
- Merge selections now function correctly when selecting an item while another is selected
- Use anchor tags for top tracks and top albums
- UI fixes
## Updates
- Improved logging and error traces in logs
## Docs
- Add KOITO_FETCH_IMAGES_DURING_IMPORT to config reference