Skip to content

Commit fe2e482

Browse files
Power-Maverickgithub-actions[bot]
authored andcommitted
chore(updates): refresh release notes
1 parent b563df1 commit fe2e482

2 files changed

Lines changed: 64 additions & 11 deletions

File tree

content/updates/insider.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,37 @@
11
---
22
title: "Insider"
3-
date: "2026-07-24"
3+
date: "2026-07-28"
44
description: "Rolling release notes for Insider (dev) builds — all _-dev._ versions map here."
55
heroImage: "/images/updates/Insider.png"
66
---
77

88
## Highlights
99

10+
- Apply suggestions from code review
1011
- some improvements to the workflows and updating the release notes
11-
- release v1.2.4 prep
12-
- feat: add MCP headless to related UI elements
13-
- chore: update MCP Server label and description for clarity on agentic AI capabilities
1412

1513
## Fixes
1614

15+
- [Fix] Bundle app-update.yml into Windows installers so auto-update works (#611)
16+
- fix: add step to generate app-update.yml metadata for Windows in release workflows
17+
- fix: move app-update.yml validation to the correct job in release workflows
18+
- fix: update paths for types package version validation in workflows
19+
- fix: reorder comments for clarity in connection button handling
20+
- fix: update .gitignore to include test-results directory and remove obsolete .last-run.json file
1721
- fix: enhance preflight check comments and handling for PRs
1822
- fix: make notification panel and toast respect the selected app theme
19-
- fix: correct PR title validation message to include proper formatting for types
20-
- fix: update PR title validation to include 'Release' type
21-
- fix: add validation for app-update.yml existence and enhance auto-update error handling
2223

2324
## Developer & Build
2425

25-
- Version: 1.2.4-dev.20260724
26+
- Version: 1.2.4-dev.20260728
2627
- Branch: dev
27-
- Commits: 16 in the last 24 hours
28-
- Build Date: 30058524696
28+
- Commits: 11 in the last 24 hours
29+
- Build Date: 30319579837
2930

3031
## Notes
3132

3233
- No manual migration needed; existing settings and connections continue to work.
33-
- This page currently reflects Insider build `v1.2.4-dev.20260724` (and newer).
34+
- This page currently reflects Insider build `v1.2.4-dev.20260728` (and newer).
3435

3536
## Getting an Insider build
3637

content/updates/v1_2_4.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: "v1.2.4"
3+
date: "2026-07-27"
4+
description: "Side-by-Side Tool View enables working with two tools in parallel in a single session."
5+
heroImage: "/images/updates/v1_2_4.png"
6+
7+
---
8+
9+
## Highlights
10+
11+
- Side-by-Side Tool View enables working with two tools in parallel in a single session.
12+
- Power Platform API integration expands available operations for tool and workflow development.
13+
- Notification Hub centralizes app and tool notifications with improved visibility and history.
14+
- MCP Server preview adds agentic AI-driven tool invocation support for attended and unattended scenarios.
15+
- Agent interoperability preview is available for clients such as Claude and GitHub Copilot integrations.
16+
- Tool execution flows include small UX and reliability improvements across common user paths.
17+
- Tool windows: improved layout and state handling in Side-by-Side view interactions.
18+
- Notifications: resolved edge cases with delivery timing and display consistency.
19+
- API surface: fixed issues in Power Platform API request/response handling paths.
20+
- MCP preview: improved stability for agent-triggered tool invocation sequences.
21+
- Connections: addressed minor reliability issues during repeated connection operations.
22+
- Added preview MCP Server pathway for agentic AI tool invocation in attended/unattended modes.
23+
- Extended internal APIs and integration points to support new Power Platform API scenarios.
24+
- Updated notification and tool orchestration internals to support Hub and parallel tool workflows.
25+
- Included incremental build and maintenance updates for release packaging and developer workflows.
26+
- Windows: Power-Platform-ToolBox-v1.2.4-Setup.exe
27+
- macOS: Power-Platform-ToolBox-v1.2.4.dmg (drag to Applications)
28+
- Linux: Power-Platform-ToolBox-v1.2.4.AppImage (chmod +x, then run)
29+
- No manual migration needed.
30+
- MCP Server agentic AI support is a preview feature and may evolve in upcoming releases.
31+
32+
## Fixes
33+
34+
- General UI: fixed several small behavior regressions and polish issues.
35+
36+
## Developer & Build
37+
38+
- N/A
39+
40+
## Install
41+
42+
- Windows: `Power-Platform-ToolBox-1.2.4-arm64-win.exe`
43+
- macOS: `Power-Platform-ToolBox-1.2.4-arm64-mac.dmg`
44+
- Linux: `Power-Platform-ToolBox-1.2.4-x86_64-linux.AppImage`
45+
46+
## Notes
47+
48+
- No manual migration needed; existing settings and connections continue to work.
49+
50+
## Full Changelog
51+
52+
[v1.2.3...v1.2.4](https://github.com/PowerPlatformToolBox/desktop-app/compare/v1.2.3...v1.2.4)

0 commit comments

Comments
 (0)