From 7d6d938b9915d8cd86470529642c71352af45dda Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Sat, 18 Apr 2026 17:08:30 -0700 Subject: [PATCH] changelog --- packages/blog/changelog.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 576479a0b..bc2388386 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,21 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-04-19T00:07:46+00:00`, + product: 'app', + version: '0.13.3', + body: `## Fixed +- Fixed overlap of window controls with the instance status card in the top bar of the app.`, + }, + { + date: `2026-04-19T00:07:46+00:00`, + product: 'hosting', + body: `## Fixed +- Fixed "You have unsaved changes" popup appearing behind the settings modal fade. +- Fixed broken loader version dropdown in the platform settings. +- Fixed "window not found" error that sometimes happens when loading the server panel.`, + }, { date: `2026-04-18T19:00:59+00:00`, product: 'app',