We're thrilled to roll out Modrinth App v0.10 with a beta release of one of our most highly requested features, the Skins page. The Skins page allows you to manage all of your Minecraft skins directly within Modrinth App. You can see all your saved custom skins and the default Minecraft skins in one convenient place.

Adding a new skin is simple, even Herobrine could do it! When you add or edit a skin, you can upload your custom texture file directly from your computer, choose between the wide or slim arm style to match your preferred character model, and even assign a specific cape to that look for the perfect finishing touch.
The interface makes it easy to preview your changes in real-time with the animated player model, so you can see exactly how your skin will look in-game before saving it.

Alongside this major new feature, v0.10 includes a host of improvements and bug fixes to make your experience smoother. We've updated the news feed to use our new system, fixed issues with project descriptions, and tidied up how data is handled. For a full breakdown of all the changes, you can check out the complete changelog here.
As the skins feature is in beta, we're eager to hear your feedback! Jump in, give it a try, and let us know what you think. You can share your thoughts on our Discord server or start a support chat if you're running into issues.
Thank you! We can't wait to see your skins in action. Happy customizing!
` diff --git a/packages/blog/compiled/skins_now_in_modrinth_app.ts b/packages/blog/compiled/skins_now_in_modrinth_app.ts new file mode 100644 index 0000000000..58d8966efd --- /dev/null +++ b/packages/blog/compiled/skins_now_in_modrinth_app.ts @@ -0,0 +1,10 @@ +// AUTO-GENERATED FILE - DO NOT EDIT +export const article = { + html: () => import(`./skins_now_in_modrinth_app.content`).then((m) => m.html), + title: 'Skins — Now in Modrinth App!', + summary: + 'Customize your look, save your favorite skins, and swap them out in a flash, all within Modrinth App.', + date: '2025-07-05T19:19:00.000Z', + slug: 'skins-now-in-modrinth-app', + thumbnail: true, +} diff --git a/packages/blog/public/skins-now-in-modrinth-app/edit-skin.webp b/packages/blog/public/skins-now-in-modrinth-app/edit-skin.webp new file mode 100644 index 0000000000..02cd9c75d2 Binary files /dev/null and b/packages/blog/public/skins-now-in-modrinth-app/edit-skin.webp differ diff --git a/packages/blog/public/skins-now-in-modrinth-app/skins-page.webp b/packages/blog/public/skins-now-in-modrinth-app/skins-page.webp new file mode 100644 index 0000000000..d9a1cac7c6 Binary files /dev/null and b/packages/blog/public/skins-now-in-modrinth-app/skins-page.webp differ diff --git a/packages/blog/public/skins-now-in-modrinth-app/thumbnail.webp b/packages/blog/public/skins-now-in-modrinth-app/thumbnail.webp new file mode 100644 index 0000000000..26ccf49cf2 Binary files /dev/null and b/packages/blog/public/skins-now-in-modrinth-app/thumbnail.webp differ diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index fa2e7390d2..a69653a774 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -25,7 +25,7 @@ const VERSIONS: VersionEntry[] = [ date: `2025-07-04T12:00:00-07:00`, product: 'app', version: `0.10.0`, - body: `**Note: This update was pulled due to issues.** + body: `**Note: This update is no longer available to download due to issues, you should use v0.10.1** ### Added - Added Skins page as a beta feature. There may be some minor bugs with it, but we'd love to get user feedback on this feature as it's been one of our most highly requested features.