Three fixes, a day after v0.9.93 — two of them from the community. Thank you @chaudhary-lakshay and @ParaliyzedEvo.
Fixed: old Liked Songs jumping to the top of the list (#410)
Liked Songs order was whatever order Spotify's endpoint happened to return — the sync stored the raw fetch index as the playlist position, so a track you saved years ago could land at the top after any sync. The sync now reads the save date Spotify reports for each track and orders the list newest-saved first, the way Spotify itself presents it. If Spotify ever stops reporting save dates, the order falls back to today's behavior rather than scrambling. (Fix by @chaudhary-lakshay.)
Fixed: your own playlists showing up as Daily Mixes on Home (#415 / mix mislabeling)
Home-feed cards that arrive without owner data (some "Jump back in" items, for example) were assumed to be Spotify-editorial mixes and could get swept into the mix rails under a DAILY MIX label. Ambiguous cards are now skipped instead of guessed at — your own playlists stay yours. (Fix by @ParaliyzedEvo.)
Fixed: no way to shuffle just your Liked Songs (#402)
Since the Library redesign, the shuffle icon in the Library header always shuffled the whole library — even while you were looking at the Liked tab. The icon now shuffles what you're looking at: on Library → Liked it shuffles just your liked songs (respecting the origin filter and any search), and everywhere else it keeps shuffling the full library.
Also in this release: dependency updates for the two Cloudflare Worker services (infra/lastfm-proxy, infra/tipjar-worker) clearing all open security advisories. No app-side changes from those.