chore(updates): refresh release notes - #96
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Refreshes the rolling “Insider” release notes page to reflect the latest dev build metadata and the newest highlight/fix entries generated from desktop-app releases.
Changes:
- Bumped the Insider page date and build/version metadata to the latest dev build.
- Updated “Highlights” and “Fixes” bullet lists with the newest items.
- Adjusted the “Notes” section to reference the new build identifier.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## Highlights | ||
|
|
||
| - Apply suggestions from code review | ||
| - some improvements to the workflows and updating the release notes |
c00c876 to
fe2e482
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (5)
content/updates/v1_2_4.md:7
- The frontmatter has an empty line before the closing
---. Other update pages don’t include blank lines inside the YAML block, and keeping it tight avoids any frontmatter parser edge cases.
heroImage: "/images/updates/v1_2_4.png"
---
content/updates/v1_2_4.md:28
- The asset names in Highlights include a
vprefix (e.g.,Power-Platform-ToolBox-v1.2.4-Setup.exe), but other release notes use filenames without thatv(e.g.,Power-Platform-ToolBox-1.2.2-Setup.exe). This likely makes the copy/paste download instructions incorrect.
- Windows: Power-Platform-ToolBox-v1.2.4-Setup.exe
- macOS: Power-Platform-ToolBox-v1.2.4.dmg (drag to Applications)
- Linux: Power-Platform-ToolBox-v1.2.4.AppImage (chmod +x, then run)
content/updates/v1_2_4.md:25
- These bullets restate items already covered in the earlier Highlights list (MCP preview, Power Platform API, Notification Hub, and general build/workflow updates). Removing the duplicates makes the release notes easier to scan and avoids implying additional distinct highlights.
- Added preview MCP Server pathway for agentic AI tool invocation in attended/unattended modes.
- Extended internal APIs and integration points to support new Power Platform API scenarios.
- Updated notification and tool orchestration internals to support Hub and parallel tool workflows.
- Included incremental build and maintenance updates for release packaging and developer workflows.
content/updates/insider.md:11
- The Highlights section currently includes process-oriented / vague bullets. Release notes are more useful when they describe user-facing changes in a consistent, sentence-cased style.
- Apply suggestions from code review
- some improvements to the workflows and updating the release notes
content/updates/insider.md:15
- This Fixes entry uses a different prefix style (
[Fix] ...) than the rest of the list and reads like a commit title. Align it with the other bullets to keep the section consistent.
- [Fix] Bundle app-update.yml into Windows installers so auto-update works (#611)
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 3 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (3)
content/updates/insider.md:11
- This Highlights bullet starts with a lowercase word and reads a bit ungrammatically compared to the surrounding release-note bullets. Consider using sentence case and a clearer phrasing.
- some improvements to the workflows and updating the release notes
content/updates/v1_2_4.md:18
- The Highlights list contains a duplicated MCP Server preview bullet (one here and again a few lines later). Duplicates make the release notes harder to scan; consider merging into a single bullet and removing the repeat.
- MCP Server preview adds agentic AI-driven tool invocation support for attended and unattended scenarios.
- Agent interoperability preview is available for clients such as Claude and GitHub Copilot integrations.
- Tool execution flows include small UX and reliability improvements across common user paths.
- Tool windows: improved layout and state handling in Side-by-Side view interactions.
- Notifications: resolved edge cases with delivery timing and display consistency.
content/updates/insider.md:15
- In the Fixes list, this entry uses a different prefix format ([Fix]) than the other bullets ("fix:"). For consistency and readability, consider removing the bracketed prefix and keeping the bullet text in sentence form.
- [Fix] Bundle app-update.yml into Windows installers so auto-update works (#611)
Automated update of content/updates from desktop-app GitHub releases.