Releases: zowe/zowe-explorer-vscode
Releases · zowe/zowe-explorer-vscode
v2.13.1
Zowe Explorer
Bug fixes
- Update dependencies for technical currency purposes.
Zowe Explorer Extension for FTP
Bug fixes
- Update dependencies for technical currency purposes.
Zowe Explorer APIs
Bug fixes
- Update dependencies for technical currency purposes.
v2.13.0
Zowe Explorer
New features and enhancements
- Added support for hiding a Zowe profile across all trees #2567 Thanks @rudyflores
- Added support for enabling/disabling validation for a Zowe profile across all trees #2570 Thanks @rudyflores
- Added Display confirmation dialog when submitting local JCL. #2061 Thanks @JasonIBM
- Added support for adding a Zowe profile across all trees #2603 Thanks @rudyflores
- Added "Filter Jobs" feature in Jobs tree view: accessible via filter icon or right-clicking on session node. #2599 Thanks @SanthoshiBoyina
Bug fixes
- Fixed dataset allocation issue when secondary space (or other numeric values that did not exists in the dataset-template) where specified #2591 Thanks @zFernand0
- Fixed issue where an opened USS file or data set could not be saved once a user changes their search pattern in the Side Bar. #2597 Thanks @traeok
Zowe Explorer APIs
New features and enhancements
- Added new optional boolean parameter
hideFromAllTrees
toIZoweTree.deleteSession
for specifying whether to hide from all trees or current tree. #2567 Thanks @rudyflores - Added new optional parameter
provider
of typeIZoweTree<IZoweTreeNode>
forIZoweTree.addSession
to specify a tree to add the profile to. Thanks @rudyflores - Added optional
filter
andactualJobs
variables toIZoweJobTreeNode
to track local filter search. Thanks @SanthoshiBoyina - Added new optional record
openFiles
toIZoweTree
to track opened files under a specific tree view. #2597 Thanks @traeok
v3.0.0-next.202311171754
v3.0.0-next.202311171523
Zowe Explorer
New features and enhancements
- Migrate from Yarn to PNPM. Thanks @rudyflores
Bug fixes
- Update dependencies for technical currency purposes
- Support VS Code engine 1.79.0 and higher.
- Ability to compare 2 files from MVS and/or UNIX System Services views via right click actions, with option to compare in Read-Only mode too. Thanks @JillieBeanSim
Zowe Explorer Extension for FTP
New features and enhancements
- Support VS Code engine 1.79.0 and higher.
v2.12.2
v2.12.1
Zowe Explorer
Bug fixes
- Fix issue with certain actions displaying profiles that are not registered with the tree that is providing the action. #2534 Thanks @JillieBeanSim
- Update when the option to submit local file as JCL will be displayed in context menus. #2541 Thanks @JillieBeanSim
- Solved issue with a conflicting keybinding for
Edit History
, changed keybinding toCtrl
+Alt
+y
for Windows and⌘ Cmd
+⌥ Opt
+y
for macOS. #2543 Thanks @rudyflores - Removed duplicate context menu items displayed in USS view that now exist within the
Manage Profile
option.#2547 Thanks @rudyflores - Fixed issue where sort PDS feature applied the date description to members without a valid date #2552 Thanks @traeok
- Fixed VSC Compare function, not working with Favorites from Zowe Explorer. #2549 Thanks @SanthoshiBoyina
- Fixed issue where setting
zowe.security.checkForCustomCredentialManagers
appeared in all scopes instead of just the user scope #2555 Thanks @rudyflores
Zowe Explorer Extension for FTP
Bug fixes
v2.12.0
Zowe Explorer
New features and enhancements
- Added "Sort Jobs" feature in Jobs tree view: accessible via sort icon or right-clicking on session node. #2257 Thanks @likhithanimma1
- Introduce a new user interface for managing profiles via right-click action "Manage Profile". Thanks @JillieBeanSim
- Added new edit feature on
Edit Attributes
view for changing file tags on USS. #2113 Thanks @rudyflores - Added new ProfilesCache API
getConfigArray
to allow extenders to get the registered profile type's metadata for team configuration file creation handled outside of Zowe Explorer views. #2394 Thanks @likhithanimma1 - Added ability to install extension from VS Code marketplace if custom credential manager extension is missing after defining it on
imperative.json
. #2381 Thanks @rudyflores - Added new right-click action for
Submit as JCL
for local files in the VS Code file explorer as well as files opened in the VS Code text editor. #2475 Thanks @JillieBeanSim - Added "Sort PDS members" feature in Data Sets tree view: accessible via sort icon on session node, or by right-clicking a PDS or session. #2420 Thanks @traeok
- Added "Filter PDS members" feature in Data Sets tree view: accessible via filter icon on session node, or by right-clicking a PDS or session. #2420 Thanks @traeok
- Added descriptions to data set nodes if filtering and/or sorting is enabled (where applicable). Thanks @traeok
- Added webview for editing persistent items on Zowe Explorer. #2488 Thanks @rudyflores
Bug fixes
- Fixed submitting local JCL using command pallet option
Zowe Explorer: Submit as JCL
by adding a check for chosen profile returned to continue the action. #1625 Thanks @JillieBeanSim - Fixed conflict resolution being skipped if local and remote file have different contents but are the same size. #2496 Thanks @t1m0thyj
- Fixed issue with token based auth for unsecure profiles in Zowe Explorer. #2518 Thanks @rudyflores
Zowe Explorer Extension for FTP
Bug fixes
- Fixed ECONNRESET error when trying to upload or create an empty data set member. #2350 Thanks @traeok
Zowe Explorer APIs
New features and enhancements
- Added optional
getTag
function toZoweExplorerAPI.IUss
for getting the tag of a file on USS. Thanks @rudyflores - Added new ProfilesCache API
getConfigArray
to allow extenders to get the registered profile type's metadata for team configuration file creation handled outside of Zowe Explorer views. #2394 Thanks @likhithanimma1 - Add
sort
andfilter
optional variables for storing sort/filter options alongside tree nodes. #2420 Thanks @traeok - Add
stats
optional variable for storing dataset stats (such as user, modified date, etc.). Thanks @traeok - Add option enums and types for sorting, filtering and sort direction in tree nodes. #2420 Thanks @traeok
- Added option for retaining context when generating webviews in Webview API. Thanks @rudyflores
v2.11.2
Zowe Explorer
Bug fixes
- Update Zowe Explorer API dependency to pick up latest fixes for Zowe Secrets. #2512 Thanks @JillieBeanSim
Zowe Explorer Extension for FTP
Bug fixes
- Update Zowe Explorer API dependency to pick up latest fixes for Zowe Secrets. #2512 Thanks @JillieBeanSim
Zowe Explorer APIs
Bug fixes
- Bundle Zowe Secrets for issues seen by extenders that use the ProfilesCache for profile management. #2512 Thanks @JillieBeanSim
v2.11.1
Zowe Explorer
Bug fixes
- Fixed issue with Unix System Services view/edit file attributes webviews for web based browsers. Thanks @rudyflores
- Fixed issue where USS nodes were not removed from tree during deletion. #2479 Thanks @traeok
- Fixed issue where new USS nodes from a paste operation were not shown in tree until refreshed. #2479 Thanks @traeok
- Fixed issue where the "Delete Job" action showed a successful deletion message, even if the API returned an error. Thanks @traeok
- USS directories, PDS nodes, job nodes and session nodes now update with their respective "collapsed icon" when collapsed. Thanks @traeok
- Fixed bug where the list of datasets from a filter search was not re-sorted after a new data set was created in Zowe Explorer. #2473 Thanks @traeok
v1.22.5
Zowe Explorer
New features and enhancements
- Replaced
keytar
dependency withkeyring
module from@zowe/secrets-for-zowe-sdk
. #2358
Zowe Explorer APIs
New features and enhancements
- Replaced
keytar
dependency withkeyring
module from@zowe/secrets-for-zowe-sdk
. #2358