-
Notifications
You must be signed in to change notification settings - Fork 3
chore(updates): refresh release notes #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,56 @@ | ||
| --- | ||
| title: "v1.2.2" | ||
| date: "2026-05-25" | ||
| description: "Open external URLs using the active connection's browser profile for consistent session isolation" | ||
| heroImage: "/images/updates/v1_2_2.png" | ||
| --- | ||
|
|
||
| ## Highlights | ||
|
|
||
| - Open external URLs using the active connection's browser profile for consistent session isolation | ||
| - Keep the app accessible on macOS with a system tray icon when the window is closed | ||
| - Sync zoom level between the main window and all open tool BrowserViews | ||
| - Allow tools to open mailto: links with explicit user consent and URL validation | ||
| - Improve protocol handler behavior for stable builds (single-instance lock and safer registration rules) | ||
| - Make marketplace filtering clearer with an active-filter indicator and one-click clear | ||
| - Improve tool update availability visibility with a clearer text-based indicator | ||
| - Zoom: correct zoom-in accelerator keys and re-fit BrowserView bounds after zooming | ||
| - Links: avoid lowercasing full URLs during mailto: scheme checks | ||
| - Links: improve parse-failure logging with scheme context while avoiding PII | ||
| - Tools sidebar: improve empty-state hint behavior for better guidance | ||
| - URLs: add support for URLs ending in mcas.ms where applicable | ||
| - macOS: ensure tray Quit fully exits the app (track isQuitting correctly) | ||
| - toolboxAPI: remove deprecated loading screen API and associated handlers | ||
| - pptb-validate: validate pptb.config.json invocation with semver enforcement | ||
| - Types: rename PptbConfig → PPTBConfig and validatePptbConfig → validatePPTBConfig for consistent casing | ||
| - CI/CD: separate stable vs insider release channels (including channel-specific icons) | ||
| - Windows packaging: sign app binaries before packaging into installers | ||
| - Workflows: tighten merge automation with explicit permissions and concurrency | ||
| - Windows: Power-Platform-ToolBox-1.2.2-Setup.exe | ||
| - macOS: Power-Platform-ToolBox-1.2.2.dmg (drag to Applications) | ||
| - Linux: Power-Platform-ToolBox-1.2.2.AppImage (chmod +x, then run) | ||
| - No manual migration needed; existing settings and connections continue to work. | ||
| - Tool developers: mailto: opening may prompt for user consent; update config/type references to PPTBConfig if you used the older casing. | ||
|
|
||
| ## Fixes | ||
|
|
||
| - UI: fix notification layering/z-index issues in the renderer | ||
| - Marketplace: fix tool icon theming so icons adapt correctly in light/dark mode | ||
|
|
||
| ## Developer & Build | ||
|
|
||
| - N/A | ||
|
|
||
| ## Install | ||
|
|
||
| - Windows: `Power-Platform-ToolBox-1.2.2-arm64-win.exe` | ||
| - macOS: `Power-Platform-ToolBox-1.2.2-arm64-mac.dmg` | ||
| - Linux: `Power-Platform-ToolBox-1.2.2-x86_64-linux.AppImage` | ||
|
|
||
| ## Notes | ||
|
|
||
| - No manual migration needed; existing settings and connections continue to work. | ||
|
|
||
| ## Full Changelog | ||
|
|
||
| [v1.2.1...v1.2.2](https://github.com/PowerPlatformToolBox/desktop-app/compare/v1.2.1...v1.2.2) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.