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
+45Lines changed: 45 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,51 @@ export type VersionEntry = {
10
10
}
11
11
12
12
constVERSIONS: VersionEntry[]=[
13
+
{
14
+
date: `2026-04-12T22:12:15+00:00`,
15
+
product: 'app',
16
+
version: '0.13.0',
17
+
body: `## Changed
18
+
- The Logs page has been redesigned, and brought into the same style as the new overview page from Modrinth Hosting.
19
+
- Refactored the Logs page to share its console, filtering, and share-to-mclo.gs functionality with the Modrinth Hosting server panel.
20
+
- Aligned the instance header with the Modrinth Hosting server panel header for a consistent look across the app and web.
21
+
- Historical log files are now fetched in the background (and stored much more efficiently) when opening the Logs page, so switching between them is instant.
22
+
- Moved live log capture from the frontend to the Rust backend, significantly reducing overhead when an instance produces large volumes of output.`,
23
+
},
24
+
{
25
+
date: `2026-04-12T22:12:15+00:00`,
26
+
product: 'hosting',
27
+
body: `## Added
28
+
- Confirmation modal for resubscribing to a server.
29
+
- Proper provisioning state for resubscription with live update once server is ready.
30
+
- New empty state for manage servers page.
31
+
- Brought server panel into app.
32
+
- New server hosting console, with better filtering, searching, and sharing functionality.
33
+
- New instance logs page with updated console.
34
+
- New server settings modal, consistent across website and app, and reorganizes settings where it made sense.
35
+
- Overhauled server properties settings, splitting advanced and basic settings.
36
+
37
+
## Changed
38
+
- Refreshed the server cards UI for consistency.
39
+
- Contact support button.
40
+
- Download cancelled server files button.
41
+
- Countdown timer for number of days cancelled server's files are kept.
42
+
- Updated existing server card states with better help text.
43
+
- Applied consistent styling for purchase and upgrade server modals.
44
+
- Applied consistent styling for app and instance settings modals.
45
+
- Design refresh for server purchase modal plan selection, with handling for logged out users.
46
+
47
+
## Fixed
48
+
- Storybook global css not being used.
49
+
- Server icon sync and reactivity.`,
50
+
},
51
+
{
52
+
date: `2026-04-12T22:12:15+00:00`,
53
+
product: 'web',
54
+
body: `## Fixed
55
+
- Fixed certain currencies showing pricing with the incorrect number of digits.
56
+
- Fix organization's member settings not persisting after saving and refresh.`,
0 commit comments