chore(release): 0.43.1 — sidebar no longer latches open after a portaled menu

This commit is contained in:
2026-07-15 20:29:41 +02:00
parent 8191ded159
commit 9d9c6894f4
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
0.43.0
0.43.1
+8
View File
@@ -14,6 +14,14 @@ export interface ReleaseEntry {
}
export const RELEASE_NOTES: ReleaseEntry[] = [
{
version: "0.43.1",
date: "2026-07-15",
summary: "A fix for the new slim sidebar.",
fixes: [
"The slim sidebar no longer stays stuck open after you use the language switcher or the account menu — it tucks away again as soon as you click elsewhere.",
],
},
{
version: "0.43.0",
date: "2026-07-14",