app changelog

This commit is contained in:
Prospector
2026-01-08 14:26:56 -08:00
parent 3bf5a6ebec
commit 579aa5967f

View File

@@ -10,6 +10,17 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2026-01-07T18:30:00-08:00`,
product: 'app',
version: '0.10.25',
body: `## Added
- Added language selection settings, now available in beta.
## Improvements
- Fixed issue launching 26.1 Snapshot 2.
- Throttled server pinging to fix a server ping spam issue on certain systems.`,
},
{
date: `2026-01-05T17:05:00-08:00`,
product: 'web',