chore(release): 0.41.0 — admin audit log + channel About enrichment/fixes
This commit is contained in:
parent
ab61b1583e
commit
59aa727715
2 changed files with 16 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
0.40.0
|
||||
0.41.0
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue