Skip to content

Commit b59f208

Browse files
committed
Update changelog
1 parent 8fdc740 commit b59f208

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/utils/changelog.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@ export type VersionEntry = {
1111

1212
const VERSIONS: VersionEntry[] = [
1313
{
14-
date: `2025-05-07T19:30:00-07:00`,
14+
date: `2025-05-08T09:00:00-07:00`,
1515
product: 'servers',
1616
body: `### Added
1717
- Added the ability to extract .zip files in the Files page.
1818
- Added the ability to extract a remote .zip file from a URL, or from a CurseForge modpack version URL.
1919
- Dependencies will now automatically be installed when installing a mod from Modrinth.`,
2020
},
2121
{
22-
date: `2025-05-07T19:30:00-07:00`,
22+
date: `2025-05-08T09:00:00-07:00`,
2323
product: 'web',
2424
body: `### Improvements
25+
- 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.
2526
- Fixed organization URLs being case sensitive. (Contributed by [IMB11](https://github.com/modrinth/code/pull/3621))
2627
- Fixed notifications not loading sometimes. (Contributed by [IMB11](https://github.com/modrinth/code/pull/3624))
2728
- Fixed marking all notifications as read. (Contributed by [IMB11](https://github.com/modrinth/code/pull/3624))

0 commit comments

Comments
 (0)