Power Toys: v0.67.0 Release

Release date:
January 31, 2023
Previous version:
v0.66.0 (released January 4, 2023)
Magnitude:
2,634 Diff Delta
Contributors:
15 total committers
Data confidence:
Commits:

32 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored January 5, 2023
Authored January 8, 2023
Authored January 11, 2023

Top Contributors in v0.67.0

SeraphimaZykova
jaimecbernardo
htcfreek
crutkas
stefansjfw
snickler
Evyatar-E
davidegiacometti
Aaron-Junker
sosssego

Directory Browser for v0.67.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

In the v0.67 release cycle, we focused on releasing new features and improvements.

Installer Hashes

x64 Installer Hash

F653DEC43F4CE09F3C14C682BA18E3A18D34D2A2244ECBFDF3A879897A237383

ARM64 Installer Hash

80CA4B9DE6B34E214F9E3F5063086E161608193FACA15CB24924660F818C4400

Highlights

  • Added an option for PowerToys Run to tab through results instead of context buttons. Thanks @maws6502!
  • All PowerToys registry entries are moved from machine scope (HKLM) to user scope (HKCU).
  • Quick access system tray launcher. Thanks @niels9001!

Awake

  • Disable instead of hiding "Keep screen on" option.

FancyZones

  • Refactored and improved code quality.

File explorer add-ons

  • Fixed escaping HTML-sensitive characters when previewing developer files. Thanks @davidegiacometti!

Image Resizer

  • Improved code quality around a silent crash that was being reported to Microsoft servers.

PowerToys Run

  • Add option to tab through results only. Thanks @maws6502!
  • System plugin - Updated Recycle Bin command to allow opening the Recycle Bin. Thanks @htcfreek!
  • System plugin - Improved Recycle Bin command to not block PT Run while the deletion is running. Thanks @htcfreek!
  • System plugin - Small other changes to improve the usability of the Recycle Bin command. Thanks @htcfreek!
  • WindowWalker plugin - Show all open windows with action keyword. Thanks @davidegiacometti!

Quick Accent

Settings

  • Fixed URL click crash on the "What's New" screen.
  • Added quick access system tray launcher. Thanks @niels9001!

Documentation

  • Added PowerToys [disk usage footprint document](doc\devdocs\disk-usage-footprint.md).
  • Fixed some grammar issues on main readme / Wiki. Thanks @CanePlayz!

Development

  • Verify notice.md file and used NuGet packages are synced.
  • Turned on C++ code analysis and incrementally fixing warnings.
  • Automatically add list of .NET Runtime deps to Installer during build. Thanks @snickler!
  • Move all installer registry entries to HKCU.
  • Refactor installer - extract module related stuff from Product.wxs to per-module .wxs file.
  • Enhance ARM64 build configuration verification. Thanks @snickler!
  • Helped identify a WebView2 issue affecting PowerToys File explorer add-ons, which has been fixed upstream and released as an update through the usual Windows Update channels.