Zowe Explorer
New features and enhancements
- Added call to callback if defined by extenders when a change to the team config profile is made. #2385 Thanks @rudyflores
- Replaced
keytar
dependency withkeyring
module from@zowe/secrets-for-zowe-sdk
. #2358 #2348 Thanks @traeok - Added "Edit Attributes" option for USS files and folders. #2254 Thanks @traeok
Bug fixes
- Fix the USS refresh icon (replacing "download" with "refresh") Thanks @dmcknigh
- Fix error for Theia check when token authentication returns 401. #2407 Thanks @JillieBeanSim
Zowe Explorer Extension for FTP
New features and enhancements
- Enhance throw error in zowe ftp extension. #2143 Thanks @tiantn
- Removed
keytar
from list of external Webpack modules. Its usage has been replaced with thekeyring
module from@zowe/secrets-for-zowe-sdk
. #2358 #2348 Thanks @traeok
Bug fixes
- Added missing
owner
andgroup
attributes for the returned FTP response inFtpUssApi.fileList
. #2254 Thanks @traeok
Zowe Explorer APIs
New features and enhancements
- Added option to register callback to be called after making changes to team config profiles are made. #2385 Thanks @rudyflores
- Replaced
keytar
dependency withkeyring
module from@zowe/secrets-for-zowe-sdk
. #2358 #2348 Thanks @traeok - Added
WebView
class to allow Zowe Explorer and extenders to create enhanced webviews (choose any JavaScript bundler and JavaScript framework). #2254 Thanks @traeok