diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index b9b2e17e9..4bf9e1a7e 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,23 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-03-12T14:05:00-00:00`, + product: 'app', + version: '0.12.0', + body: `## Major changes +- Overhauled the "Content" tab on instances + - Installed modpacks now display under the content tab + - 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. + - Added the ability to sort content by date added. + - 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. + - Various bugs and inconsistencies with the content list has now been fixed. + +## Improvements +- Fixed the "add server to instance" pop-out opening slowly. +- Fixed project pages not showing organizations under "Creators" in the sidebar. +- In the library, split "Downloaded" tab into "Modpacks" and "Servers" depending on instance type.`, + }, { date: `2026-03-10T16:40:00-00:00`, product: 'app',