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

This commit is contained in:
npeter83 2026-07-05 18:58:43 +02:00
parent cb72106329
commit 2ee4d563f6
2 changed files with 12 additions and 1 deletions

View file

@ -1 +1 @@
0.23.0
0.23.1

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