diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 35f36d9ba..edcca4c6d 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -11,7 +11,7 @@ export type VersionEntry = { const VERSIONS: VersionEntry[] = [ { - date: `2025-05-07T19:30:00-07:00`, + date: `2025-05-08T09:00:00-07:00`, product: 'servers', body: `### Added - Added the ability to extract .zip files in the Files page. @@ -19,9 +19,10 @@ const VERSIONS: VersionEntry[] = [ - Dependencies will now automatically be installed when installing a mod from Modrinth.`, }, { - date: `2025-05-07T19:30:00-07:00`, + date: `2025-05-08T09:00:00-07:00`, product: 'web', body: `### Improvements +- Fixed game version and loader selection when editing a version only showing up to 6 selected items, making it frustrating to remove a specific version. - Fixed organization URLs being case sensitive. (Contributed by [IMB11](https://github.com/modrinth/code/pull/3621)) - Fixed notifications not loading sometimes. (Contributed by [IMB11](https://github.com/modrinth/code/pull/3624)) - Fixed marking all notifications as read. (Contributed by [IMB11](https://github.com/modrinth/code/pull/3624))