mirror of
https://github.com/modrinth/code.git
synced 2026-09-04 05:48:57 +00:00
Update 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'
|
||||||
@@ -378,8 +380,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,6 +10,26 @@ export type VersionEntry = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const VERSIONS: VersionEntry[] = [
|
const VERSIONS: VersionEntry[] = [
|
||||||
|
{
|
||||||
|
date: `2026-03-10T16:40:00-00:00`,
|
||||||
|
product: 'app',
|
||||||
|
version: '0.11.4',
|
||||||
|
body: `## Improvements
|
||||||
|
- Fix PostHog analytics
|
||||||
|
- Improve language selector
|
||||||
|
- Improve server play analytics tracking`,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
date: `2026-03-10T19:10:00-08:00`,
|
||||||
|
product: 'app',
|
||||||
|
version: '0.11.3',
|
||||||
|
body: `## Improvements
|
||||||
|
- Added warning banner for installing content to server instance.
|
||||||
|
- Fixed server instance pinging to be less jumpy and only ping once in instance.
|
||||||
|
- Fixed unlinking instance not giving sufficient feedback.
|
||||||
|
- Improved the identification of server project worlds for tracking.
|
||||||
|
- Fixed many other visual issues with server projects.`,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
date: `2026-03-06T19:10:00-08:00`,
|
date: `2026-03-06T19:10:00-08:00`,
|
||||||
product: 'app',
|
product: 'app',
|
||||||
|
|||||||
Reference in New Issue
Block a user