changelog

This commit is contained in:
Prospector
2026-05-09 14:43:00 -07:00
parent 7e769c720b
commit 45398c546c

View File

@@ -10,6 +10,23 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2026-05-09T21:42:48+00:00`,
product: 'app',
version: '0.13.14',
body: `## Fixed
- Fixed hidden files showing up in the Content tab on instances.
- Fixed 'Advanced rendering' option not being applied to most of the interface.`,
},
{
date: `2026-05-09T21:42:48+00:00`,
product: 'hosting',
body: `## Changed
- Improved stability of content install flow.
## Fixed
- Fixed content install flow breaking if you refresh the page mid-install.`,
},
{
date: `2026-05-09T19:06:18+00:00`,
product: 'app',