From 940a796ba5c3e742bb717c4d94d1343075dd29a1 Mon Sep 17 00:00:00 2001 From: "Calum H." Date: Tue, 2 Jun 2026 17:39:29 +0100 Subject: [PATCH] chore: changelog (#6286) --- packages/blog/changelog.ts | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index ca24558cf..d9d9b7bfd 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,33 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-06-02T16:37:52+00:00`, + product: 'app', + version: '0.14.3', + body: `## Added +- Added toggle to hide play time from instance header. + +## Changed +- Updated translations + +## Fixed +- Fixed importing large .mrpack files in Modrinth App causing OS freezing or crashing. +- Fixed the content update modal in the Content tab of instances hiding available updates in some cases. +- Fixed copying full paths from the Files tab using mixed path separators on Windows.`, + }, + { + date: `2026-06-02T16:37:52+00:00`, + product: 'web', + body: `## Changed +- Updated translations`, + }, + { + date: `2026-06-02T16:37:52+00:00`, + product: 'hosting', + body: `## Changed +- Updated translations`, + }, { date: `2026-05-31T16:45:15-07:00`, product: 'app',