File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,33 @@ export type VersionEntry = {
1010}
1111
1212const 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' ,
You can’t perform that action at this time.
0 commit comments