File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,11 +11,32 @@ export type VersionEntry = {
1111
1212const 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` ,
You can’t perform that action at this time.
0 commit comments