From 32a30d64fdcbbcbca89f4fd40608989336b34f4f Mon Sep 17 00:00:00 2001 From: "Calum H. (IMB11)" Date: Wed, 27 May 2026 23:30:42 +0100 Subject: [PATCH 1/4] feat: changelog app 0.14.0 --- packages/blog/changelog.ts | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 132be986b2..986afd0d21 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,32 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-05-27T22:30:20+00:00`, + product: 'app', + version: '0.14.0', + body: `## Changed +- Renamed the Skins page to Skin selector and removed its beta label. +- Redesigned the Skin selector with a sticky preview, larger skin cards, and collapsible skin pack sections. +- Moved PNG skin uploads from a separate modal to the Add skin card in Saved skins. +- Changed cape selection so each saved skin controls its own cape instead of using a separate default cape. +- Moved cape selection into the Edit skin modal, with a \`None\` option for saving skins without capes. +- Updated skin previews for more consistent framing across the Skin selector, skin editor, and skin cards. +- Skin and cape changes made outside Modrinth App are now reflected when the Skin selector refreshes or on app launch safely. +- Images from \`user-images.githubusercontent.com\` will no longer be proxied. + +## Fixed +- Fixed duplicate saved skin cards appearing when the same texture was saved with different arm or cape settings. +- Fixed skins equipped outside Modrinth App disappearing from the Skin selector after switching to another skin. +- Fixed skin selection hanging when a skin texture download stopped responding. +- Fixed the hide nametag setting not updating the Skin selector preview until the page refreshed.`, + }, + { + date: `2026-05-27T22:30:20+00:00`, + product: 'web', + body: `## Changed +- Images from \`user-images.githubusercontent.com\` will no longer be proxied.`, + }, { date: `2026-05-24T17:46:23+00:00`, product: 'web', From 8aca3c0500b6d9d01ce395541b597a77fe4e4bb0 Mon Sep 17 00:00:00 2001 From: "Calum H. (IMB11)" Date: Wed, 27 May 2026 23:34:53 +0100 Subject: [PATCH 2/4] fix: changelog --- packages/blog/changelog.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 986afd0d21..606908aa4b 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -14,7 +14,12 @@ const VERSIONS: VersionEntry[] = [ date: `2026-05-27T22:30:20+00:00`, product: 'app', version: '0.14.0', - body: `## Changed + body: `## Added +- Skin selections can now be previewed in the Skin selector before applying or resetting them. +- The Tiny Takeover default skin pack in the Skin selector. +- The skin preview in the Skin selections page now feels pain. + +## Changed - Renamed the Skins page to Skin selector and removed its beta label. - Redesigned the Skin selector with a sticky preview, larger skin cards, and collapsible skin pack sections. - Moved PNG skin uploads from a separate modal to the Add skin card in Saved skins. From b619f2ef8f0c37becc090727e2b59dfcd512b373 Mon Sep 17 00:00:00 2001 From: "Calum H." Date: Wed, 27 May 2026 23:37:17 +0100 Subject: [PATCH 3/4] Update packages/blog/changelog.ts Co-authored-by: Truman Gao <106889354+tdgao@users.noreply.github.com> Signed-off-by: Calum H. --- packages/blog/changelog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 606908aa4b..1738c43d56 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -39,7 +39,7 @@ const VERSIONS: VersionEntry[] = [ date: `2026-05-27T22:30:20+00:00`, product: 'web', body: `## Changed -- Images from \`user-images.githubusercontent.com\` will no longer be proxied.`, +- Images from \`user-images.githubusercontent.com\` are no longer proxied.`, }, { date: `2026-05-24T17:46:23+00:00`, From 5241e4c16bfbc1c56ee8c3a91dbbc32aa50daf18 Mon Sep 17 00:00:00 2001 From: "Calum H." Date: Wed, 27 May 2026 23:37:30 +0100 Subject: [PATCH 4/4] Update packages/blog/changelog.ts Co-authored-by: Truman Gao <106889354+tdgao@users.noreply.github.com> Signed-off-by: Calum H. --- packages/blog/changelog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 1738c43d56..25a3f3a886 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -27,7 +27,7 @@ const VERSIONS: VersionEntry[] = [ - Moved cape selection into the Edit skin modal, with a \`None\` option for saving skins without capes. - Updated skin previews for more consistent framing across the Skin selector, skin editor, and skin cards. - Skin and cape changes made outside Modrinth App are now reflected when the Skin selector refreshes or on app launch safely. -- Images from \`user-images.githubusercontent.com\` will no longer be proxied. +- Images from \`user-images.githubusercontent.com\` are no longer proxied. ## Fixed - Fixed duplicate saved skin cards appearing when the same texture was saved with different arm or cape settings.