diff --git a/CHANGELOG.md b/CHANGELOG.md index 6efaad53..dc58a6cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## [3.0.2] 20-May-2025 +- Enhancements + - Allow `objectscript.multilineMethodArgs` to be set per workspace folder (#1534) + - Log out of web sessions when VS Code exits (#1540) + - Add button to show Output if it's not visible for compile errors (#1543) +- Fixes + - Fix generating of URL when debugging REST services (#1528) + - Reduce REST traffic for server-side folders (#1532) + - Show error message when a server-side file fails to open (#1536) + - Update text of all local files changed by compilation (#1538) + - Ignore duplicate file change events in local workspace folders (#1539) + - Export namespace warning check should be case-insensitive (#1541) + - Fire file change events for related documents that were updated by compilation when server-side editing (#1544) + - Improve UI for selecting the URI of a new local class created via command (#1545) + - Show server-side source control menus when right-clicking on a project workspace folder root (#1548) + - Show error message when `Preview XML as UDL` is run without an active server connection (#1552) (contributed by @yannip1234) + - Improve bracket pair colorization of Embedded SQL (#1553) + - Don't report error when deleting a local file that doesn't exist on the server (#1555) + ## [3.0.1] 04-Apr-2025 - Fixes - Fix issue where `Undo` after a save deletes the file being edited (#1524) diff --git a/README.md b/README.md index 51402e34..03538c66 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.1`, look for `3.0.2-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.2-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.0.2`, look for `3.0.3-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.3-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):