From 65c66c643df425d9d91c521fde2739e18986febe Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Tue, 3 May 2022 14:23:42 -0700 Subject: [PATCH 1/2] Update CHANGELOG for `v2022.5.0` --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b950651de..05210b958e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # PowerShell Extension Release History +## v2022.5.0 +### Tuesday, May 03, 2022 + +#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell) + +Welcome to the new and improved PowerShell for Visual Studio Code! + +This update represents a complete overhaul of the core PowerShell engine of PowerShell +Editor Services, intending to create a more reliable and stable user experience. This +release represents nearly two years' work, tracked in PSES +[#1295](https://github.com/PowerShell/PowerShellEditorServices/issues/1295) and +implemented in PSES +[#1459](https://github.com/PowerShell/PowerShellEditorServices/pull/1459). It is our +response to many issues opened by users over the last several years. + +Thank you to all of the community members who opened issues which helped motivate this +major update. + +These major updates have also been tested over the last 6 months, in 13 releases of our +[PowerShell Preview extension for Visual Studio +Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell-preview). A +huge thank you to all of the community members who have tested these changes to the +extension and have worked with us to polish the extension before releasing it through our +stable channel. + +Please see our +[blog](https://devblogs.microsoft.com/powershell/major-update-to-the-powershell-extension-for-visual-studio-code) +for more details! + +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) + +- ✨ 🙏 [PowerShellEditorServices #1787](https://github.com/PowerShell/PowerShellEditorServices/pull/1787) - Bump PSReadLine to `v2.2.5`. + ## v2022.5.0-preview ### Monday, May 02, 2022 From cebdd0a7fff071e868db1cfeae5ead3eed7f3496 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Tue, 3 May 2022 14:23:42 -0700 Subject: [PATCH 2/2] Bump version to `v2022.5.0` --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6d49e4b195..5a78b952a7 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "powershell-preview", - "displayName": "PowerShell Preview", + "name": "powershell", + "displayName": "PowerShell", "version": "2022.5.0", - "preview": true, + "preview": false, "publisher": "ms-vscode", - "description": "(Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!", + "description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!", "engines": { "vscode": "^1.59.0" }, @@ -16,7 +16,7 @@ "Snippets", "Linters" ], - "icon": "media/PowerShell_Preview_Icon.png", + "icon": "media/PowerShell_Icon.png", "galleryBanner": { "color": "#ACD1EC", "theme": "light"