@@ -10,6 +10,39 @@ export type VersionEntry = {
1010}
1111
1212const VERSIONS : VersionEntry [ ] = [
13+ {
14+ date : `2026-05-31T16:45:15+00:00` ,
15+ product : 'app' ,
16+ version : '0.14.1' ,
17+ body : `## Added
18+ - Pride Fundraiser 2026 banner in the Modrinth App sidebar with donation progress, supporter count, days remaining, and a donation link.
19+ - Modrinth Pride Fundraiser supporters can now access exclusive Mr. Pack Pride skins in the Modrinth App Skin selector.
20+ - Mr. Pack is now available as a default skin in the Modrinth App Skin selector.
21+
22+ ## Changed
23+ - Updated tooltips from pure black backgrounds to a style consistent with other popovers.
24+ - Floating tooltips and pop-ups now have stronger shadows.
25+ - Updated cards across Modrinth with consistent subtle borders.` ,
26+ } ,
27+ {
28+ date : `2026-05-31T16:45:15+00:00` ,
29+ product : 'web' ,
30+ body : `## Added
31+ - Download count badges for 1 million, 10 million, 25 million, 50 million, 100 million, 250 million, and 500 million downloads.
32+ - Early adopter badges for users who helped test new project types before they launched.
33+ - Pride Fundraiser Supporter badge.
34+
35+ ## Changed
36+ - Redesigned user badges.
37+ - Content Moderators now also have the Modrinth Team badge.
38+ - Users with the Alpha Tester badge now also have the Beta Tester badge.
39+ - Updated cards across Modrinth with consistent subtle borders.
40+ - Updated tooltips from pure black backgrounds to a style consistent with other popovers.
41+ - Floating tooltips and pop-ups now have stronger shadows.
42+
43+ ## Fixed
44+ - Fixed card padding shifting after pages finished loading.` ,
45+ } ,
1346 {
1447 date : `2026-05-29T23:08:28+00:00` ,
1548 product : 'web' ,
0 commit comments