Merge beta into release #21

Merged
didirus merged 276 commits from beta into release 2025-11-01 13:04:25 +00:00
Showing only changes of commit 9aaf5fb87e - Show all commits
+15
View File
@@ -10,6 +10,21 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2025-10-24T21:05:00-07:00`,
product: 'web',
body: `## Improvements
- Fixed the colors of OLED mode being brighter than intended.`,
},
{
date: `2025-10-24T21:05:00-07:00`,
product: 'app',
version: '0.10.14',
body: `## Improvements
- Fixed window maximized state not being saved properly.
- Fixed padding issue when Friends are loading.
- Fixed the colors of OLED mode being brighter than intended.`,
},
{
date: `2025-10-19T17:45:00-07:00`,
product: 'app',