chore(release): 0.42.0 — glass-over-image look + Starship/Matrix schemes
This commit is contained in:
parent
a187b2f475
commit
562dfe7c28
2 changed files with 13 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.41.0
|
0.42.0
|
||||||
|
|
@ -14,6 +14,18 @@ export interface ReleaseEntry {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const RELEASE_NOTES: ReleaseEntry[] = [
|
export const RELEASE_NOTES: ReleaseEntry[] = [
|
||||||
|
{
|
||||||
|
version: "0.42.0",
|
||||||
|
date: "2026-07-12",
|
||||||
|
summary: "A refreshed “glass over image” look for dark theme, plus two new colour schemes.",
|
||||||
|
features: [
|
||||||
|
"New background image: in dark theme a subtle backdrop, tuned to your colour scheme, now sits behind the app — so the frosted-glass surfaces have real depth to refract. Turn it on or off, and dial its strength, with the new controls in Settings → Appearance.",
|
||||||
|
"Two new colour schemes: Starship (deep-space blue) and Matrix (terminal green).",
|
||||||
|
],
|
||||||
|
chores: [
|
||||||
|
"Reworked the translucent “glass” surface system so the whole app shares one consistent, tunable look.",
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
version: "0.41.0",
|
version: "0.41.0",
|
||||||
date: "2026-07-12",
|
date: "2026-07-12",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue