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/utils/changelog.ts
+31Lines changed: 31 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,37 @@ export type VersionEntry = {
10
10
}
11
11
12
12
constVERSIONS: VersionEntry[]=[
13
+
{
14
+
date: `2025-06-13T19:30:00-07:00`,
15
+
product: 'servers',
16
+
body: `### Improvements
17
+
- Fixed various issues with the panel loading improperly in certain cases.
18
+
- Fixed CPU icon being smaller than the rest.
19
+
- Server panel performance should be a little faster now.`,
20
+
},
21
+
{
22
+
date: `2025-06-13T19:30:00-07:00`,
23
+
product: 'web',
24
+
body: `### Improvements
25
+
- Creator analytics charts will now show up to 15 projects in a tooltip instead of 5. (Contributed by [Erb3](https://github.com/modrinth/code/pull/2898))
26
+
- Made certain scrollable containers not have a fixed height, and allow them to be smaller if they have fewer items.
27
+
- Made organizations sort consistently alphabetically. (Contributed by [WorldWidePixel](https://github.com/modrinth/code/pull/3755))
28
+
- Clarified the 'File too large' error message when uploading an image larger than 1MiB in the text editor.`,
29
+
},
30
+
{
31
+
date: `2025-06-03T14:35:00-07:00`,
32
+
product: 'servers',
33
+
body: `### Added
34
+
- Added support for servers in Europe.
35
+
- Added server setup for new servers upon opening the panel for the first time.`,
36
+
},
37
+
{
38
+
date: `2025-06-03T14:35:00-07:00`,
39
+
product: 'web',
40
+
body: `### Improvements
41
+
- Overhauled Modrinth Servers purchase flow.
42
+
- Added the ability to donate creator rewards to charity.`,
0 commit comments