v0.10.302 #2

Merged
didirus merged 289 commits from feature-clean into beta 2025-07-08 15:00:09 +00:00
Showing only changes of commit b59f208e91 - Show all commits

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