Skip to content

Commit 940a796

Browse files
authored
chore: changelog (#6286)
1 parent 6ee5e4d commit 940a796

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

packages/blog/changelog.ts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,33 @@ export type VersionEntry = {
1010
}
1111

1212
const VERSIONS: VersionEntry[] = [
13+
{
14+
date: `2026-06-02T16:37:52+00:00`,
15+
product: 'app',
16+
version: '0.14.3',
17+
body: `## Added
18+
- Added toggle to hide play time from instance header.
19+
20+
## Changed
21+
- Updated translations
22+
23+
## Fixed
24+
- Fixed importing large .mrpack files in Modrinth App causing OS freezing or crashing.
25+
- Fixed the content update modal in the Content tab of instances hiding available updates in some cases.
26+
- Fixed copying full paths from the Files tab using mixed path separators on Windows.`,
27+
},
28+
{
29+
date: `2026-06-02T16:37:52+00:00`,
30+
product: 'web',
31+
body: `## Changed
32+
- Updated translations`,
33+
},
34+
{
35+
date: `2026-06-02T16:37:52+00:00`,
36+
product: 'hosting',
37+
body: `## Changed
38+
- Updated translations`,
39+
},
1340
{
1441
date: `2026-05-31T16:45:15-07:00`,
1542
product: 'app',

0 commit comments

Comments
 (0)