You've already forked AstralRinth
forked from didirus/AstralRinth
update changelog + blog post date
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"title": "Creators: Verify Your Environment Metadata",
|
"title": "Creators: Verify Your Environment Metadata",
|
||||||
"summary": "We've overhauled the environment metadata on Modrinth, and all creators must verify their settings.",
|
"summary": "We've overhauled the environment metadata on Modrinth, and all creators must verify their settings.",
|
||||||
"thumbnail": "https://modrinth.com/news/article/new-environments/thumbnail.webp",
|
"thumbnail": "https://modrinth.com/news/article/new-environments/thumbnail.webp",
|
||||||
"date": "2025-08-28T07:00:00.000Z",
|
"date": "2025-08-28T23:50:00.000Z",
|
||||||
"link": "https://modrinth.com/news/article/new-environments"
|
"link": "https://modrinth.com/news/article/new-environments"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: 'Creators: Verify Your Environment Metadata'
|
title: 'Creators: Verify Your Environment Metadata'
|
||||||
summary: We've overhauled the environment metadata on Modrinth, and all creators must verify their settings.
|
summary: We've overhauled the environment metadata on Modrinth, and all creators must verify their settings.
|
||||||
date: 2025-08-28T00:00:00-07:00
|
date: 2025-08-28T16:50:00-07:00
|
||||||
authors: ['Dc7EYhxG']
|
authors: ['Dc7EYhxG']
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ export const article = {
|
|||||||
html: () => import(`./new_environments.content`).then(m => m.html),
|
html: () => import(`./new_environments.content`).then(m => m.html),
|
||||||
title: "Creators: Verify Your Environment Metadata",
|
title: "Creators: Verify Your Environment Metadata",
|
||||||
summary: "We've overhauled the environment metadata on Modrinth, and all creators must verify their settings.",
|
summary: "We've overhauled the environment metadata on Modrinth, and all creators must verify their settings.",
|
||||||
date: "2025-08-28T07:00:00.000Z",
|
date: "2025-08-28T23:50:00.000Z",
|
||||||
slug: "new-environments",
|
slug: "new-environments",
|
||||||
authors: ["Dc7EYhxG"],
|
authors: ["Dc7EYhxG"],
|
||||||
thumbnail: true,
|
thumbnail: true,
|
||||||
|
|||||||
@@ -10,6 +10,21 @@ export type VersionEntry = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const VERSIONS: VersionEntry[] = [
|
const VERSIONS: VersionEntry[] = [
|
||||||
|
{
|
||||||
|
date: `2025-08-28T16:50:00-07:00`,
|
||||||
|
product: 'web',
|
||||||
|
body: `### Improvements
|
||||||
|
- Overhauled creator-facing project environment metadata
|
||||||
|
- This is part of a larger project to make environment data across Modrinth more reliable. Read [this blog post](/news/article/new-environments) for more information.
|
||||||
|
- Improved performance of project pages.`,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
date: `2025-08-28T16:50:00-07:00`,
|
||||||
|
product: 'servers',
|
||||||
|
body: `### Improvements
|
||||||
|
- Fixed issue with Files page not showing files in the correct order sometimes.
|
||||||
|
- Fixed Medal servers showing a confusing cancellation/suspension notice.`,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
date: `2025-08-20T13:30:00-07:00`,
|
date: `2025-08-20T13:30:00-07:00`,
|
||||||
product: 'app',
|
product: 'app',
|
||||||
|
|||||||
Reference in New Issue
Block a user