You've already forked AstralRinth
forked from didirus/AstralRinth
Update changelog
This commit is contained in:
@@ -11,32 +11,39 @@ export type VersionEntry = {
|
|||||||
|
|
||||||
const VERSIONS: VersionEntry[] = [
|
const VERSIONS: VersionEntry[] = [
|
||||||
{
|
{
|
||||||
date: `2025-03-24T22:30:00-08:00`,
|
date: `2025-03-25T18:25:00-07:00`,
|
||||||
|
product: 'web',
|
||||||
|
body: `### Improvements
|
||||||
|
- Fixed random 'displayName' error on search pages on some browsers such as Firefox.
|
||||||
|
- Fixed 'Resubmit' icon in publishing checklist showing up when it hasn't been submitted before.`,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
date: `2025-03-25T10:40:00-07:00`,
|
||||||
product: 'web',
|
product: 'web',
|
||||||
body: `### Improvements
|
body: `### Improvements
|
||||||
- Fixed error with links on error pages.`,
|
- Fixed error with links on error pages.`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
date: `2025-03-24T22:30:00-08:00`,
|
date: `2025-03-24T22:30:00-07:00`,
|
||||||
product: 'servers',
|
product: 'servers',
|
||||||
body: `### Improvements
|
body: `### Improvements
|
||||||
- Fixed server plugin loaders not being populated when browsing for plugins
|
- Fixed server plugin loaders not being populated when browsing for plugins
|
||||||
- Fixed modpack search being filtered by Minecraft version when browsing for modpacks.`,
|
- Fixed modpack search being filtered by Minecraft version when browsing for modpacks.`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
date: `2025-03-24T22:30:00-08:00`,
|
date: `2025-03-24T22:30:00-07:00`,
|
||||||
product: 'web',
|
product: 'web',
|
||||||
body: `### Improvements
|
body: `### Improvements
|
||||||
- Improved error handling, especially when the Modrinth API is down.`,
|
- Improved error handling, especially when the Modrinth API is down.`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
date: `2025-03-13T19:30:00-08:00`,
|
date: `2025-03-13T19:30:00-07:00`,
|
||||||
product: 'web',
|
product: 'web',
|
||||||
body: `### Improvements
|
body: `### Improvements
|
||||||
- Updated Modrinth Servers marketing page, removing Pyro branding.`,
|
- Updated Modrinth Servers marketing page, removing Pyro branding.`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
date: `2025-03-12T10:15:00-08:00`,
|
date: `2025-03-12T10:15:00-07:00`,
|
||||||
product: 'web',
|
product: 'web',
|
||||||
body: `### Improvements
|
body: `### Improvements
|
||||||
- Fixed low-res icons being pixelated.
|
- Fixed low-res icons being pixelated.
|
||||||
|
|||||||
Reference in New Issue
Block a user