changelog

This commit is contained in:
Prospector
2026-04-18 17:08:30 -07:00
parent 065759d1b8
commit 7d6d938b99

View File

@@ -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',