From a4a6bf9bb291ed3fd106522993faf3a47a3d7c92 Mon Sep 17 00:00:00 2001 From: Power-Maverick Date: Sun, 5 Apr 2026 23:11:08 -0400 Subject: [PATCH 1/2] chore(updates): refresh release notes --- content/updates/insider.md | 41 ++++++++++++++++++------------- content/updates/v1_2_1.md | 49 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+), 17 deletions(-) create mode 100644 content/updates/v1_2_1.md diff --git a/content/updates/insider.md b/content/updates/insider.md index 656cc8e..4676245 100644 --- a/content/updates/insider.md +++ b/content/updates/insider.md @@ -1,37 +1,44 @@ ---- +‎content/updates/insider.md‎ ++15 +-15 +Lines changed: 15 additions & 15 deletions + +## Original file line number Original file line Diff line number Diff line change + 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) +- 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) ## 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 diff --git a/content/updates/v1_2_1.md b/content/updates/v1_2_1.md new file mode 100644 index 0000000..09b9dbd --- /dev/null +++ b/content/updates/v1_2_1.md @@ -0,0 +1,49 @@ +--- +title: "v1.2.1" +date: "2026-04-06" +description: "Import connections from XrmToolBox XML with a source selection step (XTB vs PPTB)" +heroImage: "/images/updates/v1_2_1.png" +--- + +## Highlights + +- Import connections from XrmToolBox with a source selection step (XTB vs PPTB) +- Share and move connections via import/export connection files +- Review "What's New" after updates via in-app auto-update notifications +- Manage Settings as a dedicated tab, plus a Settings entry in the View menu +- Browse Community Resources with dynamic, Supabase-backed links +- Connect to US Government Dataverse environments (GCC High / DoD URL support) +- Customize connection list visuals with category/environment color border appearance settings +- Control startup behavior with an option to disable session restore +- Tools: improved dual-connection handling and corrected dual-connection tab color split +- Release automation: avoid draft release creation and switch nightly versioning to dev tags + +## Fixes + +- Auto-update: fixed force-close TypeError ("Object has been destroyed") during modal teardown +- Global search: fixed command palette rendering behind active tool BrowserViews +- UI: fixed BrowserView sizing and spurious connection prompts after force-reload +- Protocol handler: fixed pptb:// handling in development mode when explicitly enabled +- Auto-update: loading overlay no longer blocks system dialogs (always-on-top conflicts removed) +- DevTools: open in detached mode for main and tool windows + +## Developer & Build + +- toolboxAPI: deprecated showLoading/hideLoading to reduce API surface and clarify usage + +## Install + +- Windows: `Power-Platform-ToolBox-1.2.1-arm64-win.exe` +- macOS: `Power-Platform-ToolBox-1.2.1-arm64-mac.dmg` +- Linux: `Power-Platform-ToolBox-1.2.1-x86_64-linux.AppImage` + +## Notes + +- No manual migration needed; existing settings and connections continue to work. +- Tool developers: plan to remove showLoading/hideLoading usage and move to the newer loading UX patterns. + +## Full Changelog + +[v1.2.0...v1.2.1](https://github.com/PowerPlatformToolBox/desktop-app/compare/v1.2.0...v1.2.1) + +Test From 29d15a5485d7d63a36983ba1856b80d4d6673172 Mon Sep 17 00:00:00 2001 From: Power-Maverick Date: Sun, 5 Apr 2026 23:13:17 -0400 Subject: [PATCH 2/2] chore(updates): refresh insider and v1.2.1 release notes --- content/updates/insider.md | 26 ++++++++------------------ content/updates/v1_2_1.md | 2 -- 2 files changed, 8 insertions(+), 20 deletions(-) diff --git a/content/updates/insider.md b/content/updates/insider.md index 4676245..dccd159 100644 --- a/content/updates/insider.md +++ b/content/updates/insider.md @@ -1,32 +1,22 @@ -‎content/updates/insider.md‎ -+15 --15 -Lines changed: 15 additions & 15 deletions - -## Original file line number Original file line Diff line number Diff line change - +--- title: "Insider" date: "2026-04-06" description: "Rolling release notes for Insider (dev) builds — all _-dev._ versions map here." heroImage: "/images/updates/Insider.png" - --- ## Highlights -- 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) +- Add visual indicator and one-click clear to filter button when filters are active (#509) ## Fixes -- 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) +- Improve empty state handling in sidebar tools by updating hint display (#516) +- Tool detail page icon not adapting to dark/light theme (#510) +- Dependencies Fixed: bump @xmldom/xmldom (#514) +- Dependencies Fixed: bump lodash in the npmandyarn group across 1 directory (#513) +- Dependencies Fixed: bump handlebars (#512) +- Pre-filter marketplace to "new tools only" when clicking the homepage notification banner (#511) ## Developer & Build diff --git a/content/updates/v1_2_1.md b/content/updates/v1_2_1.md index 09b9dbd..3e87f73 100644 --- a/content/updates/v1_2_1.md +++ b/content/updates/v1_2_1.md @@ -45,5 +45,3 @@ heroImage: "/images/updates/v1_2_1.png" ## Full Changelog [v1.2.0...v1.2.1](https://github.com/PowerPlatformToolBox/desktop-app/compare/v1.2.0...v1.2.1) - -Test