update changelog

This commit is contained in:
Prospector
2025-12-11 16:07:09 -08:00
parent 0de780b7c9
commit 73ff6df73c

View File

@@ -11,20 +11,22 @@ export type VersionEntry = {
const VERSIONS: VersionEntry[] = [ const VERSIONS: VersionEntry[] = [
{ {
date: `2025-12-11T16:05:00-08:00`, date: `2025-12-11T16:15:00-08:00`,
product: 'hosting', product: 'hosting',
body: `## Improvements body: `## Improvements
- Fixed some issues with the content list when disabling content. - Fixed some issues with the content list when disabling content.
- Improved the design of server notices.`, - Improved the design of server notices.`,
}, },
{ {
date: `2025-12-11T16:05:00-08:00`, date: `2025-12-11T16:15:00-08:00`,
product: 'web', product: 'web',
body: `## Improvements body: `## Improvements
- Moved search pages to /discover/<type>. - Moved search pages to /discover/<type>.
- Updated collections page design to be more modern. - Updated collections page design to be more modern.
- Fixed some inconsistencies with collection icons around the site. - Fixed some inconsistencies with collection icons around the site.
- Fixed some issues with the revenue balance bar.`, - Fixed some issues with the revenue balance bar.
- Fixed the width of news articles on the landing page.
- Made game versions automatically update.`,
}, },
{ {
date: `2025-12-08T10:30:00-08:00`, date: `2025-12-08T10:30:00-08:00`,