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
Copy file name to clipboardExpand all lines: README.md
+85-68Lines changed: 85 additions & 68 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,9 @@ Microsoft PowerToys is a set of utilities for power users to tune and streamline
21
21
|[FancyZones](https://aka.ms/PowerToysOverview_FancyZones)|[File Explorer Add-ons](https://aka.ms/PowerToysOverview_FileExplorerAddOns)|[File Locksmith](https://aka.ms/PowerToysOverview_FileLocksmith)|
|[Mouse utilities](https://aka.ms/PowerToysOverview_MouseUtilities)|[Paste as Plain Text](https://aka.ms/PowerToysOverview_PastePlain)|[PowerRename](https://aka.ms/PowerToysOverview_PowerRename)|
@@ -34,10 +35,12 @@ Microsoft PowerToys is a set of utilities for power users to tune and streamline
34
35
35
36
### Via GitHub with EXE [Recommended]
36
37
37
-
Go to [Microsoft PowerToys GitHub releases page][github-release-link], 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. For most, it is `x64`.
38
+
Go to [Microsoft PowerToys GitHub releases page][github-release-link], 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.
Install from the [Microsoft Store's PowerToys page][microsoft-store-link]. You must be using the [new Microsoft Store](https://blogs.windows.com/windowsExperience/2021/06/24/building-a-new-open-microsoft-store-on-windows-11/) which is available for both Windows 11 and Windows 10.
47
50
48
51
### Via WinGet
49
-
Download PowerToys from [WinGet][winget-link]. To install PowerToys, run the following command from the command line / PowerShell:
52
+
Download PowerToys from [WinGet][winget-link]. Updating PowerToys via winget will respect current PowerToys installation scope. To install PowerToys, run the following command from the command line / PowerShell:
There are [community driven install methods](./doc/unofficialInstallMethods.md) such as Chocolatey and Scoop. If these are your preferred install solutions, you can find the install instructions there.
@@ -72,104 +82,111 @@ For guidance on developing for PowerToys, please read the [developer docs](/doc/
72
82
73
83
Our [prioritized roadmap][roadmap] of features and utilities that the core team is focusing on.
74
84
75
-
### 0.68 - February 2023 Update
85
+
### 0.69 - March 2023 Update
76
86
77
-
In this release, we focused on releasing new features, stability and improvements.
87
+
In this release, we focused on releasing new features, stability and improvements. Early notice for v0.70, we will be releasing it later in May 2023.
78
88
79
89
**Highlights**
80
90
81
-
- New utility: Paste as Plain Text allows pasting the text contents of your clipboard without formatting. Note: the formatted text in the clipboard is replaced with the unformatted text. Thanks [@carlos-zamora](https://github.com/carlos-zamora)!
82
-
- New utility: Mouse Jump allows to quickly move the mouse pointer long distances on a single screen or across multiple screens. Thanks [@mikeclayton](https://github.com/mikeclayton)!
83
-
- Add new GPO policies for automatic update downloads and update toast notifications. Thanks [@htcfreek](https://github.com/htcfreek)!
84
-
- Support MSC and CPL files in "Run command" results of PowerToys Run Program plugin. Thanks [@htcfreek](https://github.com/htcfreek)!
85
-
- Add support for log2 and log10 in PowerToys Run Calculator plugin. Thanks [@RickLuiken](https://github.com/RickLuiken)!
86
-
- Added experimentation to PowerToys first run experience. There are current page which says "welcome" and a variant with direct instructions on how to use some of the utilities. We want to see if directly showing how to use PowerToys leads to more people using the features :)
91
+
- New utility: Registry Preview is a utility to visualize and edit Windows Registry files. Thanks [@randyrants](https://github.com/randyrants)!
92
+
- Support per-user scope installation.
93
+
- Awake: Quality-of-life improvements and introduced keeping system awake until expiration time and date. Thanks [@dend](https://github.com/dend)!
-Fix issue causing folders to not be removed on uninstall.
100
+
-Support per-user scope installation.
101
+
- Companies can control this using the new GPO.
94
102
95
-
### FancyZones
103
+
### Awake
96
104
97
-
- Refactored and improved code quality.
98
-
- Fix crashing on moving window between monitors with Win + arrows. (This was a hotfix for 0.67)
99
-
- Fix issue causing window attributes to not be reset properly. (This was a hotfix for 0.67)
100
-
- Fix issue causing window to not be adjusted when layout is changed. (This was a hotfix for 0.67)
101
-
- Fix issue causing window not to be unsnapped on drag started. (This was a hotfix for 0.67)
102
-
- Fix issue causing layouts not to be applied to new virtual desktops. (This was a hotfix for 0.67)
103
-
- Fix issues causing windows not to be restored correctly to their last known zone.
105
+
- Quality-of-life improvements and introduced keeping system awake until expiration time and date. Thanks [@dend](https://github.com/dend)!
104
106
105
-
### File explorer add-ons
107
+
### Color Picker
106
108
107
-
- Add Developer files previewer option to set max file size and fix styling issue. Thanks [@Aaron-Junker](https://github.com/Aaron-Junker)!
108
-
- Improve Developer files previewer exception handling and printing of error messages.
109
-
- Fix crash when generating PDF and Gcode file thumbnails. (This was a hotfix for 0.67)
109
+
- Fix issue sampling timing and grid issue causing Color Picker to sample the color of its own grid. Thanks [@IHorvalds](https://github.com/IHorvalds)!
-Fix typo in Keyboard Manager Editor. Thanks [@ChristianLW](https://github.com/ChristianLW)!
117
+
-Add context menu icon. Thanks [@htcfreek](https://github.com/htcfreek)!
119
118
120
119
### Mouse Utils
121
120
122
-
-Resolve grammatical error in Mouse Highlighter description. Thanks [@WordlessSafe1](https://github.com/WordlessSafe1)!
123
-
-New utility: Mouse Jump allows to quickly move the mouse pointer long distances on single or across screens. Thanks [@mikeclayton](https://github.com/mikeclayton)!
121
+
-Mouse Jump - Simulate mouse input event on mouse jump in addition to cursor move.
- New utility: Paste as Plain Text allows pasting the text contents of your clipboard without formatting. Note: the formatted text in the clipboard is replaced with the unformatted text. Thanks [@carlos-zamora](https://github.com/carlos-zamora)!
126
+
- Support Ctrl+V as activation shortcut. (This was a hotfix for 0.67)
127
+
- Repress modifier keys after plain paste. (This was a hotfix for 0.67) Thanks [@UnderKoen](https://github.com/UnderKoen)!
128
+
- Set default shortcut to Ctrl+Win+Alt+V. (This was a hotfix for 0.67)
- Show Steam (steam://open/) shortcuts in the Program plugin.
132
-
- Localize paths of Program plugin results. Thanks [@htcfreek](https://github.com/htcfreek)!
133
-
- Improved stability of the code used to get the localized names and paths. Thanks [@htcfreek](https://github.com/htcfreek)!
134
-
- Support MSC and CPL files in "Run command" results of Program plugin. Thanks [@htcfreek](https://github.com/htcfreek)!
135
-
- Added missing MSC and CPL settings to the results of Windows Settings plugin. Thanks [@htcfreek](https://github.com/htcfreek)!
136
-
- System plugin: Setting for separate "Open/Empty Recycle bin" results or single result with context menu. (This was implemented based on user feedback for a change in the last build.) Thanks [@htcfreek](https://github.com/htcfreek)!
137
-
- Add support for log2 and log10 in Calculator plugin. Thanks [@RickLuiken](https://github.com/RickLuiken)!
138
-
- Removed the TimeZone plugin.
139
-
- Fix the crash when loading thumbnail for PDF files. (This was a hotfix for 0.67)
133
+
- Show PowerRename in directory background context menu.
134
+
- Fix the crash on clicking Select/UnselectAll checkbox while showing only files to be renamed.
135
+
- Improve performance on populating Renamed items when many items are being renamed.
140
136
141
-
### Shortcut Guide
137
+
### PowerToys Run
142
138
143
-
- Added: Dismiss Shortcut Guide with mouse click. Thanks [@davidegiacometti](https://github.com/davidegiacometti)!
139
+
- Add setting to disable thumbnails generation for files. (This was a hotfix for 0.67)
- Add missing flyout borders on Windows 10. Thanks [@davidegiacometti](https://github.com/davidegiacometti)!
154
-
- Add experimentation for oobe landing page. Thanks [@chenss3](https://github.com/chenss3)!
155
-
- Show icons of user-installed PowerToys Run plugins. Thanks [@al2me6](https://github.com/al2me6)!
156
-
- Fixed crash when clicking Browse for backup and restore location while running elevated.
157
-
- Respect taskbar position when showing system tray flyout. (This was a hotfix for 0.67)
158
-
- Show correct Hosts module image. (This was a hotfix for 0.67)
164
+
- Fix Experiment bitmap icon rendering on theme change and bump CommunityToolkit.Labs.WinUI.SettingsControls package version. Thanks [@niels9001](https://github.com/niels9001)!
165
+
- Video Conference Mute page improvements. Thanks [@Jay-o-Way](https://github.com/Jay-o-Way)!
166
+
- Add warning that PowerToys Run might get no focus if "Use centralized keyboard hook" settings is enabled. Thanks [@Aaron-Junker](https://github.com/Aaron-Junker)!
167
+
- Fix ShortcutControl issues related to keyboard input focus, theme change and missing error badge when invalid key is pressed. Thanks [@htcfreek](https://github.com/htcfreek)!
168
+
- Add warning when Ctrl+V and Ctrl+Shift+V is used as an activation shortcut for Paste as Plain Text. Thanks [@htcfreek](https://github.com/htcfreek)!
169
+
170
+
### Documentation
171
+
172
+
- Update CONTRIBUTING.md with information about localization issues. Thanks [@Aaron-Junker](https://github.com/Aaron-Junker)!
173
+
- Remove localization from URLs. Thanks [@Jay-o-Way](https://github.com/Jay-o-Way)!
174
+
- Add dev docs for tools. Thanks [@Aaron-Junker](https://github.com/Aaron-Junker)!
159
175
160
176
### Development
161
177
162
-
- Turned on C++ code analysis and incrementally fixing warnings.
0 commit comments