File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,17 +10,23 @@ export type VersionEntry = {
1010}
1111
1212const VERSIONS : VersionEntry [ ] = [
13+ // {
14+ // date: `TBD`,
15+ // product: 'app',
16+ // version: '0.11.3',
17+ // body: `- Added warning banner for installing content to server instance.
18+ // - Fixed server instance pinging to be less jumpy and only ping once in instance.
19+ // - Fixed unlinking instance not giving sufficient feedback.
20+ // - Improved the identification of server project worlds for tracking.
21+ // - Fixed many other visual issues with server projects.`,
22+ // },
1323 {
1424 date : `2026-03-06T18:40:00-08:00` ,
1525 product : 'web' ,
1626 body : `## Improvements
1727- Added the ability to search your own unlisted projects when selecting required content for a server project.
1828- Added support for bulk editing of links of server projects.
1929- Fixed server project tags in project settings having missing icons or unformatted names.
20- - Added warning banner for installing content to server instance.
21- - Fixed server instance pinging to be less jumpy and only ping once in instance.
22- - Fixed unlinking instance not giving sufficient feedback.
23- - Improved the identification of server project worlds for tracking.
2430- Fixed many other visual issues with server projects.` ,
2531 } ,
2632 {
You can’t perform that action at this time.
0 commit comments