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