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,6 +10,19 @@ export type VersionEntry = {
1010}
1111
1212const VERSIONS : VersionEntry [ ] = [
13+ {
14+ date : `2026-03-06T18:40:00-08:00` ,
15+ product : 'web' ,
16+ body : `## Improvements
17+ - Added the ability to search your own unlisted projects when selecting required content for a server project.
18+ - Added support for bulk editing of links of server projects.
19+ - 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.
24+ - Fixed many other visual issues with server projects.` ,
25+ } ,
1326 {
1427 date : `2026-03-03T17:30:00-08:00` ,
1528 product : 'app' ,
You can’t perform that action at this time.
0 commit comments