Skip to content

Commit

Permalink
Merge pull request #646 from zowe/changelog-1.4.0
Browse files Browse the repository at this point in the history
Ready for 1.4.0 release
  • Loading branch information
zFernand0 authored Mar 31, 2020
2 parents 12220c0 + 0504932 commit 7b197c3
Show file tree
Hide file tree
Showing 4 changed files with 5,103 additions and 7,428 deletions.
31 changes: 28 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

All notable changes to the "vscode-extension-for-zowe" extension will be documented in this file.

## `1.4.0`

- Added support for large datasets and PDS members. Thanks @jellypuno
- Fixed inconsistent behavior when renaming USS file and directories. Thanks @stepanzharychevbroadcom
- Fixed deleting a USS file. Thanks @Colin-Stone
- Fixed profiles not automatically updating values when changed externally. Thanks @jellypuno
- Fixed load error when file names had special characters. Thanks @jellypuno
- Fixed load os USS file list. Thanks @jellypuno
- Improved user experience of USS file navigation #461. Thanks @stepanzharychevbroadcom
- Fixed tab name when renaming dataset. Thanks @stepanzharychevbroadcom
- Improved performance when renaming datasets and members. Thanks @CForrest97
- Added prompting of credentials if previous credentials where entered incorrectly. Thanks @jellypuno
- Added support for VSCode Quick Open shortcut. Thanks @katelynienaber
- Added support for VSCode Open Recent Files shortcut. Thanks @katelynienaber
- Fixed USS Favorites not being remembered. Thanks @Colin-Stone
- Setup automated regression testing on a Theia environment. Thanks @crawr
- Fixed copying dataset on temporary folder #635. Thanks @Colin-Stone
- Made dataset terminology more consistent. Thanks @stepanzharychevbroadcom
- Fixed uploading files to USS. Thanks @stepanzharychevbroadcom
- Fixed searching/filtering data. Thanks @Colin-Stone
- Refactored code to include interfaces and abstract classes. Thanks @Colin-Stone
- Refactored icon retrieval process. Thanks @stepanzharychevbroadcom
- Updated Zowe Explorer video. Thanks @IgorCATech
- Revised pipeline to use shared libraries. Thanks @zFernand0

## `1.3.1`

- Updated Zowe Icon. Thanks @stepanzharychevbroadcom
Expand All @@ -16,7 +41,7 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen
## `1.3.0`

- Dependency on ~/.zowe folder existing removed. Thanks @tjohnsonBCM
- Label changes for specific datset functionality. Thanks @CForrest97
- Label changes for specific dataset functionality. Thanks @CForrest97
- Zowe Explorer to incorporate @zowe CLI implementation. Thanks @zFernand0
- Profiles manage other profile types apart from zosmf. Thanks @Colin-Stone
- Exploit imperative bundled keytar for secure credentials when standalone. Thanks @Colin-Stone
Expand Down Expand Up @@ -49,7 +74,7 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen
- Automatically use Changelog contents in pipeline as release description. Thanks @awharn
- Provision of warning message after two failed login attempts. Thanks @jellypuno
- Consistency, added filter tip to convey ability to add multiple filters entries. Thanks @katelynienaber
- Tree view refresh when dataset memberadded or deleted. Thanks @katelynienaber
- Tree view refresh when dataset member added or deleted. Thanks @katelynienaber
- Code improvement - Centralized error handling. Thanks @crawr
- Integration Script updates. Thanks @zFernand0
- Keytar (Secure credentials) compatibility support. Thanks @Colin-Stone
Expand All @@ -68,7 +93,7 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen
- Enhancements to profile creation. Thanks @jellypuno
- Theia specific QuickPick modifications. Thanks @phaumer
- Update incorrect profile message. Thanks @lauren-li
- Fix Copy and paste dateset menu duplication. Thanks @lauren-li
- Fix Copy and paste dataset menu duplication. Thanks @lauren-li

## `1.0.1`

Expand Down
8 changes: 2 additions & 6 deletions i18n/sample/src/extension.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"deleteDataSet.notFound.error2": " was probably already deleted.",
"enterPattern.log.debug.prompt": "Prompting the user to choose a recent member for editing",
"enterPattern.options.prompt": "Search data sets by entering patterns: use a comma to separate multiple patterns",
"openPS.response.title": "Opening dataset...",
"memberHistory.option.prompt.open": "Select a recent member to open",
"memberHistory.options.prompt": "Select a recent member to open",
"getRecentMembers.empty": "No recent members found.",
Expand All @@ -91,7 +90,6 @@
"saveFile.log.debug.sessionNode": "couldn't find session node, loading profile with CLI profile manager",
"saveFile.log.debug.saving": "Saving file ",
"saveFile.error.saveFailed": "Data set failed to save. Data set may have been deleted on mainframe.",
"saveFile.response.save.title": "Saving dataset...",
"saveFile.error.ZosmfEtagMismatchError": "Rest API failure with HTTP(S) status 412",
"saveFile.error.etagMismatch": "Remote file has been modified in the meantime.\nSelect 'Compare' to resolve the conflict.",
"saveUSSFile.log.debug.saveRequest": "save requested for USS file ",
Expand All @@ -101,7 +99,5 @@
"modifyCommand.response": "Command response: ",
"stopCommand.response": "Command response: ",
"setOwner.newOwner.prompt.owner": "Owner",
"setOwner.newOwner.prompt.prefix": "Prefix",
"openMember.response.title": "Opening dataset member...",
"saveMember.response.title": "Saving dataset member..."
}
"setOwner.newOwner.prompt.prefix": "Prefix"
}
Loading

0 comments on commit 7b197c3

Please sign in to comment.