release: 0.11.1

This commit is contained in:
npeter83 2026-06-19 04:16:23 +02:00
parent 0e8913ccc6
commit 2f37afc4df
2 changed files with 12 additions and 1 deletions

View file

@ -1 +1 @@
0.11.0 0.11.1

View file

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