From fc4d45afbe66f6d28dfee7a7dcf9fb89cdef0e71 Mon Sep 17 00:00:00 2001 From: Colin Stone <30794003+Colin-Stone@users.noreply.github.com> Date: Mon, 3 Feb 2020 08:42:55 +0000 Subject: [PATCH 1/4] v1.2 Changelog Signed-off-by: Colin Stone <30794003+Colin-Stone@users.noreply.github.com> --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3722317730..384d50f42c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,29 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documented in this file. + +## `1.2.0` + +- Support CLI plugin extensibility Thanks @phaumer +- Addressed 'Uploading zip file (binary)' silent failures. Thanks @stepanzharychevbroadcom +- Consistency updates for context menu. Thanks @sladyn98 +- Automatically use Changelog contents in pipeline as release description. Thanks @awharn +- Provision of warning message after two failed login attempts. Thanks @jellypuno +- Consistency, added filter tip to convey ability to add multiple filters entries. Thanks @katelynienaber +- Code improvement - Centralized error handling. Thanks @crawr +- Integration Script updates. Thanks @zFernand0 +- Keytar (Secure credentials) compatibility support. @Colin-Stone +- Improved usability of MVS Command feature including 'Recall' function. @Colin-Stone +- Fixed issue where Job folder did not auto-expand. @Colin-Stone +- Use Progress indicator wrapper around longer running list functions. @Colin-Stone + ## `1.1.0` - Updates to Readme to include links to Theia Readme. Thanks @IgorCATech - Fix for incorrect profile name in some favorites. Thanks @lauren-li - Update dataset filters on dataset creation. Thanks @katelynienaber - Include VSIX in Github release. Thanks @zFernand0 +- Fix dataset delete fails silently bug. @Colin-Stone - Fix to handle "Show Dataset Attributes" in Favorites. Thanks @katelynienaber - Enhancements to profile creation. Thanks @jellypuno - Theia specific QuickPick modifications. Thanks @phaumer diff --git a/package.json b/package.json index 9d42878bb9..f2a00015a3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-extension-for-zowe", "displayName": "%displayName%", "description": "%description%", - "version": "1.1.0", + "version": "1.2.0", "publisher": "Zowe", "author": "Zowe", "license": "EPL-2.0", From e2e1592ef8e6b40f2eeb2b4323c5e010b8ad6980 Mon Sep 17 00:00:00 2001 From: Colin Stone <30794003+Colin-Stone@users.noreply.github.com> Date: Mon, 3 Feb 2020 08:49:07 +0000 Subject: [PATCH 2/4] Lint strop Signed-off-by: Colin Stone <30794003+Colin-Stone@users.noreply.github.com> --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 384d50f42c..a77331159e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,11 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documented in this file. - ## `1.2.0` - Support CLI plugin extensibility Thanks @phaumer - Addressed 'Uploading zip file (binary)' silent failures. Thanks @stepanzharychevbroadcom -- Consistency updates for context menu. Thanks @sladyn98 +- Consistency updates for context menu. Thanks @sladyn98 - Automatically use Changelog contents in pipeline as release description. Thanks @awharn - Provision of warning message after two failed login attempts. Thanks @jellypuno - Consistency, added filter tip to convey ability to add multiple filters entries. Thanks @katelynienaber From 3e6cb761e8ed525564fd1fe5e4dbe3813c33134a Mon Sep 17 00:00:00 2001 From: Colin Stone <30794003+Colin-Stone@users.noreply.github.com> Date: Mon, 3 Feb 2020 13:24:55 +0000 Subject: [PATCH 3/4] Include text binary choice Signed-off-by: Colin Stone <30794003+Colin-Stone@users.noreply.github.com> --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a77331159e..7f74d84c34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen ## `1.2.0` - Support CLI plugin extensibility Thanks @phaumer +- Managing text/binary download choice. Thanks @stepanzharychevbroadcom - Addressed 'Uploading zip file (binary)' silent failures. Thanks @stepanzharychevbroadcom - Consistency updates for context menu. Thanks @sladyn98 - Automatically use Changelog contents in pipeline as release description. Thanks @awharn From cd164472d75709dc5972f7056c6ca37301f4f3e6 Mon Sep 17 00:00:00 2001 From: Colin Stone <30794003+Colin-Stone@users.noreply.github.com> Date: Mon, 3 Feb 2020 17:26:50 +0000 Subject: [PATCH 4/4] Two more fixes Signed-off-by: Colin Stone <30794003+Colin-Stone@users.noreply.github.com> --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f74d84c34..cf2f5daed7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,15 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen ## `1.2.0` -- Support CLI plugin extensibility Thanks @phaumer +- Support CLI plugin extensibility. Thanks @phaumer +- Fixed Issue for filters after creating dataset. Thanks @phaumer - Managing text/binary download choice. Thanks @stepanzharychevbroadcom - Addressed 'Uploading zip file (binary)' silent failures. Thanks @stepanzharychevbroadcom - Consistency updates for context menu. Thanks @sladyn98 - Automatically use Changelog contents in pipeline as release description. Thanks @awharn - Provision of warning message after two failed login attempts. Thanks @jellypuno - Consistency, added filter tip to convey ability to add multiple filters entries. Thanks @katelynienaber +- Tree view refresh when dataset memberadded or deleted. Thanks @katelynienaber - Code improvement - Centralized error handling. Thanks @crawr - Integration Script updates. Thanks @zFernand0 - Keytar (Secure credentials) compatibility support. @Colin-Stone