Skip to content

Commit 28bbc80

Browse files
crutkasenricogior
andauthored
Readme 0.33 (microsoft#9979)
* Update README.md * Update README.md * Update README.md * Update expect.txt * Update README.md adding in HTC and jay for helping out a ton as well, gotta figure out a better way to scan on top of just who opened something * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md Co-authored-by: Enrico Giordani <[email protected]>
1 parent 7e5fb87 commit 28bbc80

File tree

2 files changed

+40
-49
lines changed

2 files changed

+40
-49
lines changed

.github/actions/spell-check/expect.txt

+2
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ desktopshorcutinstalled
450450
desktopwindowxamlsource
451451
dest
452452
DEU
453+
Devagya
453454
devblogs
454455
devdocs
455456
devenv
@@ -497,6 +498,7 @@ DPolicy
497498
DPopup
498499
DPSAPI
499500
Draggen
501+
Drakula
500502
DRAWFRAME
501503
drawingcolor
502504
dreamsofameaningfullife

README.md

+38-49
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Microsoft PowerToys is a set of utilities for power users to tune and streamline
3131

3232
#### Stable version
3333

34-
Install from the [Microsoft PowerToys GitHub releases page][github-release-link]. Click on `Assets` to show the files available in the release and then click on `PowerToysSetup-0.31.2-x64.exe` to download the PowerToys installer.
34+
Install from the [Microsoft PowerToys GitHub releases page][github-release-link]. Click on `Assets` to show the files available in the release and then click on `PowerToysSetup-0.33.1-x64.exe` to download the PowerToys installer.
3535

3636
This is our preferred method.
3737

@@ -75,76 +75,65 @@ For guidance on developing for PowerToys, please read the [developer docs](/doc/
7575

7676
Our [prioritized roadmap][roadmap] of features and utilities that the core team is focusing on.
7777

78-
### 0.31 - January 2021 Update
78+
### 0.33 - February 2021 Update
7979

80-
Our goals for [v0.31 release cycle][github-release-link] were to focus on improving the FancyZones editor, adding in some new features into PowerToys Run, some ARM64 work, and stability.
80+
Our goals for [v0.33 release cycle][github-release-link] was to add in some critical new functionality into the new user experience as well as a plug-in manager for PowerToys Run. In addition, we feel we are near ready to add in Video Conference mute into the stable release pending feedback from the pending 0.34 experimental release. The 0.34 experimental release will happen week of March 8th toward the end of the week pending testing.
8181

8282
Our [prioritized roadmap][roadmap] of features and utilities that the core team is focusing on for the near future. We fixed a lot of localization issues from our initial release but we may not still be perfect. If you find an issue, please file a [localization bug][loc-bug].
8383

84-
#### Highlights from v0.31
84+
#### Highlights from v0.33 Stable/0.34 Experimental
8585

8686
**General**
87-
- Bug report tool and improved logging now added to our system tray.
88-
- Added in CodeQL and other CI improvements.
89-
- OOBE Spec should be finalized
90-
91-
**ARM64 Progress**
92-
- .NET Core upgrade for code bases the PowerToys team controls is complete. We still have two external dependencies that are .NET Framework that need to be updated.
93-
94-
**Color Picker**
95-
- Bug fixes in editor
87+
- Updated overview links to be language agnostic to the docs site.
88+
- 'First time load' experience. The hope is a quick, light way to learn about basic functionality. We have some more work to do and want to also use the same framework for teaching about updates as well.
89+
- Localization corrections
9690

9791
**FancyZones**
98-
- Streamlined, simplified user interface (Massive thanks to [@niels9001](https://github.com/niels9001))
99-
- Dark mode for the editor
100-
- Certain settings (e.g. number of zones, spacing settings) can now be set on individual layouts.
101-
- Bug fixes
92+
- Adjusted editor UX based on feedback. Thanks [@niels9001](https://github.com/niels9001)!
93+
- New options to change zone activation algorithm.
10294

103-
**File explorer**
104-
- Fixed a bug with SVG preview on OneDrive folders
105-
- SVG are scaled appropriately when viewbox is provided
106-
- SVG thumbnail quality improved
95+
**File Explorer**
96+
- Improved how SVG images are previewed in the preview pane, thanks[@Drakula44](https://github.com/Drakula44)!
97+
- [@Aaron-Junker](Aaron-Junker) has created a proof of concept for using [Monaco editor](https://github.com/microsoft/monaco-editor) for previewing dev files. This will enable over 125+ file types.
10798

10899
**PowerToys Run**
109-
- Service management plugin (restart, stop, ...) using the `!` keyword
110-
- Registry key plugin using the `:` keyword
111-
- System action plugin (reboot, lock, ...)
112-
- Hyperbolic functions added to calculator (example: `=arsinh(3)`)
113-
- Icon fixes when running in certain themes
114-
- Unneeded dependencies removed
115-
- Bug fixes
100+
- Plugin Manager now is in settings. You can directly turn on / off, include items in general search, and change the action key! Thanks [@htcfreek](https://github.com/htcfreek) for the great feedback!
101+
- Improved support for additional window managers by abstracting out shell process calls. Thanks [@davidegiacometti](https://github.com/davidegiacometti)!
102+
- Fix for PT Run registering the hotkey on non-supported OS versions.
103+
- `~` will now act as the user home directory in Folder plugin. Thanks [@davidegiacometti](https://github.com/davidegiacometti)
104+
- Service plugin has adjusted status messages
105+
106+
**Video Conference Mute (Experimental)**
107+
- Adjust video muting to leverage DirectShow.
108+
- Goal is to have 0.34 experimental release week of March 8th.
116109

117-
**Installer**
118-
- Default to .NET Core 3.1.11
110+
**Settings**
111+
- When restarting as admin, the settings now will reopen. Thanks [@davidegiacometti](https://github.com/davidegiacometti)!
112+
113+
**ARM64 Progress**
114+
- Investigation on how we'll accomplish Settings with the XAML Island and WPF app.
119115

120116
#### Community contributions
121117

122118
We'd like to directly mention (in alphabetical order) for their continued community support this month and helping directly make PowerToys a better piece of software.
123119

124120
[@Aaron-Junker](https://github.com/Aaron-Junker),
125-
[@BenConstable9](https://github.com/BenConstable9),
126-
[@chrdavis](https://github.com/chrdavis),
127121
[@davidegiacometti](https://github.com/davidegiacometti),
128-
[@ExecThTs](https://github.com/ExecThTs),
129-
[@htcfreek](https://github.com/htcfreek),
130-
[@itsme-alan](https://github.com/itsme-alan),
131-
[@jay-o-way](https://github.com/jay-o-way),
132-
[@martinchrzan](https://github.com/martinchrzan),
133-
[@niels9001](https://github.com/niels9001),
134-
[@pavelzw](https://github.com/pavelzw),
122+
[@Drakula44](https://github.com/Drakula44),
123+
[@htcfreek](https://github.com/htcfreek),
124+
[@Jay-o-Way](https://github.com/Jay-o-Way),
125+
[@niels9001](https://github.com/niels9001),
135126
and
136-
[@TobiasSekan](https://github.com/TobiasSekan)
137-
138-
#### What is being planned for v0.33 - February 2021
127+
[@notDevagya](https://github.com/notDevagya)
139128

140-
For [v0.33][github-next-release-work], we are proactively working on:
129+
#### What is being planned for v0.35 - March 2021
141130

142-
- Stability
143-
- Video conference mute's new DirectShow filter should be ready shortly for testing and we hope to have the utility inside the official 0.33 build
144-
- OOBE dialog
145-
- Plugin Manager
131+
For [v0.35][github-next-release-work], we are planning to work on:
146132

147-
For 0.35, we aim to focus mainly on getting all the parts needed to support ARM64 support. This includes our installer, CI system, build server, and upgrading all projects to .NET Core projects to .NET 5.
133+
- Stability and bug fixes
134+
- FZ Editor hotkey layout swap support
135+
- Integrating VCM in main release
136+
- Start process for removal support for old settings system and migrating our minimum OS version to Windows 10 1903.
148137

149138
## PowerToys Community
150139

@@ -169,5 +158,5 @@ The application logs basic telemetry. Our Telemetry Data page (Coming Soon) has
169158
[usingPowerToys-docs-link]: https://docs.microsoft.com/windows/powertoys/
170159

171160
<!-- items that need to be updated release to release -->
172-
[github-next-release-work]: https://github.com/microsoft/PowerToys/issues?q=is%3Aopen+is%3Aissue+project%3Amicrosoft%2FPowerToys%2F17
161+
[github-next-release-work]: https://github.com/microsoft/PowerToys/issues?q=is%3Aopen+is%3Aissue+project%3Amicrosoft%2FPowerToys%2F18
173162
[github-prerelease-link]: https://github.com/microsoft/PowerToys/releases/tag/v0.28.0

0 commit comments

Comments
 (0)