Skip to content

Commit

Permalink
Merge branch 'v1.18.x' into pipeline-fx
Browse files Browse the repository at this point in the history
  • Loading branch information
jellypuno committed Aug 26, 2021
2 parents 4b96660 + 47a9b54 commit d6f995f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
9 changes: 8 additions & 1 deletion packages/zowe-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@

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

## `1.18.1`

- Improved integration tests for greater efficiency [#1430](https://github.com/zowe/vscode-extension-for-zowe/pull/1430). Thanks @katelynienaber
- Added a reminder to the PR template to create a PR from `master` to `next` after PR is merged into `master` branch [#1446](https://github.com/zowe/vscode-extension-for-zowe/pull/1446). Thanks @JillieBeanSim
- Added @zowe/cli dependency to API [#1445](https://github.com/zowe/vscode-extension-for-zowe/pull/1445). Thanks @phaumer
- Fix for the issue that caused mismatching of GitHub VSIX Zowe Explorer releases [#1442](https://github.com/zowe/vscode-extension-for-zowe/pull/1442). Thanks @katelynienaber

## `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
- Added 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
Expand Down
11 changes: 8 additions & 3 deletions packages/zowe-explorer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ More information:

## Contents

- [What's new in Zowe Explorer 1.18.0](#whats-new-in-zowe-explorer-1.18.0)
- [What's new in Zowe Explorer 1.18](#whats-new-in-zowe-explorer-118)
- [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.18.0
## What's new in Zowe Explorer 1.18

**Added**:

- 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.
- Added profiles cache to extenders.

**Changed**:

Expand All @@ -48,6 +48,11 @@ More information:
- 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.
- Patch 1.18.1:
- Added a reminder to the PR template to create a PR from `master` to `next` after PR is merged into `master` branch.
- Added @zowe/cli dependency to API.
- Improved integration tests for greater efficiency.
- Fix for the issue that caused mismatching of GitHub VSIX Zowe Explorer releases.

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

Expand Down

0 comments on commit d6f995f

Please sign in to comment.