From af84cc040496da475ae3ab0cab18cb7e598d863a Mon Sep 17 00:00:00 2001 From: npeter83 Date: Tue, 16 Jun 2026 03:18:58 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.4.1=20=E2=80=94=20feed=20t?= =?UTF-8?q?oolbar=20+=20clearer=20counts/dates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump VERSION to 0.4.1 and add the 0.4.1 release-notes entry (feed view/content-type chips above the videos, key+direction sort, exact view count + upload date on cards/player). --- VERSION | 2 +- frontend/src/lib/releaseNotes.ts | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 1d0ba9e..267577d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 +0.4.1 diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index 4f89cea..818e3b6 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -14,6 +14,16 @@ export interface ReleaseEntry { } export const RELEASE_NOTES: ReleaseEntry[] = [ + { + version: "0.4.1", + date: "2026-06-16", + summary: "Feed controls above the videos, and clearer view counts and dates.", + features: [ + "The view filter (Unwatched / In progress / All / …) and the content type (Normal / Shorts / Live) are now quick chips right above the videos.", + "Cleaner ordering: pick what to sort by, then flip ascending/descending with one arrow (and 'Most viewed' is now 'Popular').", + "Video cards and the player show the exact upload date next to '… ago', and the full view count on hover.", + ], + }, { version: "0.4.0", date: "2026-06-16",