We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcca66b commit 9aaf5fbCopy full SHA for 9aaf5fb
packages/utils/changelog.ts
@@ -10,6 +10,21 @@ export type VersionEntry = {
10
}
11
12
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
21
+ product: 'app',
22
+ version: '0.10.14',
23
24
+- Fixed window maximized state not being saved properly.
25
+- Fixed padding issue when Friends are loading.
26
27
28
{
29
date: `2025-10-19T17:45:00-07:00`,
30
product: 'app',
0 commit comments