Skip to content

Commit 7ac7e8e

Browse files
Merge pull request #68 from gjsjohnmurray/prepare-1.0.4
Prepare 1.0.4 release
2 parents 1ea0f33 + 17785dd commit 7ac7e8e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.4 (01-Feb-2021)
2+
* Add `/hideEmbeddedEntries` boolean to `intersystems.servers` to hide 'default~iris' etc from lists (#64).
3+
* Make the `/default` setting work as designed.
4+
* Fix problem that blocked 1.0.3 publication.
5+
16
## 1.0.3 (15-Jan-2021)
27
* On Windows, add `Import Servers from Registry`command to import server definitions from registry (#1).
38
* Disallow the `'.'` character in server names (#60).

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ In this example two connections have been defined:
4141
},
4242
"description": "My local IRIS instance"
4343
},
44-
"/default": "my-local"
44+
"/default": "my-local",
45+
"/hideEmbeddedEntries": true
4546
}
4647
```
4748

@@ -51,6 +52,8 @@ Notice how you can add a `description` property to each connection. This will be
5152

5253
Servers are displayed in the quickpick in the order they are defined in the JSON file. The exception is that if a server name is set as the value of the `/default` property (see example above) it will be shown first in the list.
5354

55+
A set of embedded servers with names beginning `default~` will appear at the end of the quickpick unless you add the property `"/hideEmbeddedEntries": true` to your `intersystems.server` object (see above).
56+
5457
## Removing a stored password
5558

5659
The command `InterSystems Server Manager: Clear Password from Keychain` removes a stored password.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "servermanager",
33
"displayName": "InterSystems Server Manager",
4-
"version": "1.0.3-SNAPSHOT",
4+
"version": "1.0.4-SNAPSHOT",
55
"publisher": "intersystems-community",
66
"description": "Helper extension for defining connections to InterSystems servers.",
77
"repository": {

0 commit comments

Comments
 (0)