We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e769c7 commit 45398c5Copy full SHA for 45398c5
1 file changed
packages/blog/changelog.ts
@@ -10,6 +10,23 @@ export type VersionEntry = {
10
}
11
12
const VERSIONS: VersionEntry[] = [
13
+ {
14
+ date: `2026-05-09T21:42:48+00:00`,
15
+ product: 'app',
16
+ version: '0.13.14',
17
+ body: `## Fixed
18
+- Fixed hidden files showing up in the Content tab on instances.
19
+- Fixed 'Advanced rendering' option not being applied to most of the interface.`,
20
+ },
21
22
23
+ product: 'hosting',
24
+ body: `## Changed
25
+- Improved stability of content install flow.
26
+
27
+## Fixed
28
+- Fixed content install flow breaking if you refresh the page mid-install.`,
29
30
{
31
date: `2026-05-09T19:06:18+00:00`,
32
product: 'app',
0 commit comments