Microsoft 11832 Published by

Microsoft has released PowerToys 0.90.0, which brings enhancements in features, stability, and automation capabilities. The release features multiple enhancements, notably the introduction of the Command Palette, which provides a swift launcher with an enriched display and expanded functionalities while maintaining optimal performance. The Color Picker has undergone an update from WPF UI to .NET WPF, leading to enhanced themes and visual consistency across various modes. The Windows Command Palette has been launched, offering an enhanced and versatile experience for users.

FancyZones has been updated to address several issues, including the incorrect data being written to the JSON file, misrepresentation of layout hotkeys, and the absence of the "None" option in the editor layout. The Image Resizer has undergone enhancements, including alerts concerning the utilization of the variables "shellItem" and "itemName" prior to their initialization.




The New+ feature has been improved to include support for variables in template filenames, date and time components, parent folder names, and environment variables. Peek has successfully implemented the capability to delete files that are currently being previewed. Additionally, PowerToys Run has addressed issues related to duplicated applications and the application of rounded corners on Windows 11 build 22000.

Recent advancements include updates to the WinGet configuration file location and extension, as well as enhancements to WindowsAppSDK, CsWinRT, XamlStyler, and dotnet-consolidate. The UI Test Automation Framework has undergone optimization, and telemetry code has been incorporated to assess module editor open time and evaluate the advantages of implementing AOT.

Here is the full announcement:

PowerToys Release v0.90.0

In the  v0.90 release cycle, we focused on new features, stability, and automation.

Installer Hashes

DescriptionFilenamesha256 hash
Per user - x64 PowerToysUserSetup-0.90.0-x64.exe2A6036F5B2D454084E55816C306E1E57EF1D14C916691CBDA42B469797605CE0
Per user - ARM64 PowerToysUserSetup-0.90.0-arm64.exeAB2E4DC87A9D764BE897C5170E2890E174C89CA912A1916FA3AE1E427536EA4A
Machine wide - x64 PowerToysSetup-0.90.0-x64.exe12801C44F43D0CC61E90DF1EFDC40E4F3C88341E0199D5B20791042D9B173DCF
Machine wide - ARM64 PowerToysSetup-0.90.0-arm64.exe2998007C8FCD7BD2770767C6502AAA2CC75B85EC30DE62986EC7005EB0014EDB

Highlights

  • New module: Command Palette ("CmdPal") - Created as the evolution of PowerToys Run with extensibility at the forefront, Command Palette is a quick launcher with a richer display and additional capabilities without sacrificing performance, allowing you to start anything with the shortcut Win+Alt+Space! Thanks  @zadjii-msft @niels9001 @joadoumie @plante-msft @ethanfangg and  @krschau!
  • Enhanced the Color Picker by switching from WPF UI to .NET WPF, resulting in improved themes and visual consistency across different modes. Thanks  @mantaionut! Thanks  @Jay-o-Way and  @niels9001 for helping with the review!
  • Added the ability to delete files directly from Peek, enhancing file management efficiency. Thanks  @daverayment and thanks  @htcfreek for the review!
  • Added support for variables in template filenames, enabling dynamic elements like date components and environment variables for enhanced customization in New+. Thanks  @cgaarden!

Color Picker

  • Replaced WPF UI with .NET WPF for the Color Picker, enhancing compatibility and improving theme support. Thanks  @mantaionut! Thanks  @Jay-o-Way and  @niels9001 for helping with the review!

Command Palette

  • Introduced the Windows Command Palette ("CmdPal"), the next iteration of PowerToys Run, designed with extensibility at its core. CmdPal includes features such as searching for installed apps, shell commands, files and WinGet package installation. This module aims to provide a more powerful and flexible launcher experience. Thanks  @zadjii-msft @niels9001 @joadoumie @plante-msft, and the whole team!

FancyZones

  • Fixed a bug where deleting a layout resulted in incorrect data being written to the JSON file.
  • Fixed a bug where layout hotkeys were displayed incorrectly, ensuring the hotkey list does not include invalid entries.
  • Fixed an issue where the "None" option was missing in the editor layout.

Image Resizer

  • Fixed warnings in ImageResizer regarding the use of variables "shellItem" and "itemName" without being initialized.

Mouse Without Borders

  • Enhanced the logger to properly track the file path for easier debugging.
  • Refactored the "Common" class into distinct individual classes to enhance maintainability, and updated all references and unit tests to reflect these changes. Thanks  @mikeclayton for this!

New+

  • Added support for variables in template filenames, including date/time components, parent folder name, and environment variables. Thanks  @cgaarden!

Peek

  • Added the ability to delete the file currently being previewed in Peek, including navigation updates and handling for deleted items. Thanks  @daverayment and thanks  @htcfreek for your help reviewing this!

PowerToys Run

  • Fixed an issue where duplicated applications were shown by ensuring the shell link helper opens .ink files non-exclusively and correctly retrieves the "FullPath". Thanks  @htcfreek and  @davidegiacometti for review!
  • Fixed an issue where applying round corners on Windows 11 build 22000 caused crashes.
  • Async the OnRename method to unblock the thread. Thanks  @davidegiacometti for review!
  • Added support for using sq instead of ^2 in the Unit Converter. Thanks  @PesBandi!

Settings

  • Disabled the spell check feature in the text boxes of plugin settings for PowerToys Run. Thanks  @htcfreek!
  • Fixed an issue where InfoBars for release notes errors were not displayed properly, and added a retry button. Thanks  @davidegiacometti!

Workspaces

  • Fixed an issue where some minimized packaged apps (e.g., Microsoft ToDo, Settings) were not snapshotted.

Documentation

  • Added the FirefoxBookmark plugin to the list of Third-Party plugins for PowerToys Run. Thanks  @8LWXpg!
  • Added the SVGL third-party plugin to PowerToys Run, enabling users to search, browse, and copy SVG logos. Thanks  @SameerJS6!
  • Added Monaco usage for the Registry Preview.

Development

  • Updated WinGet configuration file location and extension. Thanks  @mdanish-kh!
  • Removed the Markdown file bypass to ensure CI runs for commits that only update Markdown files.
  • Fixed an issue where the default generated file path exceeded the length limit of 260 characters for EnvironmentVariablesUILib.csproj, causing build failures.
  • Upgraded WindowsAppSDK to 1.6.250205002 and CsWinRT to 2.2.0. Thanks  @htcfreek for review!
  • Upgraded XamlStyler to 3.2501.8 and dotnet-consolidate to 4.2.0. Thanks  @davidegiacometti!
  • Updated .NET Packages from 9.0.2 to 9.0.3.
  • Optimized the UI Test Automation Framework and added UI test cases for the Hosts File Editor module.
  • Added fuzz testing for RegistryPreview.
  • Added new UI tests for the FancyZones editor, including tests for creating, duplicating, editing, and deleting layouts.
  • Added telemetry code to measure the module editor open time and evaluate the benefits of applying AOT.

Release Release v0.90.0 · microsoft/PowerToys