Skip to content

Commit a801527

Browse files
Merge pull request #3917 from PowerShell/release
Release `v2022.4.0-preview`
2 parents f559375 + 5d0934e commit a801527

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# PowerShell Extension Release History
22

3+
## v2022.4.0-preview
4+
### Tuesday, April 12, 2022
5+
6+
We delayed moving the preview branch to stable in order to fix issues surrounding our
7+
`ReadKey` / `ReadLine` logic. This preview contains a new minor release of PowerShell
8+
Editor Services with an entire rewrite of that logic, utilizing what we hope is a much
9+
better workaround for the underlying issue in .NET's `Console.ReadKey`. Please give this
10+
release a thorough testing, especially in the console with PSReadLine.
11+
12+
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
13+
14+
- 🐛 🙏 [vscode-powershell #3911](https://github.com/PowerShell/vscode-powershell/pull/3911) - Add `sendKeyPress` notification used to "cancel" `Console.ReadKey`.
15+
- 🐛 ✂️ [vscode-powershell #3276](https://github.com/PowerShell/vscode-powershell/pull/3900) - Fix snippet prefixes (especially `#region`).
16+
- ✨ 📺 [vscode-powershell #3897](https://github.com/PowerShell/vscode-powershell/pull/3897) - Add PowerShell icon to Integrated Console.
17+
18+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
19+
20+
- 🐛 🙏 [PowerShellEditorServices #1751](https://github.com/PowerShell/PowerShellEditorServices/pull/1751) - Re-workaround uncancellable `Console.ReadKey`.
21+
- 🐛 ‍🕵️ [PowerShellEditorServices #1749](https://github.com/PowerShell/PowerShellEditorServices/pull/1749) - Correctly map `SuggestedCorrection` to `MarkerCorrection`. (Thanks @bergmeister!)
22+
323
## v2022.3.1-preview
424
### Thursday, March 24, 2022
525

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "powershell-preview",
33
"displayName": "PowerShell Preview",
4-
"version": "2022.3.1",
4+
"version": "2022.4.0",
55
"preview": true,
66
"publisher": "ms-vscode",
77
"description": "(Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!",

0 commit comments

Comments
 (0)