Skip to content

Commit 9105a68

Browse files
committed
changelog
1 parent 06e2f59 commit 9105a68

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/utils/changelog.ts

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

1212
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+
},
1323
{
1424
date: `2026-02-04T15:00:00-08:00`,
1525
product: 'web',

0 commit comments

Comments
 (0)