Preview v0.101.2282.0
This preview includes the latest features, fixes, and improvements for PowerToys v0.101.
Installer Hashes
| Description | Filename | sha256 hash |
|---|---|---|
| Per user - x64 | PowerToysUserSetup-0.101.2282.0-x64.exe | 0BF088085AA4E176518C0C8CDA848FDB23F6F2F4320ED60496E3E12807C6F1A5 |
| Per user - ARM64 | PowerToysUserSetup-0.101.2282.0-arm64.exe | CFFBB5BF2688B6ED7F2B8DE95ECC3A22288B6539A6E18C0FA36F992B55693F85 |
| Machine wide - x64 | PowerToysSetup-0.101.2282.0-x64.exe | 111ABC8EC0F27C330C1AF6C8A3CEEF28A42D4D025E7F6C0E17DE3033107731B5 |
| Machine wide - ARM64 | PowerToysSetup-0.101.2282.0-arm64.exe | 90E92C0C7B0340CB79EF1BE5786E8731FFE563CC8F07C468D24303E343A78DDE |
Highlights
- Command Palette: Fixed the Dock becoming empty or misconfigured after docking, undocking, or changing display modes with Win+P.
- Command Palette: Reduced Dock resource usage during refreshes and improved cleanup of replaced items.
- Command Palette: Prevented failed extension package operations from being processed as successful changes.
General
- Added the DevDocs extension to the third-party Command Palette plugin directory so users can discover and install it in #49697 by @jan-jaros
- Updated the AI issue-triage workflow runtime and pinned container images so its Copilot CLI execution works reliably in #49885
- Improved issue triage so module names in bracketed issue titles map to the correct existing Product label, with a constrained fallback for unclear cases in #49905
- Added a daily duplicate-issue digest that consolidates live AI triage suggestions into one reviewer-focused tracking issue in #49907
- Added AI-assisted pull request intake that summarizes changes, checks required evidence and issue references, and maintains review-readiness labels in #49911
- Refined issue and pull request triage triggers, draft handling, evidence publication, and the Ready for review label lifecycle in #49924
Command Palette
- Reduced Command Palette Dock resource usage by reusing item view models, coalescing refreshes, and cleaning up discarded items in #49742 by @jiripolasek
- Fixed the Command Palette Dock becoming empty or misconfigured after docking, undocking, or changing display modes with Win+P in #49814
- Prevented failed Command Palette extension install, update, and uninstall operations from being processed as successful changes in #49887 by @jiripolasek