changelog
This commit is contained in:
@@ -10,6 +10,23 @@ export type VersionEntry = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const VERSIONS: 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`,
|
date: `2026-05-09T19:06:18+00:00`,
|
||||||
product: 'app',
|
product: 'app',
|
||||||
|
|||||||
Reference in New Issue
Block a user