Skip to content

Commit 200b4f5

Browse files
committed
changelog
1 parent 83d53da commit 200b4f5

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

packages/utils/changelog.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ export type VersionEntry = {
1010
}
1111

1212
const 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',

0 commit comments

Comments
 (0)