Update changelog
This commit is contained in:
parent
8fdc7403b1
commit
b59f208e91
@ -11,7 +11,7 @@ export type VersionEntry = {
|
|||||||
|
|
||||||
const VERSIONS: VersionEntry[] = [
|
const VERSIONS: VersionEntry[] = [
|
||||||
{
|
{
|
||||||
date: `2025-05-07T19:30:00-07:00`,
|
date: `2025-05-08T09:00:00-07:00`,
|
||||||
product: 'servers',
|
product: 'servers',
|
||||||
body: `### Added
|
body: `### Added
|
||||||
- Added the ability to extract .zip files in the Files page.
|
- 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.`,
|
- 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',
|
product: 'web',
|
||||||
body: `### Improvements
|
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 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 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))
|
- Fixed marking all notifications as read. (Contributed by [IMB11](https://github.com/modrinth/code/pull/3624))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user