From a80cc7e47bacc24d38ded732d50c276cc50ed6b4 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Tue, 28 Apr 2026 20:54:46 -0700 Subject: [PATCH] changelog --- packages/blog/changelog.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 436563548..ac407f0f5 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,20 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + // { + // date: `2026-04-29T03:54:14+00:00`, + // product: 'app', + // version: '0.13.7', + // body: `## Fixed + // - Fixed Java auto-installation not working on macOS + // - Fix a skin naming error.`, + // }, + { + date: `2026-04-29T03:54:14+00:00`, + product: 'hosting', + body: `## Fixed +- Server settings save action bar not accessible due to being behind modal.`, + }, { date: `2026-04-27T19:59:24+00:00`, product: 'app',