changelog
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
import type { FunctionalComponent, SVGAttributes } from 'vue'
|
import type { FunctionalComponent, SVGAttributes } from 'vue'
|
||||||
|
|
||||||
|
export type IconComponent = FunctionalComponent<SVGAttributes>
|
||||||
|
|
||||||
import _AffiliateIcon from './icons/affiliate.svg?component'
|
import _AffiliateIcon from './icons/affiliate.svg?component'
|
||||||
import _AlignLeftIcon from './icons/align-left.svg?component'
|
import _AlignLeftIcon from './icons/align-left.svg?component'
|
||||||
import _ArchiveIcon from './icons/archive.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 _ZoomInIcon from './icons/zoom-in.svg?component'
|
||||||
import _ZoomOutIcon from './icons/zoom-out.svg?component'
|
import _ZoomOutIcon from './icons/zoom-out.svg?component'
|
||||||
|
|
||||||
export type IconComponent = FunctionalComponent<SVGAttributes>
|
|
||||||
|
|
||||||
export const AffiliateIcon = _AffiliateIcon
|
export const AffiliateIcon = _AffiliateIcon
|
||||||
export const AlignLeftIcon = _AlignLeftIcon
|
export const AlignLeftIcon = _AlignLeftIcon
|
||||||
export const ArchiveIcon = _ArchiveIcon
|
export const ArchiveIcon = _ArchiveIcon
|
||||||
|
|||||||
@@ -10,21 +10,32 @@ export type VersionEntry = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const VERSIONS: VersionEntry[] = [
|
const VERSIONS: VersionEntry[] = [
|
||||||
// {
|
{
|
||||||
// date: `2026-02-04T16:00:00-08:00`,
|
date: `2026-02-09T16:45:00-08:00`,
|
||||||
// product: 'app',
|
product: 'app',
|
||||||
// version: '0.10.28',
|
version: '0.10.29',
|
||||||
// body: `## Improvements
|
body: `0.10.28 failed to release due to a technical issue; its changes are included in this changelog.
|
||||||
// - Added app update notification for Linux users.
|
|
||||||
// - Fixed security policy issue updating capes.
|
## Improvements
|
||||||
// - Adjusted pop-up design to include a border.
|
- Revamped project lists to use a more modern design with new functionality:
|
||||||
// - Updated translations.`,
|
- 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`,
|
date: `2026-02-09T16:25:00-08:00`,
|
||||||
product: 'web',
|
product: 'web',
|
||||||
body: `## Improvements
|
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.`,
|
- Fixed there being no gap between projects and collections on user profiles.`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user