Skip to content

Commit 9aaf5fb

Browse files
committed
update changelog
1 parent bcca66b commit 9aaf5fb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

packages/utils/changelog.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@ export type VersionEntry = {
1010
}
1111

1212
const VERSIONS: VersionEntry[] = [
13+
{
14+
date: `2025-10-24T21:05:00-07:00`,
15+
product: 'web',
16+
body: `## Improvements
17+
- Fixed the colors of OLED mode being brighter than intended.`,
18+
},
19+
{
20+
date: `2025-10-24T21:05:00-07:00`,
21+
product: 'app',
22+
version: '0.10.14',
23+
body: `## Improvements
24+
- Fixed window maximized state not being saved properly.
25+
- Fixed padding issue when Friends are loading.
26+
- Fixed the colors of OLED mode being brighter than intended.`,
27+
},
1328
{
1429
date: `2025-10-19T17:45:00-07:00`,
1530
product: 'app',

0 commit comments

Comments
 (0)