Skip to content

Commit c2ab768

Browse files
Merge pull request #273 from gjsjohnmurray/release-0.8.9
Changelog for 0.8.9
2 parents 8f66cdd + 2646e6d commit c2ab768

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

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

3+
## [0.8.9]
4+
- Fix saving of isfs-type server-side editing, broken in 0.8.8.
5+
- Implement double-click opening from ObjectScript Explorer.
6+
- Make ObjectScript Explorer handle non-isfs multi-server multi-root workspace correctly.
7+
- Reload VS Code Explorer tree after successful connection.
8+
- Fix some issues with `export.addCategory` setting:
9+
- Resolve error when non-string was used as folder value.
10+
- If setting contains multiple patterns, check all of them, in given order.
11+
- Fix server-side searching of isfs-type root that uses `intersystems.servers` for its connection.
12+
- Server-side searching uses a VS Code API that is still (1.48) at "proposed" stage. See [here](https://github.com/intersystems-community/vscode-objectscript/issues/126#issuecomment-674089387) for instructions on how to use this pre-release feature.
13+
- No longer use progress indicator when server-side source control displays a page.
14+
- Do not call server-side AfterUserAction if not necessary.
15+
- Upgrade vulnerable dependencies.
16+
317
## [0.8.8]
418
- Fix retrieval of password when `objectscript.conn.server` defers to Server Manager.
519
- Fix command completions, broken in 0.8.7.

0 commit comments

Comments
 (0)