From 3911ab48f3b7aef13e191e1f30de6ee6ec013860 Mon Sep 17 00:00:00 2001 From: npeter83 Date: Sat, 4 Jul 2026 18:19:07 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.22.2=20=E2=80=94=20landing?= =?UTF-8?q?=20perf=20+=20SEO=20polish?= 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 a04c2de..934e07c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.22.1 \ No newline at end of file +0.22.2 \ No newline at end of file diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index 6a8625a..58d2f82 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.22.2", + date: "2026-07-04", + summary: "A faster, tidier sign-in page.", + 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.", + ], + chores: [ + "Search-engine metadata (page description, robots.txt) and a cleaner console on the public page.", + ], + }, { version: "0.22.1", date: "2026-07-04",