Home >Common Problem >PowerToys 0.60 adds improvements for Windows 11 users

PowerToys 0.60 adds improvements for Windows 11 users

PHPz
PHPzforward
2023-05-11 16:10:061482browse

Microsoft has released the latest version of PowerToys, its suite of tools for power users on Windows 10 and 11, bringing it to version 0.60. This release focuses primarily on smaller improvements and fixes, but there are some noteworthy changes, especially if you're using Windows 11.

For starters, the Image Resizer tool and PowerRename have been added to the Windows 11 context menu. Until now, if you wanted to use any of these tools on a file, you needed to right-click to display the Windows 11 context menu and select the Show more options button to see the old menu, These features will appear upwards in it. This change reduces the number of steps required to rename a file or resize an image. The team notes that this may not work if you are a Windows Insider in the Dev channel.

Another improvement related to Windows 11 is for the Always on Top tool. This tool pins any window on top of all other windows and highlights the pinned window with a colored border. The border will now have rounded corners on Windows 11 to follow the rounded corners of the window itself.

Otherwise, there are some more general improvements, such as the new PowerToys Run plug-in for OneNote. Additionally, the FancyZones tool now uses a new zone recognition technology that improves stability and prevents your zones from resetting when using multiple monitors. This update also makes it easier to install the ARM64 version of PowerToys through the Microsoft Store and Windows Package Manager.

There are many smaller improvements and fixes in PowerToys 0.60, which you can find below.

General

  • Upgraded the Windows App SDK runtime to 1.1.1. (This is a patch for 0.59)

Always on top

  • Added support for more diverse keyboard shortcuts, and fallback to low-level keyboard hooks. Thank you @davidegiacometti!
  • Added rounded corner highlights for rounded corner windows on Windows 11.

FancyZones

  • Fixed a bug where all windows displayed on the desktop would not work with FancyZones. (This is a hotfix for 0.59)
  • When changing area layout, if this option is turned on, the window will match the new size/position. (This is a hotfix for 0.59)
  • Minor UI fixes in the FancyZones editor. Thank you @ZetaSp!
  • Fixed correct canvas layout rendering in FancyZones Editor, now showing unscaled monitor resolution.
  • Fixed an issue where transparency in some windows caused the window to go blank.

Image Resizer

  • The Image Resizer entry now appears in the new Windows 11 context menu.

File Browser Plugin

  • Add the viewBox attribute to the svg file thumbnail so that it tries to display the entire image, similar to what is done in the preview handler done in.
  • Removed access to remote images in markdown preview testing.
  • Fixed vulnerability in markdown preview test suite using appropriate component initialization timeouts.
  • Fixed the WebView2 resource leak problem caused by svg thumbnails.

Keyboard Manager

  • The editor title bar now displays in the immersive dark mode theme. Thank you @WilliamABradley!

Mouse Utilities

  • The mouse pointer crosshair default activation shortcut has been changed to not work with special characters on some international keyboards Combinations conflict.

Power Rename

  • Fixed file enumeration logic to only change the enumeration at the end of the file name.
  • Click the Regular Expression/Date and Time Cheat Sheet to append the item to the selected search or replace text field.
  • The PowerRename entry now appears in the new Windows 11 context menu.
  • The title bar is now displayed in the immersive dark mode theme. Thank you @WilliamABradley!

Power Toy Run

  • Added a setting to disable and configure input delay for search queries. (This is a hotfix for 0.59)
  • Fixed and added logs for default web browser detection. (This is a hotfix for 0.59)
  • Program plugins can now search for .lnk shortcuts by executable name. Thank you @davidegiacometti!
  • A new OneNote plug-in has been added. Thank you @palenshus!
  • Query caching and delayed execution have been added to the OneNote plug-in. Thank you @palenshus!
  • Quality of life fixes for the TimeZone plugin, including fixes for empty subtitles, missing time zones, and results not being found as expected. Thank you @TobiasSekan!
  • Removed the call to the obsolete WebRequest API. Thank you @davidegiacometti!
  • Added common name for shared settings in settings plugin. Thank you @htcfreek!
  • Calculator Mages engine has been updated to 2.0.1 for greater accuracy. Thanks for testing and driving changes @htcfreek!
  • Translation fixes for Calculator and TimeDate plugins. Thank you @htcfreek!
  • The "Search Settings" entry has been added to the "Settings" plugin. Thank you @jefflord!
  • Removed use of deprecated BinaryFormatter, which contained a vulnerability. Thank you @davidegiacometti!
  • Add settings to better control query result order. Thank you @jefflord!
  • The terminal plugin now uses a better API to detect installed terminal packages. Thank you @htcfreek!

Settings

  • Fixed a bug where updates would fail even if PowerToys were fully updated. (This is a hotfix for 0.59)
  • OOBE windows are resizable. (This is a hotfix for 0.59)
  • OOBE can now display release notes via an authenticated proxy.
  • OOBE now hides x64 and ARM64 installer hashes on the What's New page.
  • Minor UI fixes in the keyboard manager page. Thank you @ZetaSp!
  • Fix the internal data type of the CheckBox control. Thank you @ghost1372!
  • The title bar is now displayed in the immersive dark mode theme. Thank you @WilliamABradley!
  • Fixed a crash when accessing the Load System.Management API on ARM64 versions of Windows.

Installer

  • Fixed the signature for setting custom action dlls in new pipelines.
  • Visual C Redistributable has been updated to 14.32.31332 and fixes an installer error when installing newer versions. Thank you @snickler!
  • Update .NET dependencies to 6.0.6.

Development

  • Clean up CA1031 warning suppression. Thank you @davidegiacometti!
  • Support for ARM64 binaries has been added to the Microsoft Store submission task. Thank you @azchohfi!
  • Added code for a tool to help identify monitor IDs.
  • Support for ARM64 binaries has been added to the winget package creation task.
  • Updated pull request template to better reflect project changes.
  • Reactivated component governance checks on the new master branch.
  • CI cannot run tests that call newer WebView 2 versions, so these tests are disabled until a fix is ​​found.
  • Update test SDK to 17.2.0.
  • The Nuget package versions used in the solution have been merged.
  • CodeQL CI task was disabled in the repo but was causing issues with forking so it was removed.
  • A specific version of Newtonsoft.Json was specified in the tests to avoid vulnerabilities in previous versions.
  • FabricBot configuration has been added to the repository.
  • Added a dependency robot configuration for updating GitHub action dependencies. Thank you @naveensrinivasan!
  • Updated the Check Spelling action and added quality of life fixes to the workflow. Thank you @jsoref!

You can download PowerToys 0.60 from GitHub, or if you already have the app installed, check for updates in the app for the latest version.

The above is the detailed content of PowerToys 0.60 adds improvements for Windows 11 users. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:yundongfang.com. If there is any infringement, please contact admin@php.cn delete