release: 0.11.1
This commit is contained in:
parent
9c7beec443
commit
403a5608df
2 changed files with 12 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.11.0
|
0.11.1
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,17 @@ export interface ReleaseEntry {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const RELEASE_NOTES: ReleaseEntry[] = [
|
export const RELEASE_NOTES: ReleaseEntry[] = [
|
||||||
|
{
|
||||||
|
version: "0.11.1",
|
||||||
|
date: "2026-06-19",
|
||||||
|
summary: "A fix for subscribing from the discovery list.",
|
||||||
|
fixes: [
|
||||||
|
"Subscribing to a channel you already follow on YouTube now simply records it here instead of showing a misleading “connection lost” error — which also clears the case where such a channel kept reappearing under “Discover from playlists”.",
|
||||||
|
],
|
||||||
|
chores: [
|
||||||
|
"YouTube-side action failures now surface as a clear message instead of being mistaken for a transient connection drop.",
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
version: "0.11.0",
|
version: "0.11.0",
|
||||||
date: "2026-06-19",
|
date: "2026-06-19",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue