From 52d46b8aaa05bcfd5f61df4096c4ec0f9b809e8f Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Thu, 12 Mar 2026 13:59:19 -0700 Subject: [PATCH] App 0.12.0 changelog --- packages/utils/changelog.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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',