From e59664426bbbb9852a87ee9807ed7a081edcd7b3 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Wed, 19 Nov 2025 15:17:01 -0800 Subject: [PATCH] changelog --- packages/utils/changelog.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 44e0b5e4c..0ec2301ff 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,16 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-11-19T15:15:00-08:00`, + product: 'app', + version: '0.10.20', + body: `## Improvements +- Improved contrast, visibility, and consistency of UI elements, especially in light mode. +- Fixed ads showing up in the loading screen, even when you have Modrinth+. +- Added a warning banner when Minecraft's authentication servers are detected to be down. +- Fixed icon when creating an instance not being saved.`, + }, { date: `2025-11-14T12:15:00-08:00`, product: 'servers',