-
Notifications
You must be signed in to change notification settings - Fork 3
Release notes #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release notes #83
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,37 +1,34 @@ | ||||||||||||||
| --- | ||||||||||||||
| title: "Insider" | ||||||||||||||
| date: "2026-03-21" | ||||||||||||||
| description: "Rolling release notes for Insider (dev) builds — all *-dev.* versions map here." | ||||||||||||||
| 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) | ||||||||||||||
| - Add visual indicator and one-click clear to filter button when filters are active (#509) | ||||||||||||||
|
||||||||||||||
| - Add visual indicator and one-click clear to filter button when filters are active (#509) | |
| - Add visual indicator and one-click clear button on the filter when filters are active (#509) |
Copilot
AI
Apr 6, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These dependency bullets are inconsistently capitalized (“Dependencies Fixed”) and repeat the same prefix; also “npmandyarn” looks like a typo/implementation detail that’s hard to read in release notes. Consider switching to sentence-case phrasing (e.g., “Dependencies: bump …”) and using a human-readable group name.
| - Dependencies Fixed: bump @xmldom/xmldom (#514) | |
| - Dependencies Fixed: bump lodash in the npmandyarn group across 1 directory (#513) | |
| - Dependencies Fixed: bump handlebars (#512) | |
| - Dependencies: bump @xmldom/xmldom (#514) | |
| - Dependencies: bump lodash in the npm and Yarn group across 1 directory (#513) | |
| - Dependencies: bump handlebars (#512) |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,47 @@ | ||||||
| --- | ||||||
| title: "v1.2.1" | ||||||
| date: "2026-04-06" | ||||||
| description: "Import connections from XrmToolBox XML with a source selection step (XTB vs PPTB)" | ||||||
|
Comment on lines
+1
to
+4
|
||||||
| heroImage: "/images/updates/v1_2_1.png" | ||||||
|
||||||
| heroImage: "/images/updates/v1_2_1.png" | |
| heroImage: "/images/updates/v1_2_0.png" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Front-matter
descriptionis used directly for page metadata (no markdown rendering). The_ -dev._emphasis markers will show up literally in SEO/meta descriptions; use plain text (e.g., “all -dev.* versions map here”) instead of markdown formatting.