Skip to content

Commit e5831d3

Browse files
committed
changelog
1 parent 1cabfe3 commit e5831d3

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

packages/blog/changelog.ts

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

1212
const VERSIONS: 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.`,
37+
},
1338
{
1439
date: `2026-06-08T22:54:32+00:00`,
1540
product: 'web',

0 commit comments

Comments
 (0)