From 3e4197db7c54824e11d7c704c66261376fcd6ec0 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Sat, 23 May 2026 22:02:49 -0700 Subject: [PATCH] changelog --- packages/blog/changelog.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 95584cbd9..697412275 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,23 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-05-24T05:00:37+00:00`, + product: 'app', + version: '0.13.22', + body: `## Added +- Added log spam detection and line compacting logic to prevent Modrinth App from crashing when viewing large log files. + +## Changed +- Increased the default memory for instances from 2GB to 4GB (depending on your system memory). +- Improved "Java installation" settings page design. Thanks [@creeperkatze](https://github.com/creeperkatze)`, + }, + { + date: `2026-05-24T05:00:37+00:00`, + product: 'web', + body: `## Fixed +- Fixed an issue where the page fails to load sometimes, requiring you to delete your cookies. + }, { date: `2026-05-21T22:13:35+00:00`, product: 'web',