You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/blog/changelog.ts
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,31 @@ export type VersionEntry = {
10
10
}
11
11
12
12
constVERSIONS: VersionEntry[]=[
13
+
{
14
+
date: `2026-06-11T19:05:19+00:00`,
15
+
product: 'app',
16
+
version: '0.14.6',
17
+
body: `## Added
18
+
- Added the ability to reorder saved skins in the skin selector by dragging and dropping them.
19
+
- Added recovery steps for more Microsoft sign-in and Xbox authentication errors.
20
+
21
+
## Changed
22
+
- Adding a skin to the skin selector will no longer automatically apply it to your Minecraft account.
23
+
24
+
## Fixed
25
+
- Fixed issue where the theme would not change automatically if set to "System theme" and the system theme changes.
26
+
- Fixed rate limit issue when adding a skin in the skin selector.
27
+
- Fixed issue with the Skin selector appearing in a broken state when the Minecraft api is unavailable. Now it appears in a read only state, showing the last selected skin or the default skin if it is unable to determine the last selected skin.
28
+
- Fixed issue where skins which had translucency in the outer layer did not correctly render.
29
+
- Fixed issue in Skin selector where the Edit button was not available on skins included within Modrinth App - meaning you could not change the cape of the skin without first applying it.
30
+
- Fixed loading state incorrectly showing briefly in the Skins selector when a saved skin is deleted.`,
31
+
},
32
+
{
33
+
date: `2026-06-11T19:05:19+00:00`,
34
+
product: 'web',
35
+
body: `## Fixed
36
+
- Datepicker dropdown can overflow and get cut off by page since it shows below instead of above the input.`,
0 commit comments