Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions content/updates/insider.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
---
title: "Insider"
date: "2026-03-21"
date: "2026-04-06"
description: "Rolling release notes for Insider (dev) builds — all *-dev.* versions map here."
heroImage: "/images/updates/Insider.png"
---

## Highlights

- Minor change to clarify usage of Metadata API functions (#474)
- Add a Links Hub and Multi-agent Orchestration (#470)
- feat: Support US Government cloud (GCC High / DoD) Dataverse URLs (#469)
- feat: Import connections from XrmToolBox XML files (#463)
- Settings opens as a tab with VSCode-style UI; adds Settings to View menu (#464)
- feat: Allow sharing of connection files (import/export) (#444)
- Feature/tab context menu (#456)
- chore(deps): bump @xmldom/xmldom (#514)
- chore(deps): bump lodash in the npmandyarn group across 1 directory (#513)
- chore(deps): bump handlebars (#512)
- Pre-filter marketplace to "new tools only" when clicking the homepage notification banner (#511)
- feat: Add visual indicator and one-click clear to filter button when filters are active (#509)
Comment on lines +10 to +14
Copy link

Copilot AI Apr 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Insider release-note bullets here look like raw commit/PR titles (e.g., chore(deps): …, feat: …). In this repo, update-note bullets are written as user-facing sentence case without conventional-commit prefixes (see content/updates/v1_2_0.md:10-17). Please rewrite/normalize these bullets (and optionally group dependency bumps into a single “Updated dependencies …” item) to match the established updates style.

Copilot uses AI. Check for mistakes.

## Fixes

- Fix dual-connection tab color split, swap Test/UAT env defaults, improve category and environment color UX (#476)
- Deprecate `showLoading` and `hideLoading` methods in `toolboxAPI` (#475)
- Fix: Wrong BrowserView dimensions and connection prompt after force-reload (#461)
- fix: update version to 1.2.2-beta.0 in package.json
- fix: update version from 1.2.1-beta.0 to 1.2.1 in package.json
- fix: update version to 1.2.2 in package.json
- fix: improve empty state handling in sidebar tools by updating hint display (#516)
- Fix: Tool detail page icon not adapting to dark/light theme (#510)

## Developer & Build

- Version: 1.2.1-dev.20260321
- Version: 1.2.2-dev.20260406
- Branch: dev
- Commits: 5 in the last 24 hours
- Build Date: 23370141363
- Commits: 4 in the last 24 hours
- Build Date: 24016880086

## Notes

- No manual migration needed; existing settings and connections continue to work.
- This page currently reflects Insider build `v1.2.1-dev.20260321` (and newer).
- This page currently reflects Insider build `v1.2.2-dev.20260406` (and newer).

## Getting an Insider build

Expand Down
Loading