diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 9dc034d6e..4cddf05f1 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,39 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-05-31T16:45:15+00:00`, + product: 'app', + version: '0.14.1', + body: `## Added +- Pride Fundraiser 2026 banner in the Modrinth App sidebar with donation progress, supporter count, days remaining, and a donation link. +- Modrinth Pride Fundraiser supporters can now access exclusive Mr. Pack Pride skins in the Modrinth App Skin selector. +- Mr. Pack is now available as a default skin in the Modrinth App Skin selector. + +## Changed +- Updated tooltips from pure black backgrounds to a style consistent with other popovers. +- Floating tooltips and pop-ups now have stronger shadows. +- Updated cards across Modrinth with consistent subtle borders.`, + }, + { + date: `2026-05-31T16:45:15+00:00`, + product: 'web', + body: `## Added +- Download count badges for 1 million, 10 million, 25 million, 50 million, 100 million, 250 million, and 500 million downloads. +- Early adopter badges for users who helped test new project types before they launched. +- Pride Fundraiser Supporter badge. + +## Changed +- Redesigned user badges. +- Content Moderators now also have the Modrinth Team badge. +- Users with the Alpha Tester badge now also have the Beta Tester badge. +- Updated cards across Modrinth with consistent subtle borders. +- Updated tooltips from pure black backgrounds to a style consistent with other popovers. +- Floating tooltips and pop-ups now have stronger shadows. + +## Fixed +- Fixed card padding shifting after pages finished loading.`, + }, { date: `2026-05-29T23:08:28+00:00`, product: 'web',