From 200b4f56c62ee8e5f8cd4dc2a57b78bf28639168 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Fri, 6 Mar 2026 18:34:20 -0800 Subject: [PATCH] changelog --- packages/utils/changelog.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 7aea16f6c..f9ca7dd64 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,19 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-03-06T18:40:00-08:00`, + product: 'web', + body: `## Improvements +- Added the ability to search your own unlisted projects when selecting required content for a server project. +- Added support for bulk editing of links of server projects. +- Fixed server project tags in project settings having missing icons or unformatted names. +- 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-03T17:30:00-08:00`, product: 'app',