From 235934abd764babfd3bc36c12b213023d9436f14 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Tue, 17 Mar 2026 18:56:10 -0700 Subject: [PATCH] changelog --- packages/utils/changelog.ts | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 32c82c994..626e9bd09 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -11,9 +11,24 @@ export type VersionEntry = { const VERSIONS: VersionEntry[] = [ { - date: `2026-03-17T12:40:00-08:00`, + date: `2026-03-17T19:00:00-08:00`, + product: 'website', + body: `## Improvements +- Sorted server project categories, regions, and language filter options. +- Added GitHub Pages image links to the list of domains that can bypass the wsrv.nl image proxy for more real-time dynamic images.`, + }, + { + date: `2026-03-17T19:00:00-08:00`, product: 'hosting', body: `## Improvements +- Fixed being unable to sort by project type and updates at the same time on the Content tab. +- Fixed a visual flicker when toggling some content on and off. +- Removed redundant org symbol from the Content list that threw off alignment.`, + }, + { + date: `2026-03-17T12:40:00-08:00`, + product: 'website', + body: `## Improvements - Fixed personal access token settings page erroring.`, }, {