Skip to content

Commit da549b7

Browse files
authored
New version: PowerPlatformToolBox.PowerPlatformToolBox version 1.1.3 (microsoft#340723)
1 parent a31d2e1 commit da549b7

3 files changed

Lines changed: 82 additions & 0 deletions

File tree

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.3
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-18
14+
AppsAndFeaturesEntries:
15+
- DisplayName: Power Platform ToolBox 1.1.3
16+
ProductCode: 3fd9544a-2275-5d56-8ad2-4ec68b1021d1
17+
Installers:
18+
- Architecture: x64
19+
InstallerUrl: https://github.com/PowerPlatformToolBox/desktop-app/releases/download/v1.1.3/Power-Platform-ToolBox-1.1.3-x64-win.exe
20+
InstallerSha256: 12D661ECBA740F8B9ED42415F02E8E51139C913F56702B0709890022409F1025
21+
ManifestType: installer
22+
ManifestVersion: 1.12.0
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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.3
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: GPL-3.0
14+
LicenseUrl: https://github.com/PowerPlatformToolBox/desktop-app/blob/HEAD/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.3
19+
Highlights
20+
- Hardened tool filesystem sandbox so tools can only access user-selected paths and system directories are blocked
21+
- Connection sign-in supports choosing Chrome/Edge plus a specific browser profile to better isolate sessions per connection
22+
- Signed Windows installers (EXE/MSI) via Azure Trusted Signing and repackaged portable ZIPs with signed binaries
23+
- Release metadata now records correct SHA256 and SHA512 hashes for stronger artifact integrity verification
24+
- macOS release pipeline notarizes and staples DMG/ZIP/PKG artifacts with improved signing verification steps
25+
- Dataverse API adds metadata CRUD operations and a getCSDLDocument helper for retrieving the OData CSDL document
26+
- Save dialogs support optional file-type filters with extension-based default filter derivation
27+
- Loading overlay positioning is fixed and includes a manual dismiss button
28+
Fixes
29+
- Connections: hardened auth/session isolation to reduce cross-connection token and browser profile leakage
30+
- macOS notarization and stapling no longer skips artifacts and handles unavailable submission logs more reliably
31+
- macOS code signing verification avoids premature spctl --assess failures before notarization/stapling completes
32+
- Release workflows regenerate Windows update metadata with correct SHA256/SHA512 after signing
33+
- Tool filesystem reads/writes now enforce explicit user-consent access and reject unsafe/system paths
34+
- Connection and toolbox API handling is more robust for multi-connection scenarios and updated connection fields
35+
- Release workflow date formatting is consistent across jobs and platforms
36+
Developer & Build
37+
- dataverseAPI types expand with metadata CRUD operations and getCSDLDocument
38+
- toolboxAPI.fileSystem.saveFile supports filters and derives defaults from filename extensions
39+
- Added BrowserManager for browser detection and profile enumeration used by interactive auth flows
40+
- Signing/notarization scripts and workflows improved for multi-artifact pipelines and better diagnostics
41+
Install
42+
- Windows: Power-Platform-ToolBox-1.1.3-Setup.exe
43+
- macOS: Power-Platform-ToolBox-1.1.3.dmg (drag to Applications)
44+
- Linux: Power-Platform-ToolBox-1.1.3.AppImage (chmod +x, then run)
45+
Notes
46+
- No manual migration needed; existing settings and connections continue to work.
47+
- Tool developers: filesystem reads/writes now require toolboxAPI.fileSystem.selectPath() or saveFile() to grant access.
48+
Full Changelog
49+
v1.1.2...v1.1.3
50+
ReleaseNotesUrl: https://github.com/PowerPlatformToolBox/desktop-app/releases/tag/v1.1.3
51+
ManifestType: defaultLocale
52+
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.3
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)