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