changelog

This commit is contained in:
Prospector
2026-02-09 16:22:55 -08:00
parent 4adbd0b843
commit 3c1bd86dcc
2 changed files with 24 additions and 13 deletions

View File

@@ -3,6 +3,8 @@
import type { FunctionalComponent, SVGAttributes } from 'vue'
export type IconComponent = FunctionalComponent<SVGAttributes>
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<SVGAttributes>
export const AffiliateIcon = _AffiliateIcon
export const AlignLeftIcon = _AlignLeftIcon
export const ArchiveIcon = _ArchiveIcon

View File

@@ -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.`,
},
{