You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/blog/changelog.ts
+43Lines changed: 43 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,49 @@ export type VersionEntry = {
10
10
}
11
11
12
12
constVERSIONS: VersionEntry[]=[
13
+
{
14
+
date: `2026-04-18T19:00:59+00:00`,
15
+
product: 'app',
16
+
version: '0.13.2',
17
+
body: `## Added
18
+
- Instances on the Library page are now grouped into collapsible accordions if they have an associated group. Thanks to [@kirushkinx](https://github.com/kirushkinx)!
19
+
20
+
## Changed
21
+
- Redesigned the "Find and Replace" tool in the instance Files tab editor to match the rest of the platform. Thanks to [@Creeperkatze](https://github.com/Creeperkatze)!
22
+
23
+
## Fixed
24
+
- Worlds and servers in the instance Worlds tab now load almost instantly instead of taking one to two seconds.
25
+
- Fixed the Modrinth+ upgrade button and ad banner not staying pinned to the bottom right.
26
+
- Fixed servers in the "Jump back in" section of the home page loading slowly. Thanks to [@Creeperkatze](https://github.com/Creeperkatze)!
27
+
- Fixed several issues with the splash screen.
28
+
- Fixed the cancel button when changing the install directory.
29
+
- Fixed symlinks breaking directory moves.`,
30
+
},
31
+
{
32
+
date: `2026-04-18T19:00:59+00:00`,
33
+
product: 'hosting',
34
+
body: `## Added
35
+
- Alpha and beta indicators next to Paper build numbers in the server onboarding and reset modals and on the platform settings page.
36
+
37
+
## Changed
38
+
- Moved the "Kill server" action into a joined dropdown button with the "Stop" action.
39
+
- Swapped the positions of the "Restart" and "Stop" actions in the server panel.
40
+
- Redesigned the "Find and Replace" tool in the Files tab editor to match the rest of the platform. Thanks to [@Creeperkatze](https://github.com/Creeperkatze)!
41
+
42
+
## Fixed
43
+
- Fixed slow tab switching in the server panel.
44
+
- Fixed slow loading of the "Manage servers" page in the Modrinth App and slow interactions with it on the website.`,
45
+
},
46
+
{
47
+
date: `2026-04-18T19:00:59+00:00`,
48
+
product: 'web',
49
+
body: `## Added
50
+
- Tabs in the version edit modal for switching between version pages.
51
+
52
+
## Fixed
53
+
- Fixed incorrect margins on project cards.
54
+
- Fixed slow loading of the 404 page. Thanks to [@IsQuyet](https://github.com/IsQuyet)!`,
0 commit comments