Skip to content

Commit

Permalink
Merge pull request #439 from zowe/v1.1.0
Browse files Browse the repository at this point in the history
Update version information v1.1.0
  • Loading branch information
Colin-Stone committed Jan 6, 2020
2 parents 5e95b1e + cf39452 commit 18a4518
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,31 @@

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

## `1.1.0`

- Updates to Readme to include links to Theia Readme. Thanks @IgorCATech
- Fix for incorrect profile name in some favorites. Thanks @lauren-li
- Update dataset filters on dataset creation. Thanks @katelynienaber
- Include VSIX in Github release. Thanks @zFernand0
- Fix to handle "Show Dataset Attributes" in Favorites. Thanks @katelynienaber
- 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

### `1.0.1`

- Remove duplicate commands #376. Thanks @lauren-li
- Update localization for v1.0.0 #374. Thanks @lauren-li
- Update keywords #383. @zFernand0
- Update package json files #391. @zFernand0
- Fixed adding sessions in Theia #382. Thanks @phaumer
- Add validation for undefined username and password + more cosmetic fix #378. Thanks @jellypuno
- Update incorrect profile message #387. Thanks @lauren-li

## `1.0.0`

- VSCode centric Connection settings. . Thanks @crawr, @jellypuno
- VSCode centric Connection settings. Thanks @crawr, @jellypuno
- Credential prompting in profiles and favorite . Thanks @crawr, @jellypuno
- Dataset and Dataset member copy and renaming function. Thanks @CForrest97
- Theia support including documentation.
Expand Down
3 changes: 1 addition & 2 deletions i18n/sample/src/Profiles.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"createNewConnection.invalidzosmfURL": "Please enter a valid URL in the format https://url:port.",
"createNewConnection.option.prompt.url.placeholder": "https://url:port",
"createNewConnection.option.prompt.url": "Enter a z/OSMF URL in the format 'https://url:port'.",
"createNewConnection.invalidzosmfURL": "Please enter a valid URL in the format https://url:port.",
"createNewConnection.zosmfURL": "No valid value for z/OSMF URL. Operation Cancelled",
"createNewConnection.option.prompt.username.placeholder": "Optional: User Name",
"createNewConnection.option.prompt.username": "Enter the user name for the connection. Leave blank to not store.",
Expand All @@ -19,7 +18,7 @@
"promptcredentials.option.prompt.username.placeholder": "User Name",
"promptcredentials.option.prompt.username": "Enter the user name for the connection",
"promptcredentials.invalidusername": "Please enter your z/OS username. Operation Cancelled",
"promptcredentials.option.prompt.passWord.placeholder": "Password",
"promptcredentials.option.prompt.password.placeholder": "Password",
"promptcredentials.option.prompt.password": "Enter a password for the connection",
"promptcredentials.invalidpassword": "Please enter your z/OS password. Operation Cancelled"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-extension-for-zowe",
"displayName": "%displayName%",
"description": "%description%",
"version": "1.0.0",
"version": "1.1.0",
"publisher": "Zowe",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down

0 comments on commit 18a4518

Please sign in to comment.