From 1c5a58b4ded110b0b88087a5f28da16694539753 Mon Sep 17 00:00:00 2001 From: npeter83 Date: Sat, 4 Jul 2026 19:44:19 +0200 Subject: [PATCH] docs(release): note code-splitting in v0.22.2 --- frontend/src/lib/releaseNotes.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index 5f4a34f..1a96887 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -17,9 +17,10 @@ export const RELEASE_NOTES: ReleaseEntry[] = [ { version: "0.22.2", date: "2026-07-04", - summary: "A faster sign-in page and better accessibility across the app.", + summary: "Faster loading everywhere and better accessibility across the app.", fixes: [ "The landing page loads much faster — its preview screenshots are now served in a modern, far smaller image format, and static assets are cached so repeat visits are near-instant.", + "The app now loads in smaller pieces: each section is fetched only when you open it, so the first screen appears sooner and a shared watch link no longer downloads the whole app.", "Accessibility: toggles, colour swatches, sort menus and settings inputs now carry proper labels for screen readers and voice control, across every section of the app.", ], chores: [