From 49dd844fe1455c07240f3e757910441b2e398b97 Mon Sep 17 00:00:00 2001 From: "Calum H." Date: Fri, 19 Jun 2026 21:34:28 +0100 Subject: [PATCH] feat: changelog app 0.14.8 (#6450) --- packages/blog/changelog.ts | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index b0f0f8e9d..992093f40 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,35 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-06-19T20:29:45+00:00`, + product: 'app', + version: '0.14.8', + body: `## Changed +- Improved performance of the instance settings modal. +- Updated translations + +## Fixed +- Fixed issue in the Content tab where pressing the "Content" button on the linked modpack card would show zero mods in the Modpack content modal for a few seconds. +- Fixed issue with modal close animations. +- Fixed not being able to click scroll bar on "game version" menu when creating new instance.`, + }, + { + date: `2026-06-19T20:29:45+00:00`, + product: 'hosting', + body: `## Changed +- Improved performance of the server settings modal. +- Updated translations + +## Fixed +- Fixed issue where users were not able to upgrade their Medal servers after the trial expired.`, + }, + { + date: `2026-06-19T20:29:45+00:00`, + product: 'web', + body: `## Changed +- Updated translations`, + }, { date: `2026-06-16T18:58:45+00:00`, product: 'app',