Highlights
- LastFM can now be used for image searching by setting the
KOITO_LASTFM_API_KEYenvironment variable. - Track, Album, and Artist pages now show that item's all-time rank in your listens next to the display name.
- Albums and Artists with missing images are attempted to re-fetch on startup.
What's Changed
- fix: get current time in tz for listen activity by @gabehf in #146
- chore: call relay early to prevent missed relays by @gabehf in #145
- fix: a couple ui fixes by @gabehf in #147
- fix: use sql rank instead of stupidity for top items by @gabehf in #148
- feat: all time rank display by @gabehf in #149
- feat: refetch missing images on startup by @gabehf in #160
- fix: improve subsonic image searching by @gabehf in #164
- feat: lastfm image support by @gabehf in #166
- QOL changes to client by @onespaceman in #165
- fix: speedup top-artists and top-albums queries by @gabehf in #167
- fix: release associations and add cleanup migration by @gabehf in #168
- fix: correct interest bucket queries by @gabehf in #169
- fix: ui tweaks and fixes by @gabehf in #170
- fix: include time zone name overrides and add KOITO_FORCE_TZ cfg option by @gabehf in #176
New Contributors
- @onespaceman made their first contribution in #165
Full Changelog: v0.1.4...v0.1.5