Skip to content

Commit

Permalink
Merge pull request #1398 from zowe/(doc)-1.17.0
Browse files Browse the repository at this point in the history
(Doc) Update the 1.17.0 Readme and Changelog
  • Loading branch information
jellypuno authored Jul 16, 2021
2 parents fe9c699 + 9664cf1 commit 65f7742
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
12 changes: 12 additions & 0 deletions packages/zowe-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## `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
- Added the extender documentation for KeytarApi for Secure Credential Store [#1384](https://github.com/zowe/vscode-extension-for-zowe/pull/1384). Thanks @JillieBeanSim
- Added a new setting that enables you to hide Zowe Explorer's temporary downloads folder from a workspace [#1373](https://github.com/zowe/vscode-extension-for-zowe/pull/1373). Thanks @crawr
- Added the command to refresh a particular job and get the latest information and content for its spool files [#1363](https://github.com/zowe/vscode-extension-for-zowe/pull/1363). Thanks @nickImbirev
- Added the function that enables you to delete multiple datasets and data set members [#1323](https://github.com/zowe/vscode-extension-for-zowe/pull/1323). Thanks @katelynienaber
- Added the feature that enables you to use multiple VS Code windows for files opened via Zowe Explorer [#1347](https://github.com/zowe/vscode-extension-for-zowe/pull/1347). Thanks @JillieBeanSim
- Added the command to refresh USS directory file names without the entire tree collapsing [#1369](https://github.com/zowe/vscode-extension-for-zowe/pull/1369). Thanks @rudyflores
- Removed non-functioning code from invalid credentials for Theia [#1371](https://github.com/zowe/vscode-extension-for-zowe/pull/1371). Thanks @lauren-li
- Fixed the issue with USS Search and Update Profile errors for profiles without credentials [#1391](https://github.com/zowe/vscode-extension-for-zowe/pull/1391). Thanks @lauren-li

## `1.16.0`

- Added the refresh data set member names option. You can now retrieve a new list of members from the mainframe [#1343](https://github.com/zowe/vscode-extension-for-zowe/pull/1343). Thanks @rudyflores
Expand Down
19 changes: 11 additions & 8 deletions packages/zowe-explorer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,33 @@ More information:

## Contents

- [What's new in Zowe Explorer 1.16.0](#whats-new-in-zowe-explorer-1.16.0)
- [What's new in Zowe Explorer 1.17.0](#whats-new-in-zowe-explorer-1.17.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.16.0
## What's new in Zowe Explorer 1.17.0

**Added**:

- Added the refresh data set member names option. You can now retrieve a new list of members from the mainframe.
- Added the best practice documentation for error handling.
- Added the developer guide for adding commands to core Zowe Explorer menus.
- 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.

**Changed**:

- Standardized context group names.
- Removed non-functioning code from invalid credentials for Theia.

**Fixed**:

- Fixed the error message that popped up when accessing a profile from Favorites.
- Fixed the issue that prevented the Allocate Like feature from working correctly.
- Fixed the issue with the USS search and update profile errors for profiles without credentials.

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

Expand Down

0 comments on commit 65f7742

Please sign in to comment.