From 929a63b8ecb727e3de0a3c03c12e533ce81e4895 Mon Sep 17 00:00:00 2001 From: npeter83 Date: Wed, 29 Jul 2026 18:28:51 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=200.58.0=20=E2=80=94=20landing?= =?UTF-8?q?=20refresh=20+=20R7.5=20API=20layer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- frontend/src/lib/releaseNotes.ts | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index ad0b33d..e8f304f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.57.2 \ No newline at end of file +0.58.0 \ No newline at end of file diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index f56d4de..94dc73f 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -14,6 +14,17 @@ export interface ReleaseEntry { } export const RELEASE_NOTES: ReleaseEntry[] = [ + { + version: "0.58.0", + date: "2026-07-29", + summary: + "Housekeeping: a refreshed public landing page and internal frontend cleanup — nothing changes for signed-in users.", + chores: [ + "Landing: the signed-out welcome page has a new screenshot gallery (feed, channels, playlists, player, search, downloads and Plex) and refreshed, plainer copy describing what the app does.", + "Frontend: finished splitting the data-fetching layer into per-domain modules behind a thin façade (no behaviour change).", + "Docs: the README is brought up to date (feature list, Plex, search behaviour) and its landing screenshot fixed.", + ], + }, { version: "0.57.2", date: "2026-07-28",