chore(release): 0.20.2

This commit is contained in:
2026-07-01 14:30:50 +02:00
parent 6884f9ef8f
commit 9151e0432f
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
0.20.1
0.20.2
+11
View File
@@ -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",