Skip to content

Commit e20f0a8

Browse files
authored
New package: PowerPlatformToolBox.PowerPlatformToolBox version 1.1.2
1 parent 5b761bf commit e20f0a8

File tree

3 files changed

+83
-0
lines changed

3 files changed

+83
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Created with komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: PowerPlatformToolBox.PowerPlatformToolBox
5+
PackageVersion: 1.1.2
6+
InstallerLocale: en-US
7+
InstallerType: nullsoft
8+
InstallModes:
9+
- interactive
10+
- silent
11+
UpgradeBehavior: install
12+
ProductCode: 3fd9544a-2275-5d56-8ad2-4ec68b1021d1
13+
ReleaseDate: 2026-02-09
14+
AppsAndFeaturesEntries:
15+
- DisplayName: Power Platform ToolBox 1.1.2
16+
ProductCode: 3fd9544a-2275-5d56-8ad2-4ec68b1021d1
17+
Installers:
18+
- Architecture: x64
19+
InstallerUrl: https://github.com/PowerPlatformToolBox/desktop-app/releases/download/v1.1.2/Power-Platform-ToolBox-1.1.2-x64-win.exe
20+
InstallerSha256: 9AE1D2FD6E4E012B8F3704BBF7F9C5661681F5F655674DE433BFFCBBCBF8291B
21+
ManifestType: installer
22+
ManifestVersion: 1.12.0
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Created with komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: PowerPlatformToolBox.PowerPlatformToolBox
5+
PackageVersion: 1.1.2
6+
PackageLocale: en-US
7+
Publisher: Power Platform ToolBox
8+
PublisherUrl: https://www.powerplatformtoolbox.com/
9+
PublisherSupportUrl: https://docs.powerplatformtoolbox.com/
10+
Author: PowerPlatformToolBox
11+
PackageName: Power Platform ToolBox
12+
PackageUrl: https://www.powerplatformtoolbox.com/
13+
License: GNU General Public License v3.0 (GPL-3.0)
14+
LicenseUrl: https://github.com/PowerPlatformToolBox/desktop-app/blob/main/LICENSE
15+
Copyright: Copyright © 2026 Power Platform ToolBox
16+
ShortDescription: A universal desktop app that contains multiple tools to ease the customization and configuration of Power Platform
17+
ReleaseNotes: |-
18+
Power Platform ToolBox 1.1.2
19+
Highlights
20+
- MSAL-based authentication isolates tokens per connection and validates access with WhoAmI for more reliable sign-in
21+
- Troubleshooting modal runs configuration checks and surfaces Sentry diagnostics to speed up support and debugging
22+
- Tool updates show inline progress and accessible status feedback while tools are updating
23+
- Terminal UI hides the Terminal button when no terminals exist and includes additional terminal reliability improvements
24+
- Tool menu adds dynamic feedback and quick DevTools options for tool developers
25+
- Dataverse API expands with solution deployment/import status helpers and relationship associate/disassociate endpoints
26+
- Windows and macOS release pipelines improve signing/notarization handling for more trustworthy installers
27+
Fixes
28+
- Dataverse Functions now format parameters correctly, avoiding invocation failures
29+
- Packaged app avoids ERR_REQUIRE_ESM issues by properly handling externalized telemetry dependencies
30+
- Modal dialogs no longer remain always-on-top after closing on Windows 11
31+
- Connection context menu no longer renders behind BrowserViews
32+
- Settings form populates correctly on app reload and avoids duplicate IPC handler registration on macOS window recreation
33+
- macOS notarization scripts handle missing modules/unavailable submission logs and clarify submission/status output
34+
- Authentication token reuse/refresh reduces unexpected expiry prompts with proactive refresh and expiry detection
35+
Developer & Build
36+
- Telemetry identifiers switch from machine ID to install ID for privacy-safe, stable analytics
37+
- Windows packaging adds ARM64 support, MSI targets, and refactored electron-builder configurations
38+
- macOS signing/notarization workflows add submission/status retrieval steps and improved error handling
39+
- dataverseAPI types add deploySolution, getImportJobStatus, and associate/disassociate helpers
40+
- toolboxAPI adds a fileSystem API set (path validation + updated publish/selectPath flows)
41+
- Sentry logging helpers and noise reduction improve production diagnostics signal-to-noise
42+
Install
43+
- Windows: Power-Platform-ToolBox-1.1.2-Setup.exe
44+
- macOS: Power-Platform-ToolBox-1.1.2.dmg (drag to Applications)
45+
- Linux: Power-Platform-ToolBox-1.1.2.AppImage (chmod +x, then run)
46+
Notes
47+
- No manual migration needed; existing settings and connections continue to work.
48+
- You may be prompted to sign in again after upgrading because stored tokens and MSAL instances are cleared on app restart.
49+
Full Changelog
50+
v1.1.1...v1.1.2
51+
ReleaseNotesUrl: https://github.com/PowerPlatformToolBox/desktop-app/releases/tag/v1.1.2
52+
ManifestType: defaultLocale
53+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: PowerPlatformToolBox.PowerPlatformToolBox
5+
PackageVersion: 1.1.2
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)