We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e2f59 commit 9105a68Copy full SHA for 9105a68
packages/utils/changelog.ts
@@ -10,6 +10,16 @@ export type VersionEntry = {
10
}
11
12
const VERSIONS: VersionEntry[] = [
13
+ {
14
+ date: `2026-02-04T16:00:00-08:00`,
15
+ product: 'app',
16
+ version: '0.10.28',
17
+ body: `## Improvements
18
+- Added app update notification for Linux users.
19
+- Fixed security policy issue updating capes.
20
+- Adjusted pop-up design to include a border.
21
+- Updated translations.`,
22
+ },
23
{
24
date: `2026-02-04T15:00:00-08:00`,
25
product: 'web',
0 commit comments