From 9ed094a1e7a275366e680561b6f7c6d482794e06 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Wed, 3 Sep 2025 15:35:31 -0700 Subject: [PATCH] Update changelog --- packages/utils/changelog.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index c745dac3..a0f8443e 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,17 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-09-03T15:40:00-07:00`, + product: 'web', + body: `### Improvements +- Fixed a number of bugs with the Modrinth App marketing page +- Added clearer notices about Modrinth App's beta status on marketing page. +- Added disclaimer about Modrinth App's issues on Linux to marketing page. +- Fixed certain icons in settings shrinking size on mobile. +- In project settings, the description page no longer refers to all projects as "mods" +- Fixed spelling error during sign up.`, + }, { date: `2025-09-02T10:30:00-07:00`, product: 'web',