chore(release): 0.33.1 — channel page network-error fix
This commit is contained in:
parent
ca12b3bc9d
commit
8675e24663
2 changed files with 9 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.33.0
|
0.33.1
|
||||||
|
|
@ -14,6 +14,14 @@ export interface ReleaseEntry {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const RELEASE_NOTES: 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",
|
version: "0.33.0",
|
||||||
date: "2026-07-09",
|
date: "2026-07-09",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue