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",