From 34030169cf0edb5f567b29caa9f2150adcf31c24 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Mon, 30 Nov 2020 15:14:08 -0800 Subject: [PATCH 1/9] readme updates --- README.md | 50 ++++++++++++++++---------------------------------- 1 file changed, 16 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index e623e05c9f..c8b4b6c8fc 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Preview Pane is an existing feature in the File Explorer. To enable it, you jus #### Requirements -- Windows 10 1803 (build 17134) or later. +- Windows 10 v1903 (build 18362) or better perferred, Windows 10 version1803 (build 17134) minimium. - Have [.NET Core 3.1 Desktop Runtime](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-desktop-3.1.4-windows-x64-installer). The installer should handle this but we want to directly make people aware. ### Via GitHub with EXE [Recommended] @@ -129,57 +129,39 @@ We currently support the matrix below. ## What's Happening -### October 2020 Update +### November 2020 Update -Our goals for [0.25 release cycle][github-release-link] was to focus on stability, accessibility, localization and quality of life improvements for both the development team and our end users. Our first end to end localization pass has been done. We know it isn't perfect but we are in 17 languages now. If you find an issue, please file a [localization bug][loc-bug]. - -Our [prioritized roadmap][roadmap] of features and utilities that the core team is focusing on. +Our goals for [0.27 release cycle][github-release-link] was to focus on adding on end-user experience, stability, accessibility, localization and quality of life improvements for both the development team and our end users. Our [prioritized roadmap][roadmap] of features and utilities that the core team is focusing on for the near future. If you find an issue, please file a [localization bug][loc-bug]. #### Highlights from October 2020 **General** -- First pass on localization complete. 17 different languages. We know there will be some rough areas, please [make us aware so we can correct them][loc-bug]. -- Logging added into the installer +- Installer improvements including darkmode - Large sums of accessibility issues fixed. -- Less notifications for installing -- FxCop work is almost fully wrapped up -- Wrapped up the [Video GIF capture spec](https://github.com/microsoft/PowerToys/wiki/Video-GIF-Capture). This is laying out our plan for the future work. +- Worked on localization work. If you find issues, please [make us aware so we can correct them][loc-bug]. **Color Picker** -- Additional color style selections such as CYMK and HSL +- Updated interface and new editor experience. **FancyZones** -- Multiple bugs fixed -- Better zone drawing improvements +- Multi-monitor editor experience now drastically improved for discoverability. +- Zones being forgotten on restart +- Added in ability to have no layout -**Keyboard manager** -- Fixed terminal input map failure -- Better app compat -- Multiple bug fixes -- Ability to directly disable keys/shortcuts +**Image Resizer** +- Updated interface **PowerToys Run** -- expanded environment var searching such as %windr% -- multiple crash bug fixes -- Improvements on calculator plugin -- Directly able to override theming -- Windows will open to what shell you want -- Better action key support - - `=` for direct calculator - - `?` for direct file searching - - `.` for direct for applications - - `//` for direct URL - - `<` for running processes - - `>` for shell processes +- Removed unused dependencies -**Dev docs** -- Added multiple developer related docs. +**PowerRename** +- Added Lookbehind support via Boost library I'd like to directly call out [@p-storm](https://github.com/p-storm), [@TobiasSekan](https://github.com/TobiasSekan), [@davidegiacometti](https://github.com/davidegiacometti), [@royvou](https://github.com/royvou), [@gordonwatts](https://github.com/gordonwatts), [@Aaron-Junker](https://github.com/Aaron-Junker), [@htcfreek](https://github.com/htcfreek) and [@niels9001](https://github.com/niels9001) for their continued community support and helping directly make PowerToys a better piece of software. -### What is being planned for 0.27 - November 2020 +### What is being planned for 0.29 - December 2020 -For [0.27](https://github.com/microsoft/PowerToys/issues?q=is%3Aopen+is%3Aissue+project%3Amicrosoft%2FPowerToys%2F14), we are proactively working on: +For [0.29](https://github.com/microsoft/PowerToys/issues?q=is%3Aopen+is%3Aissue+project%3Amicrosoft%2FPowerToys%2F14), we are proactively working on: - Stability - Accessibility From 04e3cd0fdb8f13196e24210103c06fa5b2b7f773 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Mon, 30 Nov 2020 15:38:34 -0800 Subject: [PATCH 2/9] fixed spelling --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c8b4b6c8fc..a155478890 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Preview Pane is an existing feature in the File Explorer. To enable it, you jus #### Requirements -- Windows 10 v1903 (build 18362) or better perferred, Windows 10 version1803 (build 17134) minimium. +- Windows 10 v1903 (build 18362) or better preferred, Windows 10 version1803 (build 17134) minimum. - Have [.NET Core 3.1 Desktop Runtime](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-desktop-3.1.4-windows-x64-installer). The installer should handle this but we want to directly make people aware. ### Via GitHub with EXE [Recommended] @@ -109,7 +109,7 @@ WinGet install powertoys Install the [pre-release experimental version of PowerToys][github-prerelease-link] to try out this version. It includes all improvements from 0.23 in addition to the Video conference utility. Click on `Assets` to show the files available in the release and then download the .exe installer. -**Note:** We'll have 0.26 Experimental out in the first week of November 2020. +**Note:** We'll have 0.28 Experimental out in the first week of December 2020. ### Other install methods @@ -136,9 +136,9 @@ Our goals for [0.27 release cycle][github-release-link] was to focus on adding o #### Highlights from October 2020 **General** -- Installer improvements including darkmode +- Installer improvements including dark mode - Large sums of accessibility issues fixed. -- Worked on localization work. If you find issues, please [make us aware so we can correct them][loc-bug]. +- Worked on localization effort. If you find issues, please [make us aware so we can correct them][loc-bug]. **Color Picker** - Updated interface and new editor experience. From e9e7df693a3ee8aac36d3dd2564d7fda70215e5b Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Mon, 30 Nov 2020 15:52:12 -0800 Subject: [PATCH 3/9] updating user help --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a155478890..c7fa53091f 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Our goals for [0.27 release cycle][github-release-link] was to focus on adding o **PowerRename** - Added Lookbehind support via Boost library -I'd like to directly call out [@p-storm](https://github.com/p-storm), [@TobiasSekan](https://github.com/TobiasSekan), [@davidegiacometti](https://github.com/davidegiacometti), [@royvou](https://github.com/royvou), [@gordonwatts](https://github.com/gordonwatts), [@Aaron-Junker](https://github.com/Aaron-Junker), [@htcfreek](https://github.com/htcfreek) and [@niels9001](https://github.com/niels9001) for their continued community support and helping directly make PowerToys a better piece of software. +I'd like to directly call out [@p-storm](https://github.com/p-storm), [@TobiasSekan](https://github.com/TobiasSekan), [@davidegiacometti](https://github.com/davidegiacometti), [@gordonwatts](https://github.com/gordonwatts), [@Aaron-Junker](https://github.com/Aaron-Junker), [@htcfreek](https://github.com/htcfreek) and [@niels9001](https://github.com/niels9001) for their continued community support and helping directly make PowerToys a better piece of software. ### What is being planned for 0.29 - December 2020 From fd8a4f63ce75493363a2bf5bef74e91df32f6a58 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Tue, 1 Dec 2020 09:15:28 -0800 Subject: [PATCH 4/9] Update README.md Co-authored-by: Enrico Giordani --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7fa53091f..5f9600ab95 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Preview Pane is an existing feature in the File Explorer. To enable it, you jus #### Requirements - Windows 10 v1903 (build 18362) or better preferred, Windows 10 version1803 (build 17134) minimum. -- Have [.NET Core 3.1 Desktop Runtime](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-desktop-3.1.4-windows-x64-installer). The installer should handle this but we want to directly make people aware. +- Have [.NET Core 3.1 Desktop Runtime](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-desktop-3.1.10-windows-x64-installer). The installer should handle this but we want to directly make people aware. ### Via GitHub with EXE [Recommended] From 8249763088206b31a72d7fff2f572c86cc48c82b Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Tue, 1 Dec 2020 09:20:47 -0800 Subject: [PATCH 5/9] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f9600ab95..477a135818 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ Our goals for [0.27 release cycle][github-release-link] was to focus on adding o - Worked on localization effort. If you find issues, please [make us aware so we can correct them][loc-bug]. **Color Picker** -- Updated interface and new editor experience. +- Updated interface and new editor experience done by [@martinchrzan](https://github.com/martinchrzan) and [@niels9001](https://github.com/niels9001) **FancyZones** - Multi-monitor editor experience now drastically improved for discoverability. @@ -157,7 +157,7 @@ Our goals for [0.27 release cycle][github-release-link] was to focus on adding o **PowerRename** - Added Lookbehind support via Boost library -I'd like to directly call out [@p-storm](https://github.com/p-storm), [@TobiasSekan](https://github.com/TobiasSekan), [@davidegiacometti](https://github.com/davidegiacometti), [@gordonwatts](https://github.com/gordonwatts), [@Aaron-Junker](https://github.com/Aaron-Junker), [@htcfreek](https://github.com/htcfreek) and [@niels9001](https://github.com/niels9001) for their continued community support and helping directly make PowerToys a better piece of software. +I'd like to directly call out [@davidegiacometti](https://github.com/davidegiacometti), [@gordonwatts](https://github.com/gordonwatts), [@martinchrzan](https://github.com/martinchrzan), [@niels9001](https://github.com/niels9001), [@p-storm](https://github.com/p-storm), [@TobiasSekan](https://github.com/TobiasSekan), [@Aaron-Junker](https://github.com/Aaron-Junker), [@htcfreek](https://github.com/htcfreek) and [@alannt777](https://github.com/alannt777) for their continued community support and helping directly make PowerToys a better piece of software. ### What is being planned for 0.29 - December 2020 From d2f91aa3da9e512cc3cd13853fd9fd4ce3985e03 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Tue, 1 Dec 2020 09:23:59 -0800 Subject: [PATCH 6/9] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 477a135818..9f05acd598 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ We currently support the matrix below. ### November 2020 Update -Our goals for [0.27 release cycle][github-release-link] was to focus on adding on end-user experience, stability, accessibility, localization and quality of life improvements for both the development team and our end users. Our [prioritized roadmap][roadmap] of features and utilities that the core team is focusing on for the near future. If you find an issue, please file a [localization bug][loc-bug]. +Our goals for [0.27 release cycle][github-release-link] was to focus on adding on end-user experience, stability, accessibility, localization and quality of life improvements for both the development team and our end users. 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]. #### Highlights from October 2020 @@ -165,7 +165,7 @@ For [0.29](https://github.com/microsoft/PowerToys/issues?q=is%3Aopen+is%3Aissue+ - Stability - Accessibility -- Video conference mute +- Video conference mute investigation toward a DirectShow filter versus a driver - OOBE work ### PowerToys roadmap From 14588ccba85516e9a8a51e47665049e16e786a13 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Tue, 1 Dec 2020 09:34:06 -0800 Subject: [PATCH 7/9] exclude alan's usernname and tweak URL --- .github/actions/spell-check/expect.txt | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index 0b551c241b..4264b32be2 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -44,6 +44,7 @@ AGGREGATABLE AHybrid Aissue akamaihd +alannt777 ALarger alekhyareddy alertsolid diff --git a/README.md b/README.md index 9f05acd598..0300f14cb9 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ I'd like to directly call out [@davidegiacometti](https://github.com/davidegiaco ### What is being planned for 0.29 - December 2020 -For [0.29](https://github.com/microsoft/PowerToys/issues?q=is%3Aopen+is%3Aissue+project%3Amicrosoft%2FPowerToys%2F14), we are proactively working on: +For [0.29](https://github.com/microsoft/PowerToys/issues?q=is%3Aopen+is%3Aissue+project%3Amicrosoft%2FPowerToys%2F15), we are proactively working on: - Stability - Accessibility From 3d726fd2bab18fb46f4c5709482ba29697d0ed08 Mon Sep 17 00:00:00 2001 From: martinchrzan Date: Tue, 1 Dec 2020 18:49:24 +0100 Subject: [PATCH 8/9] Update expect.txt --- .github/actions/spell-check/expect.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index 4264b32be2..fb84adb74e 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -44,6 +44,7 @@ AGGREGATABLE AHybrid Aissue akamaihd +alannt alannt777 ALarger alekhyareddy From 2ddbb895998ea5afa8bfc8f2b43f67b5139c0045 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Tue, 1 Dec 2020 10:10:02 -0800 Subject: [PATCH 9/9] fixing version number and month ... wish these could just be vars at the bottom :) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0300f14cb9..14b0d3a853 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Preview Pane is an existing feature in the File Explorer. To enable it, you jus ### Via GitHub with EXE [Recommended] -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.25.0-x64.exe` to download the PowerToys installer. +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.27.0-x64.exe` to download the PowerToys installer. This is our preferred method. @@ -133,7 +133,7 @@ We currently support the matrix below. Our goals for [0.27 release cycle][github-release-link] was to focus on adding on end-user experience, stability, accessibility, localization and quality of life improvements for both the development team and our end users. 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]. -#### Highlights from October 2020 +#### Highlights from 0.27 **General** - Installer improvements including dark mode