Skip to content

Commit 9f93cd8

Browse files
committed
Update changelog
1 parent dd391be commit 9f93cd8

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

packages/utils/changelog.ts

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

1212
const VERSIONS: 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.`,
43+
},
1344
{
1445
date: `2025-05-08T09:00:00-07:00`,
1546
product: 'servers',

0 commit comments

Comments
 (0)