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
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,23 @@ export type VersionEntry = {
10
10
}
11
11
12
12
constVERSIONS: VersionEntry[]=[
13
+
{
14
+
date: `2026-03-12T14:05:00-00:00`,
15
+
product: 'app',
16
+
version: '0.12.0',
17
+
body: `## Major changes
18
+
- Overhauled the "Content" tab on instances
19
+
- Installed modpacks now display under the content tab
20
+
- Content that came bundled with a modpack is now separated from content you have installed on top of it. To view a modpack's content, click the "Content" button in the modpack's card.
21
+
- Added the ability to sort content by date added.
22
+
- Overhauled the pop-out screen for updating a modpack. It will now make it clearer when a version is likely incompatible, and will show you the changelogs of each version.
23
+
- Various bugs and inconsistencies with the content list has now been fixed.
24
+
25
+
## Improvements
26
+
- Fixed the "add server to instance" pop-out opening slowly.
27
+
- Fixed project pages not showing organizations under "Creators" in the sidebar.
28
+
- In the library, split "Downloaded" tab into "Modpacks" and "Servers" depending on instance type.`,
0 commit comments