Skip to content

Commit 95404ec

Browse files
committed
update changelog and bump version to 0.20.0
1 parent dde3e7e commit 95404ec

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## 0.0.20 (May 2, 2019)
4+
* URL management for a component in Application Explorer
5+
* Showcase URL names as child nodes inside a component in Application Explorer
6+
* Allow Delete and Open in Browser for an individual URL
7+
* Display hostname and port information when selecting the URL to open in browser
8+
* Add `OpenShift Connector: Output verbosity level` setting. This helps to configure Output verbosity level (value between 0 and 9) for OpenShift Create, Push and Watch commands in output channel and terminal view
9+
* Remove deprecated `opn` module with `open` npm module
10+
* Nodes are sorted alphabetically in Explorer view
11+
* `.vsix` files are added to the release builds
12+
313
## 0.0.19 (April 10, 2019)
414
* Cache OpenShift Application Explorer nodes to avoid extra `odo` calls
515
* Reveal new created objects directly in the Explorer View

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-openshift-connector",
33
"displayName": "OpenShift Connector",
44
"description": "Interacting with Red Hat OpenShift clusters and providing a streamlined developer experience using Visual Studio Code",
5-
"version": "0.0.19",
5+
"version": "0.0.20",
66
"license": "MIT",
77
"publisher": "redhat",
88
"author": "Red Hat",

0 commit comments

Comments
 (0)