From 91b565ceef7b0adce6239a6f5c543effeef27276 Mon Sep 17 00:00:00 2001 From: Gabe Farrell Date: Sat, 26 Jul 2025 15:33:39 -0400 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00d7db1..04e42ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,11 @@ - 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. \ No newline at end of file +- 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) \ No newline at end of file