changelog

This commit is contained in:
Prospector
2026-05-11 13:16:18 -07:00
parent ad99ac039b
commit 86d377b915

View File

@@ -10,6 +10,32 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2026-05-11T20:16:06+00:00`,
product: 'app',
version: '0.13.15',
body: `## Changed
- Updated translations.
## Fixed
- Fixed app launch speed being dramatically slowed by having lots of instances.`,
},
{
date: `2026-05-11T20:16:06+00:00`,
product: 'web',
body: `## Changed
- Updated translations.
## Fixed
- Fixed NeoForge version inferring on Minecraft versions 26.1 and newer.
- Improved how NeoForge Minecraft versions are inferred to support more cases.`,
},
{
date: `2026-05-11T20:16:06+00:00`,
product: 'hosting',
body: `## Changed
- Updated translations.`,
},
{
date: `2026-05-09T21:42:48+00:00`,
product: 'app',