From 763a38812f1bf6e050f9713bff1f85bf394cae17 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Fri, 14 Nov 2025 11:58:48 -0800 Subject: [PATCH] changelog --- packages/utils/changelog.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 6e948c05..15551a15 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,22 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-11-14T12:15:00-07:00`, + product: 'servers', + body: `## Improvements +- Improved the performance of the servers list. +- Fixed startup commands not being updated properly. +- Fixed autocomplete on pardon-ip and ban-ip commands.`, + }, + { + date: `2025-11-14T12:15:00-07:00`, + product: 'web', + body: `## Improvements +- Improved contrast, visibility, and consistency of UI elements, especially in light mode. +- Fixed the chargest page not working properly. +- Fixed certain icons showing above the mobile navbar.`, + }, { date: `2025-11-11T12:50:00-07:00`, product: 'app',