From 2e9730ea1fcf5253bba866b7361bed7a1a8dff03 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Mon, 5 Jan 2026 16:58:07 -0800 Subject: [PATCH] changelog --- packages/utils/changelog.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index b436a3e5..b608a79f 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,20 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-01-05T17:05:00-08:00`, + product: 'web', + body: `## Improvements +- Fixed some issues with the analytics page, causing it to not load countries properly. +- Improved error handling when withdrawing money, and made it easier for support team to help users with errors. +- Updated crowd-sourced translations.`, + }, + { + date: `2026-01-05T17:05:00-08:00`, + product: 'hosting', + body: `## Improvements +- Overhauled the Files tab for servers for better performance, fewer bugs, and new features like file multiselect.`, + }, { date: `2026-01-05T12:35:00-08:00`, product: 'web',