Skip to content

Commit 763a388

Browse files
committed
changelog
1 parent 7ccc326 commit 763a388

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

packages/utils/changelog.ts

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

1212
const VERSIONS: VersionEntry[] = [
13+
{
14+
date: `2025-11-14T12:15:00-07:00`,
15+
product: 'servers',
16+
body: `## Improvements
17+
- Improved the performance of the servers list.
18+
- Fixed startup commands not being updated properly.
19+
- Fixed autocomplete on pardon-ip and ban-ip commands.`,
20+
},
21+
{
22+
date: `2025-11-14T12:15:00-07:00`,
23+
product: 'web',
24+
body: `## Improvements
25+
- Improved contrast, visibility, and consistency of UI elements, especially in light mode.
26+
- Fixed the chargest page not working properly.
27+
- Fixed certain icons showing above the mobile navbar.`,
28+
},
1329
{
1430
date: `2025-11-11T12:50:00-07:00`,
1531
product: 'app',

0 commit comments

Comments
 (0)