Skip to content

Commit 92ef063

Browse files
committed
1.1.0 - update README and CHANGELOG, bump minor version
1 parent c14d512 commit 92ef063

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

3+
## [1.1.0] 08-Nov-2021
4+
- Enhancements
5+
- Add 'Show Class Documentation Preview' button and command.
6+
- Improve how line comment markers carry over when newline is entered (#541)
7+
- Allow server-side source control class UserAction method call with Action=3 to launch an http/s or ftp/s URL in the external browser (contributed by @a-boertien).
8+
- Add support for conditional breakpoints.
9+
- Improve documentation.
10+
- Fixes
11+
- Prevent save of isfs class if filename doesn't match the class it defines (#410)
12+
- Refresh ObjectScript Explorer after export (#502)
13+
- Improve message when `/api/atelier` web application is disabled or missing (#752)
14+
- Correctly handle dots in routine names, preventing two copies of the same routine from being opened concurrently (#748)
15+
- Handle multiple selections when performing compile or delete from ObjectScript Explorer (#746)
16+
- Revert document instead of attempting an undo when server-side source control signals this is necessary.
17+
- Resolve issue causing unusable authentication page after CSP timeout.
18+
- Fix XML to UDL conversion.
19+
- Upgrade vulnerable dependencies.
20+
321
## [1.0.14] 20-Sep-2021
422
- Require confirmation before compiling all code in namespace (#677)
523
- Respect `maxResults` parameter when running server-side search (#713)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ To unlock these features (optional):
5656

5757
1. Download and install a beta version from GitHub. This is necessary because Marketplace does not allow publication of extensions that use proposed APIs.
5858
- Go to https://github.com/intersystems-community/vscode-objectscript/releases
59-
- Locate the beta immediately above the release you installed from Marketplace. For instance, if you installed `1.0.14`, look for `1.0.15-beta.1`. This will be functionally identical to the Marketplace version apart from being able to use proposed APIs.
60-
- Download the VSIX file (for example `vscode-objectscript-1.0.15-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.
59+
- Locate the beta immediately above the release you installed from Marketplace. For instance, if you installed `1.1.0`, look for `1.1.1-beta.1`. This will be functionally identical to the Marketplace version apart from being able to use proposed APIs.
60+
- Download the VSIX file (for example `vscode-objectscript-1.1.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.
6161

6262
2. From [Command Palette](https://code.visualstudio.com/docs/getstarted/tips-and-tricks#_command-palette) choose `Preferences: Configure Runtime Arguments`.
6363
3. In the argv.json file that opens, add this line:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-objectscript",
33
"displayName": "InterSystems ObjectScript",
44
"description": "InterSystems ObjectScript language support for Visual Studio Code",
5-
"version": "1.0.15-SNAPSHOT",
5+
"version": "1.1.0-SNAPSHOT",
66
"icon": "images/logo.png",
77
"aiKey": "9cd75d51-697c-406c-a929-2bcf46e97c64",
88
"categories": [

0 commit comments

Comments
 (0)