From 57f521191eb83907db57c9a366f5a1636dd77fff Mon Sep 17 00:00:00 2001 From: npeter83 Date: Thu, 9 Jul 2026 15:34:52 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=200.34.2=20=E2=80=94=20watch-sy?= =?UTF-8?q?nc=20toggle=20UX=20polish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- frontend/src/lib/releaseNotes.ts | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 449c00d..4d17807 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.34.1 \ No newline at end of file +0.34.2 \ No newline at end of file diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index 0717f66..80b40b1 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.34.2", + date: "2026-07-09", + summary: "Polish: the Plex watch-sync switch now responds instantly.", + fixes: [ + "The Plex watch-sync switch now flips the moment you click it and shows an \"Importing…\" indicator while it works, instead of appearing to do nothing until the import finished.", + ], + }, { version: "0.34.1", date: "2026-07-09",