|
1 | 1 | # PowerShell Extension Release History
|
2 | 2 |
|
| 3 | +## v2021.2.0-preview |
| 4 | +### Friday, February 19, 2021 |
| 5 | +#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell) |
| 6 | + |
| 7 | +- 🛫 🐛 [vscode-powershell #3132](https://github.com/PowerShell/vscode-powershell/pull/3132) - |
| 8 | + Use new brew cask installation syntax for PowerShell installation. (Thanks @philippkahr!) |
| 9 | +- 📺 🐛 [vscode-powershell #3177](https://github.com/PowerShell/vscode-powershell/pull/3177) - |
| 10 | + Disable VSCode Notebook API prototype while the API is still unstable. |
| 11 | +- 👷 ✨ [vscode-powershell #3162](https://github.com/PowerShell/vscode-powershell/pull/3162) - |
| 12 | + Rewrite release signing pipeline. |
| 13 | +- 💎 🐛 [vscode-powershell #3129](https://github.com/PowerShell/vscode-powershell/pull/3129) - |
| 14 | + Add braces to PSCustomObject snippet to play nice with auto-closing pairs. |
| 15 | +- 📖 ✨ [vscode-powershell #3152](https://github.com/PowerShell/vscode-powershell/pull/3152) - |
| 16 | + Add @andschwa to the README as maintainer. |
| 17 | +- 👷 🐛 [vscode-powershell #3099](https://github.com/PowerShell/vscode-powershell/pull/3099) - |
| 18 | + Update dependencies to fix CI on macOS. |
| 19 | +- 🐢 🐛 [vscode-powershell #3089](https://github.com/PowerShell/vscode-powershell/pull/3089) - |
| 20 | + Remove hardcoded output format. |
| 21 | +- 📖 🐛 [vscode-powershell #3086](https://github.com/PowerShell/vscode-powershell/pull/3086) - |
| 22 | + Fix typo in description of legacy codelens description. (Thanks @nexxai!) |
| 23 | +- 🚂 ✨ [vscode-powershell #3053](https://github.com/PowerShell/vscode-powershell/pull/3053) - |
| 24 | + Use VSCode telemetry endpoint for PSES telemetry. |
| 25 | +- 🚂 ✨ [vscode-powershell #3047](https://github.com/PowerShell/vscode-powershell/pull/3047) - |
| 26 | + Update language server client. |
| 27 | +- 🐢 ✨ [vscode-powershell #2998](https://github.com/PowerShell/vscode-powershell/pull/2998) - |
| 28 | + Added Pester v5 support to problem matcher. (Thanks @fflaten!) |
| 29 | +- ✂️ 🐛 [vscode-powershell #3023](https://github.com/PowerShell/vscode-powershell/pull/3023) - |
| 30 | + Ensure help completions only run on powershell scripts. |
| 31 | +- 🛫 🐛 [vscode-powershell #2973](https://github.com/PowerShell/vscode-powershell/pull/2973) - |
| 32 | + Fix session menu fails to open when PowerShell extension is starting. (Thanks @jeffpatton1971!) |
| 33 | + |
| 34 | +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) |
| 35 | + |
| 36 | +- 👷 ✨ [PowerShellEditorServices #1408](https://github.com/PowerShell/PowerShellEditorServices/pull/1408) - |
| 37 | + Rewrite release signing pipeline. |
| 38 | +- 🚨 ✨ [PowerShellEditorServices #1398](https://github.com/PowerShell/PowerShellEditorServices/pull/1398) - |
| 39 | + Refactor e2e tests. |
| 40 | +- 🚂 ✨ [PowerShellEditorServices #1381](https://github.com/PowerShell/PowerShellEditorServices/pull/1381) - |
| 41 | + Hook up Telemetry LSP event and add telemetry event when users opt-out/in to features. |
| 42 | +- 👷 🐛 [PowerShellEditorServices #1397](https://github.com/PowerShell/PowerShellEditorServices/pull/1397) - |
| 43 | + More compliant NuGet.config. |
| 44 | +- 📺 🐛 [vscode-powershell #3071](https://github.com/PowerShell/PowerShellEditorServices/pull/1394) - |
| 45 | + Fix #1393: Always use local help to return cmdlet help text. (Thanks @deadlydog!) |
| 46 | +- 🚂 ✨ [PowerShellEditorServices #1376](https://github.com/PowerShell/PowerShellEditorServices/pull/1376) - |
| 47 | + Move to Omnisharp lib 0.18.x. |
| 48 | +- 🛫 🐛 [vscode-powershell #2965](https://github.com/PowerShell/PowerShellEditorServices/pull/1363) - |
| 49 | + Fix error when started in low .NET versions. |
| 50 | +- 📖 🐛 [PowerShellEditorServices #1364](https://github.com/PowerShell/PowerShellEditorServices/pull/1364) - |
| 51 | + Typos in README.md. (Thanks @robotboyfriend!) |
| 52 | + |
3 | 53 | ## v2020.9.0-preview
|
4 | 54 | ### Wednesday, September 16, 2020
|
5 | 55 | #### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
|
|
0 commit comments