Skip to content

chore(updates): refresh release notes#82

Closed
Power-Maverick wants to merge 1 commit intomainfrom
automation/update-release-notes
Closed

chore(updates): refresh release notes#82
Power-Maverick wants to merge 1 commit intomainfrom
automation/update-release-notes

Conversation

@Power-Maverick
Copy link
Copy Markdown
Contributor

Automated update of content/updates from desktop-app GitHub releases.

Copilot AI review requested due to automatic review settings April 6, 2026 03:00
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
web Ready Ready Preview, Comment Apr 6, 2026 3:08am

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.

Comment thread content/updates/v1_2_1.md Outdated
Comment on lines +18 to +40
- 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

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 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.

Suggested change
- 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.

Copilot uses AI. Check for mistakes.
Comment thread content/updates/v1_2_1.md Outdated
Comment on lines +37 to +40
## Developer & Build

- N/A

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.

“## 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.

Copilot uses AI. Check for mistakes.
Comment thread content/updates/v1_2_1.md Outdated
Comment on lines +27 to +29
- 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)
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.

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.

Suggested change
- 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)

Copilot uses AI. Check for mistakes.
Comment thread content/updates/v1_2_1.md Outdated
- 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.
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.

“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.

Suggested change
- No manual migration needed; existing settings and connections continue to work.

Copilot uses AI. Check for mistakes.
Comment thread content/updates/insider.md Outdated
- 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)
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 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.

Suggested change
- fix: enhance dual connection handling in tool management (#483)
- Enhance dual connection handling in tool management (#483)

Copilot uses AI. Check for mistakes.
Copilot AI review requested due to automatic review settings April 6, 2026 03:07
@Power-Maverick Power-Maverick force-pushed the automation/update-release-notes branch from 935c46d to 78a7f53 Compare April 6, 2026 03:07
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.

Comment on lines +10 to +14
- 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)
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.
@Power-Maverick Power-Maverick deleted the automation/update-release-notes branch April 6, 2026 03:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants