feat: changelog app 0.15.1 (#6522)

This commit is contained in:
Calum H.
2026-06-26 16:42:19 +00:00
committed by GitHub
parent 1067b02830
commit b95a2d875a
+10
View File
@@ -10,6 +10,16 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2026-06-26T16:33:23+00:00`,
product: 'app',
version: '0.15.1',
body: `## Fixed
- Fixed issue where previous logs would not load in the Logs tab of an instance.
- Fixed issue where "Update all" would sometimes update linked modpack content.
- Fixed issue where disabled additional content would sometimes not appear as disabled in the UI.
- Fixed issue where instances with negative playtime fail to load. (How?)`,
},
{
date: `2026-06-25T21:22:14+00:00`,
product: 'app',