changelog

This commit is contained in:
Prospector
2026-07-23 23:01:44 -07:00
parent 508b96c27f
commit 2e0d797bb0
+16
View File
@@ -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',