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,32 @@ export type VersionEntry = {
1010}
1111
1212const VERSIONS : VersionEntry [ ] = [
13+ {
14+ date : `2026-05-11T20:16:06+00:00` ,
15+ product : 'app' ,
16+ version : '0.13.15' ,
17+ body : `## Changed
18+ - Updated translations.
19+
20+ ## Fixed
21+ - Fixed app launch speed being dramatically slowed by having lots of instances.` ,
22+ } ,
23+ {
24+ date : `2026-05-11T20:16:06+00:00` ,
25+ product : 'web' ,
26+ body : `## Changed
27+ - Updated translations.
28+
29+ ## Fixed
30+ - Fixed NeoForge version inferring on Minecraft versions 26.1 and newer.
31+ - Improved how NeoForge Minecraft versions are inferred to support more cases.` ,
32+ } ,
33+ {
34+ date : `2026-05-11T20:16:06+00:00` ,
35+ product : 'hosting' ,
36+ body : `## Changed
37+ - Updated translations.` ,
38+ } ,
1339 {
1440 date : `2026-05-09T21:42:48+00:00` ,
1541 product : 'app' ,
You can’t perform that action at this time.
0 commit comments