Skip to content

Commit

Permalink
Merge branch 'master' into v1.18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
JillieBeanSim committed Aug 12, 2021
2 parents 9917c4e + 598e45f commit 807d99d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
10 changes: 10 additions & 0 deletions packages/zowe-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## `1.18.0`

- Added the ability to register custom profile types in `ProfilesCache` for extenders [#1419](https://github.com/zowe/vscode-extension-for-zowe/pull/1419). Thanks @phaumer
- Added the ability to pass account and other information from tso profile [#1378](https://github.com/zowe/vscode-extension-for-zowe/pull/1378). Thanks @fswarbrick
- Add profiles cache to extenders [#1390](https://github.com/zowe/vscode-extension-for-zowe/pull/1390). Thanks @phaumer
- Status icons now reset when refreshing the explorer views [#1404](https://github.com/zowe/vscode-extension-for-zowe/pull/1404). Thanks @lauren-li
- Fixed the issue that prevented the expected error message `No valid value for z/OS URL. Operation Cancelled` from being displayed while escaping the host text box during the creation or update of a profile [#1426](https://github.com/zowe/vscode-extension-for-zowe/pull/1426). Thanks @JillieBeanSim
- Fixed the issue that invoked profile validation before updating a profile. Now a profile is validated only after the update [#1415](https://github.com/zowe/vscode-extension-for-zowe/pull/1415). Thanks @JillieBeanSim
- Fixed the issue of Zowe profiles encoding value when opening a USS file in the text editor [#1400](https://github.com/zowe/vscode-extension-for-zowe/pull/1400). Thanks @JillieBeanSim

## `1.17.0`

- Added the feature that automatically includes a missing profile in the Jobs view when submitting a job [#1386](https://github.com/zowe/vscode-extension-for-zowe/pull/1386). Thanks @nickImbirev
Expand Down
20 changes: 9 additions & 11 deletions packages/zowe-explorer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,33 +23,31 @@ More information:

## Contents

- [What's new in Zowe Explorer 1.17.0](#whats-new-in-zowe-explorer-1.17.0)
- [What's new in Zowe Explorer 1.18.0](#whats-new-in-zowe-explorer-1.18.0)
- [Prerequisites](#prerequisites)
- [Getting Started](#getting-started)
- [Sample Use Cases](#sample-use-cases)
- [Credentials Security](#credentials-security)
- [Usage Tips](#usage-tips)
- [Extending Zowe Explorer](#extending-zowe-explorer)

## What's new in Zowe Explorer 1.17.0
## What's new in Zowe Explorer 1.18.0

**Added**:

- Added the feature that automatically includes a missing profile in the Jobs view when submitting a job.
- Added the extender documentation for KeytarApi for Secure Credential Store.
- Added a new setting that enables you to hide Zowe Explorer's temporary downloads folder from a workspace.
- Added the command to refresh a particular job and get the latest information and content for its spool files.
- Added the function that enables you to delete multiple datasets and data set members.
- Added the feature that enables you to use multiple VS Code windows for files opened via Zowe Explorer.
- Added the command to refresh USS directory file names without the entire tree collapsing.
- Added the ability to register custom profile types in `ProfilesCache` for extenders.
- Added the ability to pass account and other information from tso profile.
- Add profiles cache to extenders.

**Changed**:

- Removed non-functioning code from invalid credentials for Theia.
- Status icons now reset when refreshing the explorer views.

**Fixed**:

- Fixed the issue with the USS search and update profile errors for profiles without credentials.
- Fixed the issue that prevented the expected error message `No valid value for z/OS URL. Operation Cancelled` from being displayed while escaping the host text box during the creation or update of a profile.
- Fixed the issue that invoked profile validation before updating a profile. Now a profile is validated only after the update.
- Fixed the issue of Zowe profiles encoding value when opening a USS file in the text editor.

For more information, see [Changelog](https://marketplace.visualstudio.com/items/Zowe.vscode-extension-for-zowe/changelog).

Expand Down

0 comments on commit 807d99d

Please sign in to comment.