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',