Skip to content

Commit 07f9e3a

Browse files
authored
feat: changelog 0.13.3 (#6055)
1 parent a79b8e0 commit 07f9e3a

1 file changed

Lines changed: 24 additions & 3 deletions

File tree

packages/blog/changelog.ts

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,32 @@ export type VersionEntry = {
1111

1212
const VERSIONS: VersionEntry[] = [
1313
{
14-
date: `2026-05-09T18:25:51+00:00`,
14+
date: `2026-05-09T19:06:18+00:00`,
1515
product: 'app',
1616
version: '0.13.13',
17-
body: `## Fixed
18-
- Fixed issue with instances redirects causing a broken page state.`,
17+
body: `## Changed
18+
- Improved the Browse page header so the back button no longer shifts the layout.
19+
20+
## Fixed
21+
- Fixed instance redirects opening a broken page state.`,
22+
},
23+
{
24+
date: `2026-05-09T19:06:18+00:00`,
25+
product: 'web',
26+
body: `## Changed
27+
- Improved performance on search pages.`,
28+
},
29+
{
30+
date: `2026-05-09T19:06:18+00:00`,
31+
product: 'hosting',
32+
body: `## Changed
33+
- Updated Modrinth Hosting content browsing so multiple projects can be selected before installation.
34+
- After installing selected content, the Modrinth Hosting content page now reopens immediately and shows pending projects as installing.
35+
- Project icons now appear in the action bar when selecting multiple projects in the Content tab.
36+
37+
## Fixed
38+
- Fixed selected content and dependencies not staying marked as installing.
39+
- Fixed page shifts while dependencies resolve during installation.`,
1940
},
2041
{
2142
date: `2026-05-08T09:58:39+00:00`,

0 commit comments

Comments
 (0)