We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b665c17 commit 09ae351Copy full SHA for 09ae351
packages/utils/changelog.ts
@@ -10,6 +10,16 @@ export type VersionEntry = {
10
}
11
12
const VERSIONS: VersionEntry[] = [
13
+ {
14
+ date: `2025-03-12T10:15:00-08:00`,
15
+ product: 'web',
16
+ body: `### Improvements
17
+- Fixed low-res icons being pixelated.
18
+- Fixed mobile navbar hiding bottom of footer.
19
+- Updated CMP info page to correct some incorrect information.
20
+- Updated CCPA notice with updated information since Modrinth Servers and Modrinth+.
21
+- Fixed review page failing under edge case.`,
22
+ },
23
{
24
date: `2025-03-05T17:40:00-08:00`,
25
product: 'web',
0 commit comments