Two parts of the player stop lying to you: Recently Added lists what you actually added, and shuffle and repeat go dark when you switch them off. Apple Music takes any storefront, and Kopuz is now EUPL-1.2.
Highlights
Recently Added means recently added. The row was the alphabetical album list read backwards, so it showed the tail of your alphabet forever. Albums now rank by when their music arrived, stamped per file from the filesystem while the library is scanned, and the library's own date added sort reads the same stamp. Rescan once after upgrading to fill it in (#692, closes #691).
Shuffle and repeat clear their highlight. Dioxus merges an inline style instead of replacing it, so the empty "off" style could never unset the accent color and the button stayed lit for the rest of the session, with only the tooltip telling the truth. Both toggles carry their state in the class attribute now (#693, closes #690).
Apple Music takes any storefront. Pick one or type the country code yourself, validated before it saves. Apple serves far more regions than the shortlist, and the storefront API is gated behind a developer account (#677).
EUPL-1.2. Kopuz was MIT, and is now licensed under the European Union Public Licence 1.2 (2afd420).
Fixes
- Unsynced albums asked Subsonic for the wrong cover and fell back to an uncached request, so covers came back soft, and the three dots menu opened in the wrong place (#674).
- Brave's newer packaging ships the browser as
brave-origin, which cookie import could not find (#678, closes #626). - Windows with an app-drawn titlebar resize from any edge or corner on Linux (a88b938).
- Flathub and Google Play badges on the README (7f464ab).
What's Changed
- various: fix unsynced albums cover quality and context menus by @temidaradev in #674
- settings: support custom Apple Music storefronts by @mrquantumoff in #677
- server: detect brave-origin binary for cookie import by @winteryanis in #678
- various: order Recently Added by when the music was actually added by @temidaradev in #692
- various: clear the shuffle and repeat highlight when they turn off by @temidaradev in #693
New Contributors
- @winteryanis made their first contribution in #678
Full Changelog: v0.16.1...v0.16.2