File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,27 @@ export type VersionEntry = {
10
10
}
11
11
12
12
const VERSIONS : VersionEntry [ ] = [
13
+ {
14
+ date : `2025-05-01T18:10:00-07:00` ,
15
+ product : 'app' ,
16
+ version : `0.9.5` ,
17
+ body : `### Improvements
18
+ - Fixed certain mods with a large number of versions not being able to be installed or load their versions.
19
+ - Fixed server descriptions not being rendered with the Minecraft font.
20
+ - When installing a modpack, the page will now change to the instance once it's created.
21
+ - Last played time for existing servers will now be loaded from log files instead of displaying "Never played".
22
+ - Home page's "Jump back in" section will now display in multiple columns when the screen is very large.
23
+ - Added the ability to launch the instance from a World entry on the Home page.
24
+ - Added the ability to hide a world from the Home page.
25
+ - Added an appearance setting to only show instances instead of worlds on the Home page.
26
+ - Fixed Home page rendering being blocked by server pings.
27
+ - Fixed Home page sometimes not sending the correct protocol version when fetching server data.
28
+ - Fixed server data not being loaded immediately after adding it.
29
+ - Fixed Worlds tab filters showing up in the wrong situations.
30
+ - Fixed new Singleplayer worlds not being added to the Worlds tab without a refresh.
31
+ - Fixed an excessive number of items showing up in "Jump back in" sometimes.
32
+ - Fixed critical error modal cutting off long single-line error messages.` ,
33
+ } ,
13
34
{
14
35
date : `2025-04-29T08:20:00-07:00` ,
15
36
product : 'web' ,
You can’t perform that action at this time.
0 commit comments