Skip to content

Commit 20b616a

Browse files
committed
Update changelog
1 parent 4180544 commit 20b616a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

packages/utils/changelog.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,27 @@ export type VersionEntry = {
1010
}
1111

1212
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+
},
1334
{
1435
date: `2025-04-29T08:20:00-07:00`,
1536
product: 'web',

0 commit comments

Comments
 (0)