Skip to content

Commit 52d46b8

Browse files
committed
App 0.12.0 changelog
1 parent bdc204e commit 52d46b8

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

packages/utils/changelog.ts

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

1212
const VERSIONS: 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.`,
29+
},
1330
{
1431
date: `2026-03-10T16:40:00-00:00`,
1532
product: 'app',

0 commit comments

Comments
 (0)