From 2f37afc4dfee1b241e4a27912bdfc2eab2144ce8 Mon Sep 17 00:00:00 2001 From: npeter83 Date: Fri, 19 Jun 2026 04:16:23 +0200 Subject: [PATCH] release: 0.11.1 --- VERSION | 2 +- frontend/src/lib/releaseNotes.ts | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index d9df1bb..af88ba8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.0 +0.11.1 diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index 6ed23ae..f67de59 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -14,6 +14,17 @@ export interface 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", date: "2026-06-19",