Skip to content

Commit

Permalink
Merge pull request #547 from zowe/v1.3Changelog
Browse files Browse the repository at this point in the history
Version 1.3 updates
  • Loading branch information
zFernand0 committed Feb 25, 2020
2 parents 8674bef + 54b9d0d commit cbb5bf1
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 21 deletions.
66 changes: 46 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

All notable changes to the "vscode-extension-for-zowe" extension will be documented in this file.

## `1.3.0`

- Dependency on ~/.zowe folder existing removed. Thanks @tjohnsonBCM
- Label changes for specific datset functionality. Thanks @CForrest97
- Zowe Explorer to incorporate @zowe CLI implementation. Thanks @zFernand0
- Profiles manage other profile types apart from zosmf. Thanks @Colin-Stone
- Exploit imperative bundled keytar for secure credentials when standalone. Thanks @Colin-Stone

## `1.2.4`

- Fix to Credentials initialization to wait on promise. Thanks @Colin-Stone

## `1.2.3`

- Secure credentials backwards compatibility. Thanks @tjohnsonBCM

## `1.2.2`

- Fix requirement of ~/.zowe folder. Thanks @phaumer

## `1.2.1`

- Fix for automatic release of VSIX. Thanks @awharn
- Fixed creating data sets causes tree to lose expand behavior issue. Thanks @katelynienaber
- Fixed issue with undefined node. Thanks @Colin-Stone

## `1.2.0`

- Support CLI plugin extensibility. Thanks @phaumer
Expand All @@ -15,18 +41,18 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen
- 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
- 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
- Keytar (Secure credentials) compatibility support. Thanks @Colin-Stone
- Improved usability of MVS Command feature including 'Recall' function. Thanks @Colin-Stone
- Fixed issue where Job folder did not auto-expand. Thanks @Colin-Stone
- Use Progress indicator wrapper around longer running list functions. Thanks @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 dataset delete fails silently bug. Thanks @Colin-Stone
- Fix to handle "Show Dataset Attributes" in Favorites. Thanks @katelynienaber
- Enhancements to profile creation. Thanks @jellypuno
- Theia specific QuickPick modifications. Thanks @phaumer
Expand Down Expand Up @@ -66,35 +92,35 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen
## 0.28.0

- Provide ability to add new profiles in explorer. Thanks @crawr, @jellypuno
- Recognize migrated dataset context. @Colin-Stone
- Fix dataset delete fails silently bug. @Colin-Stone
- Recognize migrated dataset context. Thanks @Colin-Stone
- Fix dataset delete fails silently bug. Thanks @Colin-Stone

## 0.27.0

- Name change to Zowe Explorer
- Enhancements to the History recall 'QuickPick' dialogs. @Colin-Stone
- Favorites are now sorted. @Colin-Stone
- Enhancements to the History recall 'QuickPick' dialogs. Thanks @Colin-Stone
- Favorites are now sorted. Thanks @Colin-Stone

## 0.26.1

- Fix vulnerabilities related to brightside-core

## 0.26.0

- Added Persistence for profiles selection. @Colin-Stone
- Performance enhancements for Profile loading operations. @Colin-Stone
- Filter rewording. @Colin-Stone
- Added Persistence for profiles selection. Thanks @Colin-Stone
- Performance enhancements for Profile loading operations. Thanks @Colin-Stone
- Filter rewording. Thanks @Colin-Stone

## 0.25.0

- Add Edit to context menu for MVS and USS Tree. Thanks to Rodney-Wilson
- Restructured all search and filters dialogs to incorporate a recall/history function. @Colin-Stone
- Added Search Favorite for USS Favorites. @Colin-Stone
- Added Job and Search Favorite for Jobs. @Colin-Stone
- Provided support for specifying jobs by job id. @Colin-Stone
- Fixed issue with submitting datasets job link. @Colin-Stone
- Fixed label for Jobs Refresh All. @Colin-Stone
- Minor icon improvement to distinguish Favorites from LPAR's. @Colin-Stone
- Restructured all search and filters dialogs to incorporate a recall/history function. Thanks @Colin-Stone
- Added Search Favorite for USS Favorites. Thanks @Colin-Stone
- Added Job and Search Favorite for Jobs. Thanks @Colin-Stone
- Provided support for specifying jobs by job id. Thanks @Colin-Stone
- Fixed issue with submitting datasets job link. Thanks @Colin-Stone
- Fixed label for Jobs Refresh All. Thanks @Colin-Stone
- Minor icon improvement to distinguish Favorites from LPAR's. Thanks @Colin-Stone
- Support copy path Thanks @lauren-li
- Progress Bar animation on opening large files. Thanks to Rodney-Wilson

Expand Down Expand Up @@ -141,7 +167,7 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen

## 0.20.0

- Combined Spool files with Jobs in Jobs view. Colin Stone
- Combined Spool files with Jobs in Jobs view. Thanks Colin Stone

## 0.19.1

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-extension-for-zowe",
"displayName": "%displayName%",
"description": "%description%",
"version": "1.2.0",
"version": "1.3.0",
"publisher": "Zowe",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down

0 comments on commit cbb5bf1

Please sign in to comment.