From 59aa7277157d14adaaf3e1e0588750b23b242a99 Mon Sep 17 00:00:00 2001 From: npeter83 Date: Sun, 12 Jul 2026 17:57:39 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=200.41.0=20=E2=80=94=20admin=20?= =?UTF-8?q?audit=20log=20+=20channel=20About=20enrichment/fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- frontend/src/lib/releaseNotes.ts | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 23b64a4..ca59bb0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.40.0 \ No newline at end of file +0.41.0 \ No newline at end of file diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index b7787b9..e035467 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -14,6 +14,21 @@ export interface ReleaseEntry { } export const RELEASE_NOTES: ReleaseEntry[] = [ + { + version: "0.41.0", + date: "2026-07-12", + summary: "Richer channel pages, a new admin audit log, and channel-page fixes.", + features: [ + "Channel pages now show Country, Topics and Keywords in the About tab.", + "From the channel Discovery tab you can open a channel's page to look it over — its About and videos — before subscribing.", + "New admin Audit log: an append-only record of admin actions and scheduler activity (who did what, and when), with filtering and a configurable retention window.", + ], + fixes: [ + "Channel banners that briefly failed to load now recover on their own instead of staying broken.", + "The channel header no longer shifts a few pixels when switching between the Videos and About tabs, and channels without a banner lay out correctly.", + "The Source (search-results) filter is hidden on a single channel's page, where it didn't apply.", + ], + }, { version: "0.40.0", date: "2026-07-12",