diff --git a/CHANGELOG.md b/CHANGELOG.md index c79c384a1e..dd4071d323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/i18n/sample/src/Profiles.i18n.json b/i18n/sample/src/Profiles.i18n.json index b2936fc61f..3c56cea1e9 100644 --- a/i18n/sample/src/Profiles.i18n.json +++ b/i18n/sample/src/Profiles.i18n.json @@ -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.", @@ -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" } \ No newline at end of file diff --git a/package.json b/package.json index 350e448d83..b01bf7fbc9 100644 --- a/package.json +++ b/package.json @@ -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",