From 3c1bd86dcc36ffcd637d89d3efb86ee744703b52 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:22:55 -0800 Subject: [PATCH] changelog --- packages/assets/generated-icons.ts | 4 ++-- packages/utils/changelog.ts | 33 ++++++++++++++++++++---------- 2 files changed, 24 insertions(+), 13 deletions(-) diff --git a/packages/assets/generated-icons.ts b/packages/assets/generated-icons.ts index d960a5f4d..22569d9b3 100644 --- a/packages/assets/generated-icons.ts +++ b/packages/assets/generated-icons.ts @@ -3,6 +3,8 @@ import type { FunctionalComponent, SVGAttributes } from 'vue' +export type IconComponent = FunctionalComponent + import _AffiliateIcon from './icons/affiliate.svg?component' import _AlignLeftIcon from './icons/align-left.svg?component' import _ArchiveIcon from './icons/archive.svg?component' @@ -325,8 +327,6 @@ import _XCircleIcon from './icons/x-circle.svg?component' import _ZoomInIcon from './icons/zoom-in.svg?component' import _ZoomOutIcon from './icons/zoom-out.svg?component' -export type IconComponent = FunctionalComponent - export const AffiliateIcon = _AffiliateIcon export const AlignLeftIcon = _AlignLeftIcon export const ArchiveIcon = _ArchiveIcon diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 4a3011513..6a0bb7e90 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,21 +10,32 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ - // { - // date: `2026-02-04T16:00:00-08:00`, - // product: 'app', - // version: '0.10.28', - // body: `## Improvements - // - Added app update notification for Linux users. - // - Fixed security policy issue updating capes. - // - Adjusted pop-up design to include a border. - // - Updated translations.`, - // }, + { + date: `2026-02-09T16:45:00-08:00`, + product: 'app', + version: '0.10.29', + body: `0.10.28 failed to release due to a technical issue; its changes are included in this changelog. + +## 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. +- Added app update notification for Linux users. +- Fixed security policy issue updating capes. +- Adjusted pop-up design to include a border. +- Categories are now sorted alphabetically based on language, not just the English names. +- Fixed iframes in descriptions removing all query parameters, even ones that it's supposed to allow. +- Updated translations.`, + }, { date: `2026-02-09T16:25:00-08:00`, product: 'web', body: `## Improvements -- Fixed users running into ratelimiting issues due to the pre-fetching in discover pages. +- Fixed users running into rate-limiting issues due to the pre-fetching in discover pages. - Fixed there being no gap between projects and collections on user profiles.`, }, {