chore(release): 0.34.2 — watch-sync toggle UX polish
This commit is contained in:
parent
02837b9a4b
commit
57f521191e
2 changed files with 9 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.34.1
|
0.34.2
|
||||||
|
|
@ -14,6 +14,14 @@ export interface ReleaseEntry {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const RELEASE_NOTES: 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",
|
version: "0.34.1",
|
||||||
date: "2026-07-09",
|
date: "2026-07-09",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue