From b7c79cbe53c5f65a398cf18e4d66b4c2d34ac529 Mon Sep 17 00:00:00 2001 From: npeter83 Date: Wed, 1 Jul 2026 14:30:50 +0200 Subject: [PATCH] chore(release): 0.20.2 --- VERSION | 2 +- frontend/src/lib/releaseNotes.ts | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 847e9ae..727d97b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.20.1 +0.20.2 diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index 50d51e4..3b3ae25 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.20.2", + date: "2026-07-01", + summary: "A pop-up flash fix, and an open-source link on the sign-in page.", + features: [ + "Siftlode is open source — the sign-in page now links to its public source code.", + ], + fixes: [ + "Opening one pop-up from inside another — for example Release Notes from the About box — no longer makes it flash and vanish instantly. It opens and stays put, and Back closes it as expected.", + ], + }, { version: "0.20.1", date: "2026-07-01",