From 401fe902563362779f49c6d2becba9b1b78c3693 Mon Sep 17 00:00:00 2001 From: npeter83 Date: Sun, 5 Jul 2026 00:21:15 +0200 Subject: [PATCH] docs(release): note player auto-advance + loop in v0.22.3 --- frontend/src/lib/releaseNotes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index d7327cf..49d1a39 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -20,6 +20,7 @@ export const RELEASE_NOTES: ReleaseEntry[] = [ summary: "Step through the feed in the player, vertical videos fit, and downloads show their source.", features: [ "In-app player: step to the previous/next video in the feed's order — click the arrows beside the player or press Shift+←/→ (plain ←/→ still seek within the video).", + "Player auto-advance and loop, saved to your account: when a video ends, play the next, previous or a random one — and loop just that video or the whole list. Works for players opened from the feed and from playlists.", "Every download now shows a “downloaded from” link on the Downloads page — open the original page in a new tab, or copy the link. Works for YouTube and external links (e.g. Facebook reels).", ], fixes: [