Merge beta into release #21

Merged
didirus merged 276 commits from beta into release 2025-11-01 13:04:25 +00:00
Showing only changes of commit 9af1391e0e - Show all commits

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',