chore(release): 0.33.1 — channel page network-error fix

This commit is contained in:
npeter83 2026-07-09 09:43:08 +02:00
parent ca12b3bc9d
commit 8675e24663
2 changed files with 9 additions and 1 deletions

View file

@ -1 +1 @@
0.33.0
0.33.1

View file

@ -14,6 +14,14 @@ export interface ReleaseEntry {
}
export const RELEASE_NOTES: ReleaseEntry[] = [
{
version: "0.33.1",
date: "2026-07-09",
summary: "Fix: opening a channel no longer errors when YouTube is briefly unreachable.",
fixes: [
'Opening a channel page could pop a blocking "Server error" when the connection to YouTube was momentarily unavailable. The page now loads regardless — its latest channel details simply fill in once the connection is back — instead of failing.',
],
},
{
version: "0.33.0",
date: "2026-07-09",