From f37050d936b6fba4419f1a58cdb57ecd5a50381c Mon Sep 17 00:00:00 2001 From: "Calum H. (IMB11)" Date: Fri, 26 Jun 2026 17:33:32 +0100 Subject: [PATCH] feat: changelog app 0.15.1 --- packages/blog/changelog.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index f9adf3a484..5ef90144ba 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,16 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-06-26T16:33:23+00:00`, + product: 'app', + version: '0.15.1', + body: `## Fixed +- Fixed issue where previous logs would not load in the Logs tab of an instance. +- Fixed issue where "Update all" would sometimes update linked modpack content. +- Fixed issue where disabled additional content would sometimes not appear as disabled in the UI. +- Fixed issue where instances with negative playtime fail to load. (How?)`, + }, { date: `2026-06-25T21:22:14+00:00`, product: 'app',