1
0

update changelog

This commit is contained in:
Prospector
2025-08-18 09:07:21 -07:00
parent bcfa6941e4
commit 9af1391e0e

View File

@@ -10,6 +10,18 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2025-08-18T09:10:00-07:00`,
product: 'servers',
body: `### Improvements
- Fixed various dropdowns not appearing.`,
},
{
date: `2025-08-18T09:10:00-07:00`,
product: 'web',
body: `### Improvements
- Fixed a bunch of random NaNs appearing throughout the UI.`,
},
{
date: `2025-08-17T15:35:00-07:00`,
product: 'web',