File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,23 @@ export type VersionEntry = {
1010}
1111
1212const VERSIONS : VersionEntry [ ] = [
13+ {
14+ date : `2026-05-02T22:09:01+00:00` ,
15+ product : 'app' ,
16+ version : '0.13.8' ,
17+ body : `## Fixed
18+ - Fixed exclude open source filter not working.
19+ - Fixed Central Europe server region not displaying ping in the Modrinth Hosting region selector.` ,
20+ } ,
21+ {
22+ date : `2026-05-02T22:09:01+00:00` ,
23+ product : 'web' ,
24+ body : `## Fixed
25+ - Fixed exclude open source filter not working.
26+ - Fixed 404 error when returning to collections dashboard from a collection page.
27+ - Fixed error loading revenue transfer history page.
28+ - Fixed Central Europe server region not displaying ping in the Modrinth Hosting region selector.` ,
29+ } ,
1330 {
1431 date : `2026-04-29T17:19:44+00:00` ,
1532 product : 'app' ,
You can’t perform that action at this time.
0 commit comments