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
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,25 @@ export type VersionEntry = {
10
10
}
11
11
12
12
constVERSIONS: VersionEntry[]=[
13
+
{
14
+
date: `2025-05-07T19:30:00-07:00`,
15
+
product: 'servers',
16
+
body: `### Added
17
+
- Added the ability to extract .zip files in the Files page.
18
+
- Added the ability to extract a remote .zip file from a URL, or from a CurseForge modpack version URL.
19
+
- Dependencies will now automatically be installed when installing a mod from Modrinth.`,
20
+
},
21
+
{
22
+
date: `2025-05-07T19:30:00-07:00`,
23
+
product: 'web',
24
+
body: `### Improvements
25
+
- Fixed organization URLs being case sensitive. (Contributed by [IMB11](https://github.com/modrinth/code/pull/3621))
26
+
- Fixed notifications not loading sometimes. (Contributed by [IMB11](https://github.com/modrinth/code/pull/3624))
27
+
- Fixed marking all notifications as read. (Contributed by [IMB11](https://github.com/modrinth/code/pull/3624))
28
+
- Fixed relative time sometimes having poor rounding, and sometimes showing future dates unexpectedly. (Contributed by [IMB11](https://github.com/modrinth/code/pull/3612))
29
+
- Fixed localized pricing not showing in some cases for Modrinth+. (Contributed by [IMB11](https://github.com/modrinth/code/pull/3623))
30
+
- Fixed Modrinth changelog page link back to the full changelog not being clickable sometimes. (Contributed by [ThatGravyBoat](https://github.com/modrinth/code/pull/3593))`,
0 commit comments