You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/utils/changelog.ts
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,16 @@ export type VersionEntry = {
10
10
}
11
11
12
12
constVERSIONS: 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.`,
0 commit comments