From a978873bff8b18ca665512e3e43446a8adc6e640 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Sat, 7 Feb 2026 11:36:52 -0800 Subject: [PATCH] changelog --- packages/utils/changelog.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 46e82ebf9..0869a26b4 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -20,6 +20,18 @@ const VERSIONS: VersionEntry[] = [ // - Adjusted pop-up design to include a border. // - Updated translations.`, // }, + { + date: `2026-02-07T11:45:00-08:00`, + product: 'web', + body: `## Improvements +- Revamped project lists to use a more modern design with new functionality: + - Tags are now shown more intelligently, relegating themselves to the overflow menu when selected. + - Loaders will be relegated to overflow when a loader is selected or is of another project type. + - Non-featured tags now show in the tag overflow menu, rather than not at all. + - Hover download count, follower count, or date to view a more precise number. + - The entire card is now clickable to navigate to the project. + - Project banners now display at a consistent 2:1 aspect ratio, rather than being variable.`, + }, { date: `2026-02-07T10:35:00-08:00`, product: 'web',