Skip to content

Commit e596644

Browse files
committed
changelog
1 parent 2f0ef07 commit e596644

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: `2025-11-19T15:15:00-08:00`,
15+
product: 'app',
16+
version: '0.10.20',
17+
body: `## Improvements
18+
- Improved contrast, visibility, and consistency of UI elements, especially in light mode.
19+
- Fixed ads showing up in the loading screen, even when you have Modrinth+.
20+
- Added a warning banner when Minecraft's authentication servers are detected to be down.
21+
- Fixed icon when creating an instance not being saved.`,
22+
},
1323
{
1424
date: `2025-11-14T12:15:00-08:00`,
1525
product: 'servers',

0 commit comments

Comments
 (0)