Skip to content

Commit b95e4ce

Browse files
committed
moved app stuff to new changelog entry
1 parent 200b4f5 commit b95e4ce

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

packages/utils/changelog.ts

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,23 @@ export type VersionEntry = {
1010
}
1111

1212
const 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
{

0 commit comments

Comments
 (0)