From 7f15772f59a35d80a43f9d5aff9f7877e0720db2 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Mon, 6 Jul 2026 15:19:29 -0700 Subject: [PATCH] changelog --- packages/blog/changelog.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 47cd3b2091..cf24f92440 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,23 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-07-06T22:19:13+00:00`, + product: 'app', + version: '0.15.8', + body: `## Changed +- Updated the version pages to use the new design. + +## Fixed +- Fixed project and version links from an instance not being aware of the instance you're coming from. +- Fixed Files tab preloading files which weren't actually editable/viewable which caused a memory leak.`, + }, + { + date: `2026-07-06T22:19:13+00:00`, + product: 'hosting', + body: `## Fixed +- Fixed Files tab preloading files which weren't actually editable/viewable which caused a memory leak.`, + }, { date: `2026-07-05T01:48:48+00:00`, product: 'app',