You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Change Log
2
2
3
+
## [0.8.8]
4
+
- Fix retrieval of password when `objectscript.conn.server` defers to Server Manager.
5
+
- Fix command completions, broken in 0.8.7.
6
+
- Improve ObjectScript Explorer:
7
+
- Files that will be loaded from local workspace now show their filetype icon and a full path tooltip.
8
+
- Fix rare case where code would load from wrong place.
9
+
- Skip compilation of local CSP files for now.
10
+
- Improve handling of server modification date comparisons.
11
+
- Fix incorrect `Studio Action "Changed Namespace" not supported` message in output channel.
12
+
- New `objectscript.autoShowTerminal` option controlling whether terminal shows automatically when connected to docker-compose. Default is `false`.
13
+
- Add CONTRIBUTING.md document.
14
+
- Improve README information about username and password in settings.
15
+
3
16
## [0.8.7]
4
17
- Use `intersystems.servers` object for more flexible connection definitions.
5
18
- Recommend [intersystems-community.servermanager](https://marketplace.visualstudio.com/items?itemName=intersystems-community.servermanager) extension for management of `intersystems.servers` definitions.
0 commit comments