You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Advanced Paste](https://aka.ms/PowerToysOverview_AdvancedPaste)|[Always on Top](https://aka.ms/PowerToysOverview_AoT)|[PowerToys Awake](https://aka.ms/PowerToysOverview_Awake)|
14
-
|[Command Not Found](https://aka.ms/PowerToysOverview_CmdNotFound)|[Color Picker](https://aka.ms/PowerToysOverview_ColorPicker)|[Crop And Lock](https://aka.ms/PowerToysOverview_CropAndLock)|
15
-
|[Environment Variables](https://aka.ms/PowerToysOverview_EnvironmentVariables)|[FancyZones](https://aka.ms/PowerToysOverview_FancyZones)|[File Explorer Add-ons](https://aka.ms/PowerToysOverview_FileExplorerAddOns)|
|[Keyboard Manager](https://aka.ms/PowerToysOverview_KeyboardManager)|[Mouse utilities](https://aka.ms/PowerToysOverview_MouseUtilities)|[Mouse Without Borders](https://aka.ms/PowerToysOverview_MouseWithoutBorders)|
18
-
|[New+](https://aka.ms/PowerToysOverview_NewPlus)|[Peek](https://aka.ms/PowerToysOverview_Peek)|[Paste as Plain Text](https://aka.ms/PowerToysOverview_PastePlain)|
|[Color Picker](https://aka.ms/PowerToysOverview_ColorPicker)|[Command Not Found](https://aka.ms/PowerToysOverview_CmdNotFound)|[Command Palette](https://aka.ms/PowerToysOverview_CmdPal)|
15
+
|[Crop And Lock](https://aka.ms/PowerToysOverview_CropAndLock)|[Environment Variables](https://aka.ms/PowerToysOverview_EnvironmentVariables)|[FancyZones](https://aka.ms/PowerToysOverview_FancyZones)|
16
+
|[File Explorer Add-ons](https://aka.ms/PowerToysOverview_FileExplorerAddOns)|[File Locksmith](https://aka.ms/PowerToysOverview_FileLocksmith)|[Hosts File Editor](https://aka.ms/PowerToysOverview_HostsFileEditor)|
|[Mouse Without Borders](https://aka.ms/PowerToysOverview_MouseWithoutBorders)|[New+](https://aka.ms/PowerToysOverview_NewPlus)|[Paste as Plain Text](https://aka.ms/PowerToysOverview_PastePlain)|
@@ -34,19 +35,19 @@ Microsoft PowerToys is a set of utilities for power users to tune and streamline
34
35
Go to the [Microsoft PowerToys GitHub releases page][github-release-link] and click on `Assets` at the bottom to show the files available in the release. Please use the appropriate PowerToys installer that matches your machine's architecture and install scope. For most, it is `x64` and per-user.
35
36
36
37
<!-- items that need to be updated release to release -->
@@ -92,102 +93,95 @@ For guidance on developing for PowerToys, please read the [developer docs](/doc/
92
93
93
94
Our [prioritized roadmap][roadmap] of features and utilities that the core team is focusing on.
94
95
95
-
### 0.89 - February 2025 Update
96
+
### 0.90 - March 2025 Update
96
97
97
-
In this release, we focused on new features, stability, accessibility and automation.
98
+
In this release, we focused on new features, stability, and automation.
98
99
99
100
**✨Highlights**
100
101
101
-
- Enhanced Advanced Paste by adding media transcoding support to convert different video and audio file formats! Thanks [@snickler](https://github.com/snickler) for your help!
102
-
- Fixed crashes when loading thumbnails after the .NET 9 update and resolved PowerLauncher.exe blocking other MSI installers from creating shortcuts!
103
-
- Fixed accessibility issues across FancyZones, Image Resizer, and Settings to improve screen reader support and clarity!
104
-
- Enhanced UI automation framework across modules and added new tests to cover manual checks, with more improvements coming!
102
+

105
103
106
-
### General
104
+
- 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](https://github.com/zadjii-msft), [@niels9001](https://github.com/niels9001), [@joadoumie](https://github.com/joadoumie), [@plante-msft](https://github.com/plante-msft), [@ethanfangg](https://github.com/ethanfangg) and [@krschau](https://github.com/krschau)!
105
+
- Enhanced the Color Picker by switching from WPF UI to .NET WPF, resulting in improved themes and visual consistency across different modes. Thanks [@mantaionut](https://github.com/mantaionut)! Thanks [@Jay-o-Way](https://github.com/Jay-o-Way) and [@niels9001](https://github.com/niels9001) for helping with the review!
106
+
- Added the ability to delete files directly from Peek, enhancing file management efficiency. Thanks [@daverayment](https://github.com/daverayment) and thanks [@htcfreek](https://github.com/htcfreek) for the review!
107
+
- Added support for variables in template filenames, enabling dynamic elements like date components and environment variables for enhanced customization in New+. Thanks [@cgaarden](https://github.com/cgaarden)!
107
108
108
-
- Fixed an issue where updating PowerToys on Windows 11 did not properly update context menu entries, impacting New+, PowerRename, Image Resizer, and File Locksmith.
109
-
- Updated .NET Packages from 9.0.1 to 9.0.2. Thanks [@snickler](https://github.com/snickler) for this.
110
-
- Enabled compatibility with VS17.3 and later, for C++23. Thanks [@LNKLEO](https://github.com/LNKLEO) for this.
109
+
### Color Picker
111
110
112
-
### Advanced Paste
111
+
- Replaced WPF UI with .NET WPF for the Color Picker, enhancing compatibility and improving theme support. Thanks [@mantaionut](https://github.com/mantaionut)! Thanks [@Jay-o-Way](https://github.com/Jay-o-Way) and [@niels9001](https://github.com/niels9001) for helping with the review!
113
112
114
-
- Added media transcoding support to convert different video and audio file formats, improved UI layouts, refined clipboard handling, and integrated Semantic Kernel for smarter pasting. Thanks [@snickler](https://github.com/snickler) for your help!
113
+
### Command Palette
114
+
115
+
- 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](https://github.com/zadjii-msft), [@niels9001](https://github.com/niels9001), [@joadoumie](https://github.com/joadoumie), [@plante-msft](https://github.com/plante-msft), and the whole team!
115
116
116
117
### FancyZones
117
118
118
-
- Fixed accessibility by improving the text for monitors, ensuring clearer naming and help text for screen readers.
119
+
- Fixed a bug where deleting a layout resulted in incorrect data being written to the JSON file.
120
+
- Fixed a bug where layout hotkeys were displayed incorrectly, ensuring the hotkey list does not include invalid entries.
121
+
- Fixed an issue where the "None" option was missing in the editor layout.
119
122
120
123
### Image Resizer
121
-
- Fixed issues with Width and Height fields in Image Resizer's Custom preset, ensuring empty values no longer cause errors, settings save correctly, and auto-scaling behaves as expected. Thanks [@daverayment](https://github.com/daverayment)!
122
-
- Fixed accessibility by ensuring screen readers announce selected image dimensions in the combo-box for better navigation.
123
124
124
-
### Monaco Preview
125
+
- Fixed warnings in ImageResizer regarding the use of variables "shellItem" and "itemName" without being initialized.
125
126
126
-
- Fixed open link in default browser rather than Microsoft Edge. Thanks [@OldUser101](https://github.com/OldUser101)!
127
+
### Mouse Without Borders
127
128
128
-
### Mouse Highlighter
129
+
- Enhanced the logger to properly track the file path for easier debugging.
130
+
- Refactored the "Common" class into distinct individual classes to enhance maintainability, and updated all references and unit tests to reflect these changes. Thanks [@mikeclayton](https://github.com/mikeclayton) for this!
129
131
130
-
- Fixed a highlight released on an Administrator window will start fading, instead of staying on the screen indefinitely until the mouse button is pressed again on an unelevated window.
132
+
### New+
131
133
132
-
### Mouse Without Borders
133
-
- Fixed an issue in service mode where copy-paste and drag-drop file transfers didn’t work, ensuring seamless file operations.
134
-
- Enabled GPO for enable/disable for Mouse Without Borders in Service Mode. Thanks [@htcfreek](https://github.com/htcfreek) for review and comments!
135
-
- Fixed code maintainability by refactoring the oversized 'Common' class in Mouse Without Borders into smaller, focused classes for better structure and clarity. Thanks [@mikeclayton](https://github.com/mikeclayton) and thanks [@htcfreek](https://github.com/htcfreek) for review!
134
+
- Added support for variables in template filenames, including date/time components, parent folder name, and environment variables. Thanks [@cgaarden](https://github.com/cgaarden)!
136
135
137
-
### PowerRename
138
-
- Supported negative value as Start value in regular expression, e.g. ${start=-1314}
139
-
- Enhanced RegEx help by adding $, ^, quantifiers, and common patterns for better usability. Thanks [@PesBandi](https://github.com/PesBandi) and thanks [@htcfreek](https://github.com/htcfreek) for review.
136
+
### Peek
140
137
141
-
### PowerToys Run
142
-
- Fixed crashes when loading thumbnails after the .NET 9 update by disabling CETCompat.
- Fixed Run’s dark mode detection to work reliably, preventing issues with incorrect theme detection and ensuring a smoother user experience. Thanks [@daverayment](https://github.com/daverayment)!
145
-
- Fixed list separator handling in Calculator, allowing functions with multiple arguments to work correctly across different locales. For example pow(2;3) would be replaced with pow(2,3). Thanks [@PesBandi](https://github.com/PesBandi) and thanks [@htcfreek](https://github.com/htcfreek) for review!
146
-
- Fixed angle unit conversions in the PowerToys Run calculator, allowing quick conversions between radians, degrees, and gradians. Thanks [@OldUser101](https://github.com/OldUser101)!
138
+
- Added the ability to delete the file currently being previewed in Peek, including navigation updates and handling for deleted items. Thanks [@daverayment](https://github.com/daverayment) and thanks [@htcfreek](https://github.com/htcfreek) for your help reviewing this!
147
139
148
-
### Quick Accent
140
+
### PowerToys Run
149
141
150
-
- Added ǎ, ǒ and ǔ to the IPA character set. Thanks [@PesBandi](https://github.com/PesBandi)!
151
-
- Added ` (backtick) and ~ (tilde) to the VK_OEM_5 character set. Thanks [@xanatos](https://github.com/xanatos)!
152
-
- Added ς (final sigma) to the Greek character set. Thanks [@IamSmeagol](https://github.com/IamSmeagol)!
142
+
- 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](https://github.com/htcfreek) and [@davidegiacometti](https://github.com/davidegiacometti) for review!
143
+
- Fixed an issue where applying round corners on Windows 11 build 22000 caused crashes.
144
+
- Async the OnRename method to unblock the thread. Thanks [@davidegiacometti](https://github.com/davidegiacometti) for review!
145
+
- Added support for using `sq` instead of `^2` in the Unit Converter. Thanks [@PesBandi](https://github.com/PesBandi)!
153
146
154
147
### Settings
155
148
156
-
- Enabled GPO for the "run at startup" setting. Thanks [@htcfreek](https://github.com/htcfreek) for review and comments!
157
-
- Fixed accessibility issue by allowing screen readers to announce the group name for secondary links in Settings pages, instead of reading link descriptions without context.
158
-
- Fixed an issue where the Color Picker shortcut was not displaying correctly in the Dashboard.
149
+
- Disabled the spell check feature in the text boxes of plugin settings for PowerToys Run. Thanks [@htcfreek](https://github.com/htcfreek)!
150
+
- Fixed an issue where InfoBars for release notes errors were not displayed properly, and added a retry button. Thanks [@davidegiacometti](https://github.com/davidegiacometti)!
159
151
160
152
### Workspaces
161
153
162
-
- Fixed if a window was last placed on a disconnected monitor, it launches minimized and repositions within the main monitor's visible area when restored, instead of remaining off-screen and invisible.
163
-
- Fixed on ARM64 to correctly display icons for packaged apps by resolving path mismatches.
164
-
165
-
### ZoomIt
166
-
167
-
- Fixed warning C4706 and related error C2220 during build. Thanks [@xanatos](https://github.com/xanatos)!
154
+
- Fixed an issue where some minimized packaged apps (e.g., Microsoft ToDo, Settings) were not snapshotted.
168
155
169
156
### Documentation
170
157
171
-
-Fixed runner-ipc.md doc on the broken link. Thanks [@daverayment](https://github.com/daverayment)!
172
-
-Fixed the new plugin checklist by updating the target framework, removing duplicates, and improving statement organization. Thanks [@hlaueriksson](https://github.com/hlaueriksson)!
173
-
-Updated runner documentation to align with the latest code structure.
158
+
-Added the FirefoxBookmark plugin to the list of Third-Party plugins for PowerToys Run. Thanks [@8LWXpg](https://github.com/8LWXpg)!
159
+
-Added the SVGL third-party plugin to PowerToys Run, enabling users to search, browse, and copy SVG logos. Thanks [@SameerJS6](https://github.com/SameerJS6)!
160
+
-Added Monaco usage for the Registry Preview.
174
161
175
162
### Development
176
163
177
-
- Stabilized pipeline on ARM64 and forked build.
178
-
- Added fuzz testing for HostUILib, added as part of pipeline for OneFuzz.
179
-
- Fixed and improved UI-Test automation framework, and added new test cases for the FancyZones and Hosts module.
180
-
- Optimized Logger function as AOT compatible, improving performance by 18%.
181
-
- Made Common.UI and Setting.UI to be AOT compatible.
164
+
- Updated WinGet configuration file location and extension. Thanks [@mdanish-kh](https://github.com/mdanish-kh)!
165
+
- Removed the Markdown file bypass to ensure CI runs for commits that only update Markdown files.
166
+
- Fixed an issue where the default generated file path exceeded the length limit of 260 characters for EnvironmentVariablesUILib.csproj, causing build failures.
167
+
- Upgraded WindowsAppSDK to 1.6.250205002 and CsWinRT to 2.2.0. Thanks [@htcfreek](https://github.com/htcfreek) for review!
168
+
- Upgraded XamlStyler to 3.2501.8 and dotnet-consolidate to 4.2.0. Thanks [@davidegiacometti](https://github.com/davidegiacometti)!
169
+
- Updated .NET Packages from 9.0.2 to 9.0.3.
170
+
- Optimized the UI Test Automation Framework and added UI test cases for the Hosts File Editor module.
171
+
- Added fuzz testing for RegistryPreview.
172
+
- Added new UI tests for the FancyZones editor, including tests for creating, duplicating, editing, and deleting layouts.
173
+
- Added telemetry code to measure the module editor open time and evaluate the benefits of applying AOT.
174
+
175
+
182
176
183
-
### What is being planned for version 0.90
177
+
### What is being planned for version 0.91
184
178
185
-
For [v0.90][github-next-release-work], we'll work on the items below:
179
+
For [v0.91][github-next-release-work], we'll work on the items below:
0 commit comments