Zowe Explorer
New features and enhancements
- Renamed "Zowe Explorer z/OS Console" to "z/OS Console". #3445
- The "Open Recent Member" command can now be triggered from the command palette. #3477
Bug fixes
- Fixed missing z/OS Console icon when
Workbench > Panel: Show Labels
is set to false. #3293 - Fixed z/OS Console panel background colour to be in sync with the rest of the VS Code styling. #3445
- Fixed an issue seen with outdated profile information in the z/OS tree view data during upload and download of data set and USS files #3457
- Fixed issue where deleting too many nodes at once would cause the confirmation prompt to be oversized. #3254
- Fixed an issue with UNIX file edit attributes refresh button not updating/reverting values correctly. #3238
- Fixed an issue seen where extender favorites not showing in the tree views. #3470
- Fixed an issue where data set migration status was incorrectly handled when the
migr
attribute was not present in the API response. #3471 - Fixed an issue where selecting items in table views would reset the column sort order. #3473
- Fixed issue where users were prompted several times when using a profile with invalid credentials in a VS Code workspace. Now, the user is only prompted once per profile, allowing the user to enter in new credentials. #3480
- Fixed issue where selecting a recent member to open from a profile name that no longer exists would cause an error. #3447
- Fixed issue with a conflicting keybinding for
Open Recent Member
, changed keybinding toCtrl
+Alt
+T
for Windows and⌘ Cmd
+⌥ Opt
+T
for macOS. #3447 - Fixed issue where saving data set member to history would save only the member name instead of the full path. #3447
- Fixed an issue where profile encoding is not respected when opening job spool files. #3504
- Fixed an issue where cancelling Unix, MVS or TSO command still submits the command. #3422
- Fixed a bug where edit history does not show the correct information. #3432
IBM z/OS FTP for Zowe Explorer
Bug fixes
- Fixed issue where FTP client errors incorrectly triggered authentication prompts instead of showing appropriate error messages. #3496
Zowe Explorer APIs
New features and enhancements
- Added new
fetchAttributes
API toIZoweUSSTreeNode
to fetch latest attributes for UNIX files. #3238 - Added new optional
refreshFavorites
to IZoweTree interface. #3470
Bug fixes
- Fixes an issue where properties of the
TableViewProvider
class were not accessible when the class was extended by developers. #3456 - Fixed issue where the
AuthHandler.waitForUnlock
function could hang indefinitely if the profile is never unlocked. Now, as a safety measure, the function returns after a 30-second timeout. This function should be used alongside theAuthHandler.isProfileLocked
function to verify that the profile is unlocked before making API requests. #3480 - Added optional
encoding
argument which was missing from theMainframeInteraction.IJes.getSpoolContentById
method. #3504