Update changelog

This commit is contained in:
Prospector 2025-05-08 08:50:29 -07:00
parent 8fdc7403b1
commit b59f208e91

View File

@ -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))