Skip to content

Releases: zowe/zowe-explorer-vscode

v3.0.0-next.202402071248

07 Feb 12:53
Compare
Choose a tag to compare
Pre-release

Zowe Explorer

New features and enhancements

Zowe Explorer APIs

New features and enhancements

v2.14.0

25 Jan 16:53
Compare
Choose a tag to compare

Zowe Explorer

New features and enhancements

  • Added new data set creation template for partitioned data set extended. #2600 Thanks @patricktiu
  • Added "Open with Encoding" feature to open data sets and USS files in a non-standard codepage. #2435 Thanks @t1m0thyj
  • Adopted new common methods for loginWithBaseProfile and logoutWithBaseProfile. #2493 Thanks @zFernand0
  • Added APIML dynamic token support. #2665 Thanks @zFernand0
  • Implemented profile determination without triggering quick pick for Submit JCL if the file is part of Zowe Explorer's temp files. #2628 Thanks @likhithanimma1

Bug fixes

  • Fixed the allocate-like functionality by removing the inclusion of DS item in the filter history. #2620 Thanks @likhithanimma1
  • Fixed issue with Submit JCL losing focus on JCL being submitted, causing the wrong job submission. #2616 Thanks @rudyflores
  • Fixed issue where USS file tag could get overwritten when changes to file are uploaded. #2576 Thanks @t1m0thyj
  • Fixed failure to refresh token value after user logs in to authentication. #2638 Thanks @adam-wolfe
  • Fixed order of spool files reverses when the Job is expanded and collapsed. #2644 Thanks @SanthoshiBoyina
  • Fixed local filtering of jobs to work with SMFID (exec-member field). #2651 Thanks @SanthoshiBoyina
  • Fixed tree item labels failing to update after renaming an MVS or USS file or folder. #2656 Thanks @JillieBeanSim
  • Updated the @zowe/cli dependency to address the "blksz to 0 after an Allocate Like" issue. #2610. Thanks @KevinLoesch1
  • Fixed unintended behavior in ProfileUtils.isProfileUsingBasicAuth. #2664 Thanks @zFernand0
  • Fixed the recent search job id filter. #2562 Thanks @jellypuno

Zowe Explorer APIs

New features and enhancements

  • Added optional openDs function to IZoweDatasetTreeNode to open a data set or member in the editor.
  • Added optional setEncoding function to IZoweDatasetTreeNode and IZoweUSSTreeNode to set the encoding of a node to binary, text, or a custom codepage.
  • Added optional properties binary, encoding, and encodingMap to tree node interfaces for storing the codepage of a data set or USS file.
  • Deprecated IZoweUSSTreeNode.binaryFiles and IZoweUSSTreeNode.setBinary in favor of IZoweUSSTreeNode.encodingMap and IZoweUSSTreeNode.setEncoding.
  • Deprecated ZoweTreeNode.binary, ZoweTreeNode.binaryFiles, and ZoweTreeNode.shortLabel. These properties are not applicable for all tree nodes and should be defined in subclasses of ZoweTreeNode if necessary.
  • Added new functions loginWithBaseProfile and logoutWithBaseProfile to provide extenders with the ability to automatically login to their respective services. #2493 Thanks @zFernand0
  • Added APIML dynamic token support. #2665 Thanks @zFernand0
  • Added new optional method getCommonApi to ZoweExplorerApi.IApiRegisterClient for enhanced typings in other Zowe Explorer APIs. #2493 Thanks @zFernand0

Bug fixes

  • Added a return type of void for IZoweUSSTreeNode.openUSS.
  • Fixed use of this in static methods in ZoweVsCodeExtension. #2606 Thanks @zFernand0
  • Fixed ZoweVsCodeExtension.promptUserPass to not use hardcoded values for user and password. #2666 Thanks @zFernand0

v3.0.0-next.202401241448

24 Jan 21:03
Compare
Choose a tag to compare
Pre-release

Zowe Explorer

New features and enhancements

  • Removed Gulp dependency and migrated from i18n standard to l10n. #2253 Thanks @rudyflores

Bug fixes

  • Changed ZoweExplorerExtender.initForZowe profileTypeConfigurations: imperative.ICommandProfileTypeConfiguration[] to a required argument to address issues seen after registration of profile type when not passed. #2575 Thanks @JillieBeanSim

Zowe Explorer Extension for FTP

New features and enhancements

Bug fixes

Zowe Explorer APIs

New features and enhancements

Bug fixes

  • Changed IApiExplorerExtenders.initForZowe profileTypeConfigurations: imperative.ICommandProfileTypeConfiguration[] to a required argument to address issues seen after registration of profile type when not passed. #2575 Thanks @JillieBeanSim

v3.0.0-next.202401121747

12 Jan 17:52
Compare
Choose a tag to compare
Pre-release

Zowe Explorer

New features and enhancements

  • Added the Issue UNIX Commands feature. #1326 thanks @likhithanimma1
  • Minimized activation function for Zowe Explorer to load only necessary items on activation. #1985 Thanks @rudyflores
  • Added back local storage for Zowe Explorer persistent items Thanks @rudyflores

Bug fixes

  • Update dependencies for technical currency purposes.

Zowe Explorer Extension for FTP

Bug fixes

  • Update dependencies for technical currency purposes.

Zowe Explorer APIs

New features and enhancements

Bug fixes

  • Update dependencies for technical currency purposes.

v1.22.6

09 Jan 19:24
Compare
Choose a tag to compare

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.1

08 Jan 18:03
Compare
Choose a tag to compare

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

12 Dec 17:40
Compare
Choose a tag to compare

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 to IZoweTree.deleteSession for specifying whether to hide from all trees or current tree. #2567 Thanks @rudyflores
  • Added new optional parameter provider of type IZoweTree<IZoweTreeNode> for IZoweTree.addSession to specify a tree to add the profile to. Thanks @rudyflores
  • Added optional filter and actualJobs variables to IZoweJobTreeNode to track local filter search. Thanks @SanthoshiBoyina
  • Added new optional record openFiles to IZoweTree to track opened files under a specific tree view. #2597 Thanks @traeok

v3.0.0-next.202311171754

17 Nov 17:58
Compare
Choose a tag to compare
Pre-release

Zowe Explorer APIs

Bug fixes

  • Fixed export of api onProfilesUpdate. Thanks @rudyflores

v3.0.0-next.202311171523

17 Nov 15:26
Compare
Choose a tag to compare
Pre-release

Zowe Explorer

New features and enhancements

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

16 Nov 22:38
Compare
Choose a tag to compare

Zowe Explorer

Bug fixes

  • Fixed issue where etag was not updated for USS files after conflict is detected and user selects Overwrite option. Thanks @t1m0thyj