release: v0.23.1 — clearer Plex playback errors + admin media-mount check

This commit is contained in:
2026-07-05 18:58:43 +02:00
parent aa477f356b
commit a58ff4050e
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
0.23.0
0.23.1
+11
View File
@@ -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",