chore(release): 0.34.2 — watch-sync toggle UX polish

This commit is contained in:
npeter83 2026-07-09 15:34:52 +02:00
parent 02837b9a4b
commit 57f521191e
2 changed files with 9 additions and 1 deletions

View file

@ -1 +1 @@
0.34.1
0.34.2

View file

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