Skip to content

Commit 3f75f04

Browse files
chore(updates): refresh release notes (#90)
1 parent 27f1b5e commit 3f75f04

2 files changed

Lines changed: 59 additions & 14 deletions

File tree

content/updates/insider.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,38 @@
11
---
22
title: "Insider"
3-
date: "2026-06-20"
3+
date: "2026-06-27"
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-
- fixed the uninstall issue for npm and local loaded tools
11-
- fixed the issue with npm install
12-
- fixed the icon path and check status badge in readme
13-
- Update RELEASE_NOTES.md
14-
- 1.2.3 Release Notes
15-
- @pptb/types moved out of beta into stable
16-
- Added capabilities to npm and locally loaded tools
17-
- Enhance terminal blocking
10+
- [Feature] side by side toolview (#588)
11+
- Removed the incorrect filter and updated the wording on connection selection modal for PP API (#586)
12+
- feat: Add notification history panel with bell icon in footer (#585)
13+
- Enhanced Terminal Hardening Rules plus added Test Suites (#583)
14+
- Add MCP Headless for fully unattended flow (#582)
15+
- MCP-enabled agent assisted process (#581)
16+
- Added PP API scopes to Connection (#580)
17+
- Enable Power Platform API access (#575)
18+
- issue fixed for double encryption (#574)
19+
- Added common validate package for both types and web; incremented the versions as well
1820

1921
## Fixes
2022

21-
- fix: version scope is sanitized from npm install
23+
- N/A
2224

2325
## Developer & Build
2426

25-
- Version: 1.2.3-dev.20260620
27+
- Version: 1.2.4-dev.20260627
2628
- Branch: dev
27-
- Commits: 5 in the last 24 hours
28-
- Build Date: 27856779599
29+
- Commits: 1 in the last 24 hours
30+
- Build Date: 28274979841
2931

3032
## Notes
3133

3234
- No manual migration needed; existing settings and connections continue to work.
33-
- This page currently reflects Insider build `v1.2.3-dev.20260620` (and newer).
35+
- This page currently reflects Insider build `v1.2.4-dev.20260627` (and newer).
3436

3537
## Getting an Insider build
3638

content/updates/v1_2_3.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: "v1.2.3"
3+
date: "2026-06-22"
4+
description: "Support beta and pre-release npm packages in tool discovery and installs"
5+
heroImage: "/images/updates/v1_2_3.png"
6+
---
7+
8+
## Highlights
9+
10+
- Support beta and pre-release npm packages in tool discovery and installs
11+
- Enhanced inter-tool communications; both one-way (send and forget) and two-way (send and receive)
12+
- Let tools declare capabilities; and find tools by capabilities
13+
- Tighten terminal command blocking during tool execution
14+
- Sanitize version scopes before running npm install
15+
- Terminal: improve blocking rules and related command handling
16+
- Terminal: keep stdout processing stable while filtering sentinel output
17+
- Install flow: sanitize npm version scopes before invoking installs
18+
- Marketplace: keep prerelease package handling aligned with tool registry metadata
19+
- Tools: preserve capability metadata for npm and locally loaded tools
20+
- Tool registry and preload APIs now carry prerelease package support end to end
21+
- Terminal manager refactor expands the blocking pipeline and stdout handling internals
22+
23+
## Fixes
24+
25+
- N/A
26+
27+
## Developer & Build
28+
29+
- Tool developers using prerelease packages should confirm their package metadata is published with the expected version scope.
30+
31+
## Install
32+
33+
- Windows: `Power-Platform-ToolBox-1.2.3-arm64-win.exe`
34+
- macOS: `Power-Platform-ToolBox-1.2.3-arm64-mac.dmg`
35+
- Linux: `Power-Platform-ToolBox-1.2.3-x86_64-linux.AppImage`
36+
37+
## Notes
38+
39+
- No manual migration needed; existing settings and connections continue to work.
40+
41+
## Full Changelog
42+
43+
[v1.2.2...v1.2.3](https://github.com/PowerPlatformToolBox/desktop-app/compare/v1.2.2...v1.2.3)

0 commit comments

Comments
 (0)