changelog

This commit is contained in:
Prospector
2026-01-23 12:59:29 -08:00
parent 79217e78b4
commit fa421b4b83

View File

@@ -10,6 +10,14 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2026-01-23T13:00:00-08:00`,
product: 'app',
version: '0.10.27',
body: `## Improvements
- Fixed installing content from Discover refusing to create NeoForge instances.
- Added circuit-breaker logic to prevent Modrinth App from spamming API requests during downtime.`,
},
{
date: `2026-01-23T12:25:00-08:00`,
product: 'web',