mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-13 01:20:26 -07:00
* feat: search/merge items by id * feat: update track duration using musicbrainz * chore: changelog * fix: make username updates case insensitive * feat: add minutes listened to ui and fix image drop * chore: changelog * fix: embed db migrations (#37) * feat: Add support for ARM in publish workflow (#51) * chore: changelog * docs: search by id and custom theme support --------- Co-authored-by: potatoattack <lvl70nub@gmail.com> Co-authored-by: Benjamin Jonard <benjaminjonard@users.noreply.github.com>
16 lines
No EOL
730 B
Markdown
16 lines
No EOL
730 B
Markdown
# v0.0.13
|
|
|
|
## Features
|
|
|
|
## Enhancements
|
|
- Track durations will now be updated using MusicBrainz data where possible, if the duration was not provided by the request. (#27)
|
|
- You can now search and merge items by their ID! Just preface the id with `id:`. E.g. `id:123` (#26)
|
|
- Hovering over any "hours listened" statistic will now also show the minutes listened.
|
|
- An experiemental ARM docker image has been added. (#51)
|
|
|
|
## Fixes
|
|
- Navigating from one page directly to another and then changing the image via drag-and-drop now works as expected. (#25)
|
|
- Fixed a bug that caused updated usernames with uppercase letters to create login failures.
|
|
|
|
## Updates
|
|
- Migrations are now embedded to allow for a community AUR package. (#37) |