Skip to content

Commit 10a5864

Browse files
committed
Update changelog
1 parent 16766be commit 10a5864

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

packages/utils/changelog.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,25 @@ export type VersionEntry = {
1010
}
1111

1212
const VERSIONS: 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))`,
31+
},
1332
{
1433
date: `2025-05-01T18:30:00-07:00`,
1534
product: 'web',

0 commit comments

Comments
 (0)