Skip to content

Commit ad3b5ae

Browse files
committed
update changelog
1 parent 4b17eb5 commit ad3b5ae

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-10-19T17:45:00-07:00`,
15+
product: 'app',
16+
version: '0.10.13',
17+
body: `## Improvements
18+
- Revamped the app sidebar and friends UI to be more straightforward and easier to use.
19+
- Improved the UI of the Modrinth account button in the bottom left corner. It's now more visually consistent with the other navigation buttons and it has a link to your profile.
20+
- Updated the ad fallback to be green again instead of blue.
21+
- Fixed 'Open folder' in the instance page context menu having the wrong icon.`,
22+
},
1323
{
1424
date: `2025-10-15T12:15:00-07:00`,
1525
product: 'app',

0 commit comments

Comments
 (0)