From 2e0d797bb0ab90d9cbbb61434ab70f3ac0243ea5 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Thu, 23 Jul 2026 23:01:44 -0700 Subject: [PATCH] changelog --- packages/blog/changelog.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 141a040ad..e3a9d6285 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,22 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-07-24T06:01:31+00:00`, + product: 'app', + version: '0.15.20', + body: `## Fixed +- Fixed loader tags and environment tags not showing up on search result cards. +- Fixed database issues when adding many external files to an instance. +- Fixed issues that sometimes occur when installing multiple modpacks at the same time. +- Fixed case where double clicking really fast when installing on a project would brick an instance as it would become duplicated in the app database.`, + }, + { + date: `2026-07-24T06:01:31+00:00`, + product: 'web', + body: `## Fixed +- Fixed loader tags and environment tags not showing up on search result cards.`, + }, { date: `2026-07-22T21:33:46+00:00`, product: 'app',