Update changelog
This commit is contained in:
parent
7a12c4d5e2
commit
242fd713ab
@ -10,6 +10,24 @@ export type VersionEntry = {
|
||||
}
|
||||
|
||||
const VERSIONS: VersionEntry[] = [
|
||||
{
|
||||
date: `2025-07-08T11:10:00-07:00`,
|
||||
product: 'servers',
|
||||
body: `### Improvements
|
||||
- Reapplied error handling improvements, with more improvements.`,
|
||||
},
|
||||
{
|
||||
date: `2025-07-07T22:20:00-07:00`,
|
||||
product: 'servers',
|
||||
body: `### Improvements
|
||||
- Fixed issue with Servers panel failing to load.`,
|
||||
},
|
||||
{
|
||||
date: `2025-07-07T17:45:00-07:00`,
|
||||
product: 'servers',
|
||||
body: `### Improvements
|
||||
- Reverted error handling improvements.`,
|
||||
},
|
||||
{
|
||||
date: `2025-07-07T01:10:00-07:00`,
|
||||
product: 'app',
|
||||
@ -73,7 +91,8 @@ const VERSIONS: VersionEntry[] = [
|
||||
date: `2025-07-04T12:00:00-07:00`,
|
||||
product: 'web',
|
||||
body: `### Changed
|
||||
- Changed fallback ad placeholder from promoting Modrinth+ to Modrinth Servers.`,
|
||||
- Changed fallback ad placeholder from promoting Modrinth+ to Modrinth Servers.
|
||||
- Fixed news section rendering incorrectly in light mode on landing page and Modrinth App page.`,
|
||||
},
|
||||
{
|
||||
date: `2025-06-30T19:15:00-07:00`,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user