Update changelog

This commit is contained in:
Prospector
2025-06-13 19:15:44 -07:00
parent dd391be095
commit 9f93cd8705

View File

@@ -10,6 +10,37 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2025-06-13T19:30:00-07:00`,
product: 'servers',
body: `### Improvements
- Fixed various issues with the panel loading improperly in certain cases.
- Fixed CPU icon being smaller than the rest.
- Server panel performance should be a little faster now.`,
},
{
date: `2025-06-13T19:30:00-07:00`,
product: 'web',
body: `### Improvements
- 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))
- Made certain scrollable containers not have a fixed height, and allow them to be smaller if they have fewer items.
- Made organizations sort consistently alphabetically. (Contributed by [WorldWidePixel](https://github.com/modrinth/code/pull/3755))
- Clarified the 'File too large' error message when uploading an image larger than 1MiB in the text editor.`,
},
{
date: `2025-06-03T14:35:00-07:00`,
product: 'servers',
body: `### Added
- Added support for servers in Europe.
- Added server setup for new servers upon opening the panel for the first time.`,
},
{
date: `2025-06-03T14:35:00-07:00`,
product: 'web',
body: `### Improvements
- Overhauled Modrinth Servers purchase flow.
- Added the ability to donate creator rewards to charity.`,
},
{
date: `2025-05-08T09:00:00-07:00`,
product: 'servers',