From 34b4ae283ec9e04d9183587cf5bd099b96cfebfd Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Sun, 8 Feb 2026 17:19:42 -0800 Subject: [PATCH] changelog --- packages/utils/changelog.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 9625cbaf1..5ceca700e 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -24,6 +24,15 @@ const VERSIONS: VersionEntry[] = [ date: `2026-02-07T12:35:00-08:00`, product: 'web', body: `## Improvements +- Categories are now sorted alphabetically based on language, not just the English names. +- Fixed grid mode project lists sometimes displaying as a single, large column. +- Fixed project icons becoming extremely bright and sometimes blown out on hover. +- Fixed project author displaying as underlined when other hoverable elements are being hovered over.`, + }, + { + date: `2026-02-07T12:35:00-08:00`, + product: 'web', + body: `## Improvements - Fixed grid project lists not displaying status on user profiles.`, }, {