From e5831d38ebb58ea0a96ecccd757d2e4363ad17f4 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Thu, 11 Jun 2026 12:08:54 -0700 Subject: [PATCH] changelog --- packages/blog/changelog.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 3bb0e068a..3db7e2487 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,31 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-06-11T19:05:19+00:00`, + product: 'app', + version: '0.14.6', + body: `## Added +- Added the ability to reorder saved skins in the skin selector by dragging and dropping them. +- Added recovery steps for more Microsoft sign-in and Xbox authentication errors. + +## Changed +- Adding a skin to the skin selector will no longer automatically apply it to your Minecraft account. + +## Fixed +- Fixed issue where the theme would not change automatically if set to "System theme" and the system theme changes. +- Fixed rate limit issue when adding a skin in the skin selector. +- 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. +- Fixed issue where skins which had translucency in the outer layer did not correctly render. +- 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. +- Fixed loading state incorrectly showing briefly in the Skins selector when a saved skin is deleted.`, + }, + { + date: `2026-06-11T19:05:19+00:00`, + product: 'web', + body: `## Fixed +- Datepicker dropdown can overflow and get cut off by page since it shows below instead of above the input.`, + }, { date: `2026-06-08T22:54:32+00:00`, product: 'web',