release: 0.52.0 — R3 honest states (loading/error across the app)

This commit is contained in:
2026-07-22 04:51:32 +02:00
parent 047b2d2019
commit 745ba10f2e
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
0.51.1
0.52.0
+10
View File
@@ -14,6 +14,16 @@ export interface ReleaseEntry {
}
export const RELEASE_NOTES: ReleaseEntry[] = [
{
version: "0.52.0",
date: "2026-07-22",
summary: "Honest loading and error states across the app — pages no longer look empty when a fetch is still loading or has failed.",
fixes: [
"When a page's data is still loading or fails to load (e.g. right after a server restart), it now shows a spinner or a clear error with a Retry button — instead of looking like it's simply empty (\"No channels\", an empty inbox…). Rolled out across the feed, channels, playlists, downloads, messages, notifications, Plex, admin and stats pages.",
"A failed action now shows the server's actual reason (e.g. \"Not enough quota left today\") instead of a generic \"failed\" message.",
"The startup screen now offers a Retry if the app can't reach the server on load.",
],
},
{
version: "0.51.1",
date: "2026-07-22",