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",