From 4619f0447029021dfc50bdc61f10b0664ef7711b Mon Sep 17 00:00:00 2001 From: Brett Saviano Date: Fri, 3 Oct 2025 11:49:36 -0400 Subject: [PATCH] Prepare 3.2.0 release --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5173f61a..5e5d1f19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## [3.2.0] 06-Oct-2025 +Minimum VS Code version is now 1.104.0. +- Enhancements + - Better error handling when expanding InterSystems and Projects Explorers (#1652) + - Allow opening low-code editors from read-only file systems (#1655) + - Add command for showing all class members, including inherited (#1656) + - Allow commands to be re-run in the Lite Terminal from VS Code shell integration without user confirmation (#1654) + - Allow pasting of multi-line content into Lite Terminal `READ` prompts (#1654) +- Fixes + - Fix stringification of `AggregateError` (#1651) + - Work around VS Code bug to allow re-running of multi-line commands in Lite Terminal from VS Code shell integration (#1654) + - Correctly capture Lite Terminal command output in shell integration (#1654) + - Fix some edge cases where the Lite Terminal cursor and text could get out of sync (#1654) + - Copy Windows filesystem file correctly to `isfs` filesystem (#1658) + - Upgrade dependencies (#1650, #1653) + ## [3.0.6] 09-Sep-2025 - Enhancements - Add `objectscript.unitTest.enabled` setting (#1627) diff --git a/README.md b/README.md index b30f870d..e9cbb239 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ To unlock these features (optional): 1. Download and install a beta version from GitHub. This is necessary because Marketplace does not allow publication of extensions that use proposed APIs. - Go to https://github.com/intersystems-community/vscode-objectscript/releases - - Locate the beta immediately above the release you installed from Marketplace. For instance, if you installed `3.0.6`, look for `3.0.7-beta.1`. This will be functionally identical to the Marketplace version apart from being able to use proposed APIs. - - Download the VSIX file (for example `vscode-objectscript-3.0.7-beta.1.vsix`) and install it. One way to install a VSIX is to drag it from your download folder and drop it onto the list of extensions in the Extensions view of VS Code. + - Locate the beta immediately above the release you installed from Marketplace. For instance, if you installed `3.2.0`, look for `3.2.1-beta.1`. This will be functionally identical to the Marketplace version apart from being able to use proposed APIs. + - Download the VSIX file (for example `vscode-objectscript-3.2.1-beta.1.vsix`) and install it. One way to install a VSIX is to drag it from your download folder and drop it onto the list of extensions in the Extensions view of VS Code. 2. From [Command Palette](https://code.visualstudio.com/docs/getstarted/tips-and-tricks#_command-palette) choose `Preferences: Configure Runtime Arguments`. 3. In the argv.json file that opens, add this line (required for both Stable and Insiders versions of VS Code):