Update changelog

This commit is contained in:
aecsocket
2026-03-10 16:48:13 +00:00
parent 9a8712c76e
commit a408aebed4
2 changed files with 22 additions and 2 deletions
+20
View File
@@ -10,6 +10,26 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2026-03-10T16:40:00-00:00`,
product: 'app',
version: '0.11.4',
body: `## Improvements
- Fix PostHog analytics
- Improve language selector
- Improve server play analytics tracking`,
},
{
date: `2026-03-10T19:10:00-08:00`,
product: 'app',
version: '0.11.3',
body: `## Improvements
- Added warning banner for installing content to server instance.
- Fixed server instance pinging to be less jumpy and only ping once in instance.
- Fixed unlinking instance not giving sufficient feedback.
- Improved the identification of server project worlds for tracking.
- Fixed many other visual issues with server projects.`,
},
{
date: `2026-03-06T19:10:00-08:00`,
product: 'app',