We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 269c2ea + 43160a4 commit f60f20eCopy full SHA for f60f20e
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.0.2 (13-Nov-2020)
2
+* Display a notification when a new server is saved.
3
+* Apply a validation pattern to `pathPrefix`.
4
+
5
## 1.0.1 (21-Oct-2020)
6
* Use transparent background for icon.
7
README.md
@@ -26,7 +26,7 @@ In this example two connections have been defined:
26
"scheme": "https",
27
"host": "webhost.local",
28
"port": 443,
29
- "pathPrefix": "iris/dev"
+ "pathPrefix": "/iris/dev"
30
},
31
"username": "alice",
32
"description": "Development server serviced by central web host over HTTPS"
0 commit comments