Beta #30

Merged
didirus merged 990 commits from beta into release 2026-06-20 05:06:18 +00:00
Showing only changes of commit 4b6de7526c - Show all commits
+11 -10
View File
@@ -10,16 +10,17 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
// {
// date: `TBD`,
// product: 'app',
// version: '0.11.3',
// body: `- 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',
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-06T18:40:00-08:00`,
product: 'web',