Skip to content

Commit e85a828

Browse files
Merge pull request #3941 from PowerShell/release
Release `v2022.4.3-preview`
2 parents 4c90511 + b7644e7 commit e85a828

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## v2022.4.3-preview
4+
### Thursday, April 28, 2022
5+
6+
Third release candidate. Our recent debugger and `ReadKey` overhauls revealed some other
7+
bugs that needed squashing! Please test this thoroughly. We're gaining confidence!
8+
9+
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
10+
11+
- 🐛 🙏 [vscode-powershell #3939](https://github.com/PowerShell/vscode-powershell/pull/3939) - Send `p` instead of `\0` for `sendKeyPress`.
12+
13+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
14+
15+
- 🐛 🛫 [PowerShellEditorServices #1782](https://github.com/PowerShell/PowerShellEditorServices/pull/1782) - Fix ordering of startup tasks so `psEditor` is defined before profiles are loaded.
16+
- 🐛 📟 [PowerShellEditorServices #1781](https://github.com/PowerShell/PowerShellEditorServices/pull/1781) - Bring back `WriteWithPrompt()`.
17+
- 🐛 📟 [vscode-powershell #3937](https://github.com/PowerShell/PowerShellEditorServices/pull/1779) - Update to latest PSReadLine beta (with fix for race condition).
18+
- 🐛 🔍 [PowerShellEditorServices #1778](https://github.com/PowerShell/PowerShellEditorServices/pull/1778) - Fix extra prompting and manual debugger commands.
19+
- ✨ 🚂 [PowerShellEditorServices #1777](https://github.com/PowerShell/PowerShellEditorServices/pull/1777) - Consolidate `InterruptCurrentForeground` and `MustRunInForeground`.
20+
- ✨ 🚂 [PowerShellEditorServices #1776](https://github.com/PowerShell/PowerShellEditorServices/pull/1776) - Don't cancel on disposal of `CancellationScope`.
21+
322
## v2022.4.2-preview
423
### Wednesday, April 20, 2022
524

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.4.2",
4+
"version": "2022.4.3",
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)