chore(release): 0.20.2
This commit is contained in:
parent
c0148b1661
commit
b7c79cbe53
2 changed files with 12 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.20.1
|
0.20.2
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,17 @@ export interface ReleaseEntry {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const RELEASE_NOTES: 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",
|
version: "0.20.1",
|
||||||
date: "2026-07-01",
|
date: "2026-07-01",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue