diff --git a/CHANGELOG.md b/CHANGELOG.md index 957961f..2c548f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 0.6.2 +### Bug fixes +- Font for "Resource Does Not Exist" text on no resource view doesn't pop in on first reveal +- Reference and latest images are center aligned in the Two-Up diff view + ## 0.6.1 ### Bug fixes - Tree view refresh works correctly when there is only one workspace folder diff --git a/package.json b/package.json index 05280cf..c123572 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Terra WDIO Helper", "description": "A tool to help analyze Terra WDIO test results", "icon": "resources/images/extension_icon.png", - "version": "0.6.1", + "version": "0.6.2", "publisher": "juzerzarif", "license": "SEE LICENSE IN LICENSE.txt", "repository": { @@ -31,10 +31,6 @@ "terra-toolkit", "cerner" ], - "galleryBanner": { - "color": "#EC4F1F", - "theme": "dark" - }, "activationEvents": [ "onView:terraWdioHelper" ], diff --git a/resources/images/extension_icon.png b/resources/images/extension_icon.png index fd9aca0..c01d81d 100644 Binary files a/resources/images/extension_icon.png and b/resources/images/extension_icon.png differ