From cc66d80165abfe77417b57a4cb8fff228bc75495 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Fri, 14 Aug 2026 10:05:34 -0700 Subject: [PATCH] changelog --- packages/blog/changelog.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 869503cfa2..7dd34d8c1f 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,25 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-08-14T17:04:48+00:00`, + product: 'hosting', + body: `## Changed +- The server panel will no longer be locked while individual content is being installed when using the Browse content button. +- Better stability when content is being installed + +## Fixed +- Fixed issue when trying to upgrade a medal server from the manage servers page.`, + }, + { + date: `2026-08-14T17:04:48+00:00`, + product: 'app', + version: '0.17.8', + body: `## Fixed +- Fixed some issues rendering Ears skins +- Fixed mrpack exports setting the wrong environment inclusion values. +- Fixed issue where if your instance was linked to a modpack version that has been deleted from Modrinth the Managed content card on the content tab would not show up`, + }, { date: `2026-08-13T17:59:06+00:00`, product: 'app',