release: v0.23.1 — clearer Plex playback errors + admin media-mount check
This commit is contained in:
parent
cb72106329
commit
2ee4d563f6
2 changed files with 12 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
0.23.0
|
||||
0.23.1
|
||||
|
|
|
|||
|
|
@ -14,6 +14,17 @@ export interface ReleaseEntry {
|
|||
}
|
||||
|
||||
export const RELEASE_NOTES: ReleaseEntry[] = [
|
||||
{
|
||||
version: "0.23.1",
|
||||
date: "2026-07-05",
|
||||
summary: "Clearer Plex playback errors, and an admin media-mount check.",
|
||||
fixes: [
|
||||
"Plex player: when a video can't start, it now explains why — the media file isn't reachable on the server, or its format needs transcoding — instead of showing “Loading…” forever.",
|
||||
],
|
||||
features: [
|
||||
"Admins: the Plex “Test connection” now also checks that a real media file is readable through the configured mount, so a missing media mount or a wrong path map is caught immediately.",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "0.23.0",
|
||||
date: "2026-07-05",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue