Skip to content

Tags: microsoft/PowerToys

Tags

v0.88.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Settings]Fix ZoomIt page changing current directory (#37052)

v0.87.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[AdvancedPaste]Fix NullReferenceException on Dispose (#36428)

[AdvancedPaste] Fixed NullReferenceException on Dispose

v0.87.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[FZEditor]Fix Create new layout dialog radio buttons IsChecked values (

…#36320)

v0.86.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[ci][Arm64]Manually copy WebView2 core dll after publishing (#35711)

After we upgraded Windows App SDK to 1.6, Dev Files Preview on Peek has been broken on ARM64.
For .86, we've added WebView2 to Registry Preview in order to have Monaco Editor as the text editor, which is also broken on ARM64.
After a lengthy investigation, it seems we've found the core issue, PowerToys has been shipping with a x64 Microsoft.Web.WebView2.Core.dll in the ARM64 installer, which fails at runtime.
We seem to have hit a version of microsoft/WindowsAppSDK#4826

When we build PowerToys in Dart for release, we publish some of the C# WinUI3Apps after building PowerToys and before signing / building the install. This means that the WindowsAppSDK build will recopy its WebView2 dependency, which for some reason is ARM64. On local builds of PowerToys, PowerRename, a C++ WinAppSDK application finished last, which copies the right dll and it's the reason we weren't being able to repro the issue on local builds of ARM64 PowerToys.

This PR solves the issue by including a short time hack in the CI to copy the right dll after publishing the C# WinUI3Apps when building for ARM64.

## Validation Steps Performed
Waiting for 4 concurrent builds of ARM64 from Dart to test whether the problem is solved.

v0.85.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Settings]Fix crash showing non-existent New+ template folder (#35237)

[Settings]Fix crash showing non-existent template folder

v0.85.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Workspaces]Fix Workspace icon when installed, move to assets (#35163)

* [Workspaces] fix defaulticon.ico, move it to the Assets directory

* Move assets to single source of truth. Installer logic

---------

Co-authored-by: Stefan Markovic <stefan@janeasystems.com>

v0.84.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Workspaces]Fix button borders (#34553)

* [Workspaces] fix button borders

* xaml formatting

* Fix Border brush invisible on Dark theme

---------

Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>

v0.84.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[BugReportTool] Omit custom actions data (#34539)

v0.83.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Awake]Fix DAISY build issues (#34054)

This PR addresses some post-merge issues caught by @davidegiacometti,
including:

1. Separator in the context menu shown when not running from inside
PowerToys.
2. "Keep display on" setting not persisting across switches between
modes.
3. Awake not launching in standalone mode.

Additionally:

1. Exits are now properly handled in **timed** and **expirable**
keep-awake modes when running standalone. This ensures that Awake exists
after completion and doesn't switch to an in-actionable passive mode.
2. Tray tooltips now cover how much time is left on the timer.
3. Fixes #29354
4. Avoids a nasty memory leak because of re-instantiating of `Icon`
objects for every tray update.
5. Adds DPI awareness to the context menu (#16123)

v0.82.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[ci]Disable project references so CustomActions doesn't rebuild durin…

…g MSI build (#33789)