From c84f5d5fe5a900b26495407e96765864c877f067 Mon Sep 17 00:00:00 2001 From: npeter83 Date: Thu, 25 Jun 2026 20:04:25 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=200.15.0=20=E2=80=94=20feed=20v?= =?UTF-8?q?irtualization=20+=20keyset=20pagination?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- frontend/src/lib/releaseNotes.ts | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 930e300..a551051 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.14.1 +0.15.0 diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index 72a6abd..aedf947 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -14,6 +14,15 @@ export interface ReleaseEntry { } export const RELEASE_NOTES: ReleaseEntry[] = [ + { + version: "0.15.0", + date: "2026-06-25", + summary: "A faster, smoother feed that stays light no matter how far you scroll.", + features: [ + "The feed now draws only the videos currently on screen, so scrolling stays fluid and the page stays light even after you've loaded thousands of videos.", + "Paging through the feed is quicker and steadier: scrolling deep into a large catalogue no longer slows down, and videos arriving in the background while you scroll can no longer cause an item to show up twice or be skipped.", + ], + }, { version: "0.14.1", date: "2026-06-21",