chore: changelog (#6286)

This commit is contained in:
Calum H.
2026-06-02 17:39:29 +01:00
committed by GitHub
parent 6ee5e4df19
commit 940a796ba5
+27
View File
@@ -10,6 +10,33 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2026-06-02T16:37:52+00:00`,
product: 'app',
version: '0.14.3',
body: `## Added
- Added toggle to hide play time from instance header.
## Changed
- Updated translations
## Fixed
- Fixed importing large .mrpack files in Modrinth App causing OS freezing or crashing.
- Fixed the content update modal in the Content tab of instances hiding available updates in some cases.
- Fixed copying full paths from the Files tab using mixed path separators on Windows.`,
},
{
date: `2026-06-02T16:37:52+00:00`,
product: 'web',
body: `## Changed
- Updated translations`,
},
{
date: `2026-06-02T16:37:52+00:00`,
product: 'hosting',
body: `## Changed
- Updated translations`,
},
{
date: `2026-05-31T16:45:15-07:00`,
product: 'app',