From 526fa85b6c3ed134f3bf7bd6e98652279cd89e29 Mon Sep 17 00:00:00 2001 From: npeter83 Date: Fri, 19 Jun 2026 04:27:22 +0200 Subject: [PATCH] release: 0.11.2 --- VERSION | 2 +- frontend/src/lib/releaseNotes.ts | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index af88ba8..bc859cb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.1 +0.11.2 diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index f67de59..f9058d3 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -14,6 +14,14 @@ export interface ReleaseEntry { } export const RELEASE_NOTES: ReleaseEntry[] = [ + { + version: "0.11.2", + date: "2026-06-19", + summary: "Clearer messages when a YouTube action can't be completed.", + fixes: [ + "When a YouTube action can't go through — syncing or pushing a playlist, removing a playlist on YouTube, or looking up a video — you now get a clear explanation of why, instead of a misleading “connection lost” notice.", + ], + }, { version: "0.11.1", date: "2026-06-19",