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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Change Log
2
2
3
+
## [1.5.2022020301] 03-Feb-2022 pre-release
4
+
- Fixes
5
+
- Allow `serverForUri` to return password for unnamed server (#837)
6
+
- Enhancements
7
+
- Use CI for publishing pre-releases
8
+
9
+
## [1.5.2022011402] 14-Jan-2022 pre-release #2
10
+
Add 1.4.1 changes
11
+
12
+
## [1.5.2022011401] 14-Jan-2022 pre-release
13
+
Add 1.4.0 changes.
14
+
3
15
## [1.4.1] 14-Jan-2022
4
16
- Fixes
5
17
- Version 1.4.0 is failing to activate (#827)
@@ -18,6 +30,16 @@
18
30
- Properly return options for the Server Command menu for isfs-readonly files (#811)
19
31
- Remove `vscode-objectscript-output` language from selector (#805)
20
32
33
+
## [1.5.2021121601] 16-Dec-2021 pre-release
34
+
- Fixes
35
+
- Correctly remove password from `serverForUri` response.
36
+
- Remove `vscode-objectscript-output` language from selector (#805)
37
+
38
+
## [1.5.2021121001] 10-Dec-2021 pre-release
39
+
- Enhancements
40
+
- Use the authentication provider in Server Manager version 3 to retrieve connection passwords in a way which requires explicit consent from the VS Code user.
41
+
- No longer return connection's password in result of `serverForUri` API.
42
+
21
43
## [1.2.2] 07-Dec-2021
22
44
- Fixes
23
45
- Exporting not working with new version 1.2.1 (#799)
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
This is a pre-release which improves security as follows:
20
20
- Uses the authentication provider in Server Manager version 3 to retrieve connection passwords in a way which requires explicit consent from the VS Code user.
21
-
- No longer returns a connection's password in the result of the `serverForUri` API.
21
+
- No longer returns a named server connection's password in the result of the `serverForUri` API.
0 commit comments