update changelog

This commit is contained in:
Prospector
2025-08-17 15:32:33 -07:00
parent b03d754a57
commit 166d14e7e1

View File

@@ -10,6 +10,12 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2025-08-17T15:35:00-07:00`,
product: 'web',
body: `### Improvements
- Fixed notification pages not loading.`,
},
{
date: `2025-08-15T13:15:00-07:00`,
product: 'app',
@@ -17,12 +23,6 @@ const VERSIONS: VersionEntry[] = [
body: `### Improvements
- Fixed Forge versions between 1.17.1 and 1.20.3 failing to launch.
- Fixed search page constantly resetting back to page 1.`,
},
{
date: `2025-08-15T12:25:00-07:00`,
product: 'web',
body: `### Improvements
- Fixed notification pages not loading.`,
},
{
date: `2025-08-15T11:55:00-07:00`,