From ab1082622c5c6a95a239869ec07659241b387459 Mon Sep 17 00:00:00 2001 From: Andy Jordan <2226434+andyleejordan@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:32:07 -0700 Subject: [PATCH] v2024.2.0: New stable release! This release comes with PSReadLine v2.4.0-beta0 and PSScriptAnalyzer v1.22.0. It includes an overhauled support for Terminal Shell Integration, so it always supports VS Code's latest features! The codebase was cleaned up by the removal of several deprecated features. Multiple bugs were fixed in the shutdown process, default debugger configurations and IntelliSense. A setting was added to allow the exclusion of the execution policy CLI argument at startup, so that users in restricted environments are better able to launch the extension. This release went through three pre-releases. Thank you so much to all our beta testers and users for your contributions. --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeac38b001..87b96d3912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # PowerShell Extension Release History +## v2024.2.0 +### Monday, April 08, 2024 + +With PowerShell Editor Services [v3.19.0](https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v3.19.0)! + +New stable release! + +This release comes with PSReadLine v2.4.0-beta0 and PSScriptAnalyzer v1.22.0. + +It includes an overhauled support for Terminal Shell Integration, +so it always supports VS Code's latest features! + +The codebase was cleaned up by the removal of several deprecated features. +Multiple bugs were fixed in the shutdown process, +default debugger configurations and IntelliSense. +A setting was added to allow the exclusion of the execution policy CLI argument at startup, +so that users in restricted environments are better able to launch the extension. + +This release went through three pre-releases. +Thank you so much to all our beta testers and users for your contributions. + +See more details at the GitHub Release for [v2024.2.0](https://github.com/PowerShell/vscode-powershell/releases/tag/v2024.2.0). + ## v2024.3.2-preview ### Wednesday, April 03, 2024 diff --git a/package.json b/package.json index d1f33058ba..ea8dd54a86 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "powershell", "displayName": "PowerShell", - "version": "2024.3.2", + "version": "2024.2.0", "preview": false, "publisher": "ms-vscode", "description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",