You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/utils/changelog.ts
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,18 @@ export type VersionEntry = {
11
11
12
12
constVERSIONS: VersionEntry[]=[
13
13
{
14
-
date: `2025-05-07T19:30:00-07:00`,
14
+
date: `2025-05-08T09:00:00-07:00`,
15
15
product: 'servers',
16
16
body: `### Added
17
17
- Added the ability to extract .zip files in the Files page.
18
18
- Added the ability to extract a remote .zip file from a URL, or from a CurseForge modpack version URL.
19
19
- Dependencies will now automatically be installed when installing a mod from Modrinth.`,
20
20
},
21
21
{
22
-
date: `2025-05-07T19:30:00-07:00`,
22
+
date: `2025-05-08T09:00:00-07:00`,
23
23
product: 'web',
24
24
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.
25
26
- Fixed organization URLs being case sensitive. (Contributed by [IMB11](https://github.com/modrinth/code/pull/3621))
26
27
- Fixed notifications not loading sometimes. (Contributed by [IMB11](https://github.com/modrinth/code/pull/3624))
27
28
- Fixed marking all notifications as read. (Contributed by [IMB11](https://github.com/modrinth/code/pull/3624))
0 commit comments