From 9f93cd8705b8fd250ab526c6dfe5bd9afc5664d3 Mon Sep 17 00:00:00 2001 From: Prospector Date: Fri, 13 Jun 2025 19:15:44 -0700 Subject: [PATCH] Update changelog --- packages/utils/changelog.ts | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index edcca4c6d..262b05408 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -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',