chore(updates): refresh release notes#82
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Automated refresh of the website’s Updates markdown content to reflect the latest desktop-app GitHub releases, including a new v1.2.1 entry and an updated Insider rollup.
Changes:
- Added new release notes page for v1.2.1.
- Updated Insider release notes metadata (date/version/build info) and refreshed highlights/fixes lists.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| content/updates/v1_2_1.md | Introduces the v1.2.1 release notes (frontmatter + sections + changelog link). |
| content/updates/insider.md | Updates Insider rolling notes to the latest dev build date/version and refreshed bullet lists. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - Auto-update: fixed force-close TypeError ("Object has been destroyed") during modal teardown | ||
| - Global search: fixed command palette rendering behind active tool BrowserViews | ||
| - Tools: improved dual-connection handling and corrected dual-connection tab color split | ||
| - UI: fixed BrowserView sizing and spurious connection prompts after force-reload | ||
| - Auto-update: loading overlay no longer blocks system dialogs (always-on-top conflicts removed) | ||
| - Protocol handler: fixed pptb:// handling in development mode when explicitly enabled | ||
| - toolboxAPI: deprecated showLoading/hideLoading to reduce API surface and clarify usage | ||
| - DevTools: open in detached mode for main and tool windows | ||
| - Release automation: avoid draft release creation and switch nightly versioning to dev tags | ||
| - Windows: Power-Platform-ToolBox-1.2.1-Setup.exe | ||
| - macOS: Power-Platform-ToolBox-1.2.1.dmg (drag to Applications) | ||
| - Linux: Power-Platform-ToolBox-1.2.1.AppImage (chmod +x, then run) | ||
| - 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. | ||
|
|
||
| ## Fixes | ||
|
|
||
| - N/A | ||
|
|
||
| ## Developer & Build | ||
|
|
||
| - N/A | ||
|
|
There was a problem hiding this comment.
The Highlights section includes multiple concrete fixes (auto-update TypeError, command palette z-index, BrowserView sizing, etc.), but the dedicated “## Fixes” section is set to “N/A”. This is misleading for readers who scan by section; move the fix bullets into “Fixes” (and keep only top-level items in Highlights) or remove the Fixes section if you don’t want to maintain it.
| - Auto-update: fixed force-close TypeError ("Object has been destroyed") during modal teardown | |
| - Global search: fixed command palette rendering behind active tool BrowserViews | |
| - Tools: improved dual-connection handling and corrected dual-connection tab color split | |
| - UI: fixed BrowserView sizing and spurious connection prompts after force-reload | |
| - Auto-update: loading overlay no longer blocks system dialogs (always-on-top conflicts removed) | |
| - Protocol handler: fixed pptb:// handling in development mode when explicitly enabled | |
| - toolboxAPI: deprecated showLoading/hideLoading to reduce API surface and clarify usage | |
| - DevTools: open in detached mode for main and tool windows | |
| - Release automation: avoid draft release creation and switch nightly versioning to dev tags | |
| - Windows: Power-Platform-ToolBox-1.2.1-Setup.exe | |
| - macOS: Power-Platform-ToolBox-1.2.1.dmg (drag to Applications) | |
| - Linux: Power-Platform-ToolBox-1.2.1.AppImage (chmod +x, then run) | |
| - 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. | |
| ## Fixes | |
| - N/A | |
| ## Developer & Build | |
| - N/A | |
| - Windows: Power-Platform-ToolBox-1.2.1-Setup.exe | |
| - macOS: Power-Platform-ToolBox-1.2.1.dmg (drag to Applications) | |
| - Linux: Power-Platform-ToolBox-1.2.1.AppImage (chmod +x, then run) | |
| - No manual migration needed; existing settings and connections continue to work. | |
| ## Fixes | |
| - Auto-update: fixed force-close TypeError ("Object has been destroyed") during modal teardown | |
| - Global search: fixed command palette rendering behind active tool BrowserViews | |
| - Tools: improved dual-connection handling and corrected dual-connection tab color split | |
| - UI: fixed BrowserView sizing and spurious connection prompts after force-reload | |
| - Auto-update: loading overlay no longer blocks system dialogs (always-on-top conflicts removed) | |
| - Protocol handler: fixed pptb:// handling in development mode when explicitly enabled | |
| ## Developer & Build | |
| - toolboxAPI: deprecated showLoading/hideLoading to reduce API surface and clarify usage | |
| - DevTools: open in detached mode for main and tool windows | |
| - Release automation: avoid draft release creation and switch nightly versioning to dev tags | |
| - Tool developers: plan to remove showLoading/hideLoading usage and move to the newer loading UX patterns. |
| ## Developer & Build | ||
|
|
||
| - N/A | ||
|
|
There was a problem hiding this comment.
“## Developer & Build” is marked “N/A”, but Highlights call out developer/build-facing changes (toolboxAPI deprecation, DevTools detached mode, release automation changes). Consider moving those bullets into “Developer & Build” so the section isn’t empty/misleading.
| - Windows: Power-Platform-ToolBox-1.2.1-Setup.exe | ||
| - macOS: Power-Platform-ToolBox-1.2.1.dmg (drag to Applications) | ||
| - Linux: Power-Platform-ToolBox-1.2.1.AppImage (chmod +x, then run) |
There was a problem hiding this comment.
Installer artifact lines are listed in Highlights and again in the Install section, and the filenames differ (e.g., “Power-Platform-ToolBox-1.2.1-Setup.exe” vs “Power-Platform-ToolBox-1.2.1-arm64-win.exe”). To avoid confusing users, keep artifact names in the Install section only (as in v1_2_0.md) and ensure the filenames match the actual release artifacts.
| - Windows: Power-Platform-ToolBox-1.2.1-Setup.exe | |
| - macOS: Power-Platform-ToolBox-1.2.1.dmg (drag to Applications) | |
| - Linux: Power-Platform-ToolBox-1.2.1.AppImage (chmod +x, then run) |
| - Windows: Power-Platform-ToolBox-1.2.1-Setup.exe | ||
| - macOS: Power-Platform-ToolBox-1.2.1.dmg (drag to Applications) | ||
| - Linux: Power-Platform-ToolBox-1.2.1.AppImage (chmod +x, then run) | ||
| - No manual migration needed; existing settings and connections continue to work. |
There was a problem hiding this comment.
“No manual migration needed…” appears in Highlights and again under Notes. Consider keeping this in Notes only to reduce duplication and keep Highlights focused on what changed.
| - No manual migration needed; existing settings and connections continue to work. |
| - Fix: TypeError "Object has been destroyed" in emitModalClosed during force-close with auto-update (#501) | ||
| - Fix: Global search command palette renders behind active tool BrowserView and align UI with modal windows (#491) | ||
| - fix: improve connection import handling and clean up logger imports (#495) | ||
| - fix: enhance dual connection handling in tool management (#483) |
There was a problem hiding this comment.
The Insider page previously used sentence-case bullets; the new entries introduce conventional-commit prefixes like “feat:”/“fix:”/“chore:”, which read more like raw commit messages than release notes. Consider rewriting these bullets in sentence case (similar to v1_2_0.md and prior Insider entries) for consistency and readability.
| - fix: enhance dual connection handling in tool management (#483) | |
| - Enhance dual connection handling in tool management (#483) |
935c46d to
78a7f53
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - 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) |
There was a problem hiding this comment.
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.
Automated update of content/updates from desktop-app GitHub releases.