changelog

This commit is contained in:
Prospector
2025-12-09 18:18:26 -08:00
parent 0a8f489234
commit 3dd2de5f18

View File

@@ -10,6 +10,22 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2025-12-09T18:25:00-08:00`,
product: 'hosting',
body: `## Improvements
- Fixed some issues with the content list when disabling content.
- Improved the design of server notices.`,
},
{
date: `2025-12-09T18:25:00-08:00`,
product: 'web',
body: `## Improvements
- Moved search pages to /discover/<type>.
- Updated collections page design to be more modern.
- Fixed some inconsistencies with collection icons around the site.
- Fixed some issues with the revenue balance bar.`,
},
{
date: `2025-12-08T10:30:00-08:00`,
product: 'web',