From ad3b5aec69e1889c9a1fc23b404e97b09bae6863 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Sun, 19 Oct 2025 17:32:22 -0700 Subject: [PATCH] update changelog --- packages/utils/changelog.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 86d93c687..c6ff45b9a 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,16 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-10-19T17:45:00-07:00`, + product: 'app', + version: '0.10.13', + body: `## Improvements +- Revamped the app sidebar and friends UI to be more straightforward and easier to use. +- Improved the UI of the Modrinth account button in the bottom left corner. It's now more visually consistent with the other navigation buttons and it has a link to your profile. +- Updated the ad fallback to be green again instead of blue. +- Fixed 'Open folder' in the instance page context menu having the wrong icon.`, + }, { date: `2025-10-15T12:15:00-07:00`, product: 'app',