Skip to content

Commit

Permalink
Merge branch 'next' of https://github.com/zowe/zowe-explorer-vscode i…
Browse files Browse the repository at this point in the history
…nto feat/int-term

Signed-off-by: zFernand0 <[email protected]>
  • Loading branch information
zFernand0 committed Aug 29, 2024
2 parents b2c63e6 + ae46c91 commit 3bd0c3d
Show file tree
Hide file tree
Showing 17 changed files with 1,027 additions and 104 deletions.
10 changes: 9 additions & 1 deletion packages/zowe-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen
- Added remote lookup functionality for Data Sets and USS, allowing Zowe Explorer to locate and resolve mainframe resources on demand. [#3040](https://github.com/zowe/zowe-explorer-vscode/pull/3040)
- Implemented change detection in the Data Sets and USS filesystems, so that changes on the mainframe will be reflected in opened editors for Data Sets and USS files. [#3040](https://github.com/zowe/zowe-explorer-vscode/pull/3040)
- Implemented a "Show as Table" option for profile nodes in the Jobs tree, displaying lists of jobs in a tabular view. Jobs can be filtered and sorted within this view, and users can select jobs to cancel, delete or download. [#2258](https://github.com/zowe/zowe-explorer-vscode/issues/2258)
- Replaced `lodash` dependency with `es-toolkit` to reduce webview bundle size and add technical currency. [#3060](https://github.com/zowe/zowe-explorer-vscode/pull/3060)

### Bug fixes

Expand All @@ -72,6 +73,7 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen
- Update Zowe SDKs to `8.0.0-next.202407232256` for technical currency. [#2994](https://github.com/zowe/zowe-explorer-vscode/pull/2994)
- Addressed breaking changes from the Zowe Explorer API package.[#2952](https://github.com/zowe/zowe-explorer-vscode/issues/2952)
- Fixed data set not opening when the token has expired. [#3001](https://github.com/zowe/zowe-explorer-vscode/issues/3001)
- Fixed an issue where upgrading from Zowe Explorer v1 and selecting "Reload Extensions" causes Zowe Explorer v3 to fail during initialization. [#3051](https://github.com/zowe/zowe-explorer-vscode/pull/3051)

## `3.0.0-next.202404242037`

Expand Down Expand Up @@ -169,6 +171,12 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen
- Added `madge` script in `package.json` to track circular dependencies. [#2148](https://github.com/zowe/vscode-extension-for-zowe/issues/2148)
- Migrated to new package manager PNPM from Yarn.

## `2.17.0`

### New features and enhancements

- To add the ability to switch between basic authentication and token-based authentication. [#3062](https://github.com/zowe/zowe-explorer-vscode/pull/3062)

## `2.16.2`

### Bug fixes
Expand All @@ -177,7 +185,7 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen

## `2.16.0`

## New features and enhancements
### New features and enhancements

- Added Status bar to indicate that data is being pulled from mainframe. [#2484](https://github.com/zowe/zowe-explorer-vscode/issues/2484)
- Updated MVS view progress indicator for entering a filter search. [#2181](https://github.com/zowe/zowe-explorer-vscode/issues/2181)
Expand Down
Loading

0 comments on commit 3bd0c3d

Please sign in to comment.