From 7eb22574df330b04c96c338fefc4af698492aeb4 Mon Sep 17 00:00:00 2001 From: wenytang-ms Date: Tue, 29 Jun 2021 13:02:24 +0800 Subject: [PATCH 1/2] docs: update changelog --- packages/vscode-extension/CHANGELOG.md | 37 ++++++++++++++++++++++++++ packages/vscode-extension/package.json | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/packages/vscode-extension/CHANGELOG.md b/packages/vscode-extension/CHANGELOG.md index ba630ed923..cbc3bf9170 100644 --- a/packages/vscode-extension/CHANGELOG.md +++ b/packages/vscode-extension/CHANGELOG.md @@ -1,17 +1,25 @@ # Changelog +## 2.1.1 - June 30 2021 + +multiple bug fixings + ## 2.1.0 - June 15 2021 + Incremental version for Teams Toolkit with the following updates: Added: + - enable customer survey from toolkit - add FAQ plus to the samples - better local debug experience ## 2.0.1 - May 25 2021 + 2.0.1 is a major version upgrade for Teams Toolkit with many new improvements and supports. Added: + - new design of UI and command palette list - new getting started guide, samples and doc link from toolkit - new sign-in experience for M365 and Azure @@ -28,38 +36,58 @@ Added: - integration with GitHub Codespaces for dev/test Enhanced: + - improved helloworld app through scaffolding for tab app, bot app, and messaging extension - imoroved local frontend/backend debugging support for tab app, bot app, and messaging extension - improved error messages and logging - improved publish to teams flow Fixed: + - cumulated bug fixes + ## 1.2.3 - April 20 2021 + - Add scaffold option for a Teams messaging extension with SSO (Single Sign-on) + ## 1.2.2 - April 1 2021 + - Increase the timout limit when creating an AAD password for a bot registration. + ## 1.2.1 - March 15 2021 + - Bug fix for env/manifest file automatic replacements not happening for some scaffolds. - Bug fix for AAD app creation where consent should be admin and users and not just admin. + ## 1.2.0 - March 2021 + - Pull scaffolds from public github repository for always up to date content. - Updated scaffold selection wizard with more details on what is available. - More scaffolding and language options. - Publishing package support when manifest.json is updated locally the zip and cloud configuration in App Studio is created/updated. - New scaffolds repository https://github.com/OfficeDev/Microsoft-Teams-Samples + ## 1.1.8 - 9 Dec 2020 + - Azure AD single sign-on bug fixes for Group tabs + ## 1.1.4 - 1 Dec 2020 + - Azure AD single sign-on documentation updates - Bug fixes + ## 1.1.3 - 24 Nov 2020 + - Azure AD single sign-on scaffolding for Tab apps - Download application publishing package from VS Code - Bug fixes + ## 1.1.1 & 1.1.2 + - Bug fixes + ## 1.1.0 - 27 Oct 2020 + - Onboard to the new VS Code auth - New F5 - Deprecation of .publish folder - all updates you do through App Studio tooling @@ -67,21 +95,30 @@ Fixed: - New bot creation wizard updates - New project creation flow - Bug fixes + ## 1.0.4 - 3 Aug 2020 + Publish to your org catalog from the toolkit ## 1.0.2 - 15 Jul 2020 + Bug fixes ## 1.0.1 - 10 Jul 2020 + Quality improvements ## 1.0.0 - 7 Jul 2020 + Bug fixes ## 0.9.6 - 30 June 2020 + Added + - A new bot service instance is automatically created in Azure when a bot/messaging extension project is provisioned and requires one. - Run your project in the Teams client by hitting F5. + ## 0.9.5 - 19 May 2020 + Extension released in preview. diff --git a/packages/vscode-extension/package.json b/packages/vscode-extension/package.json index 23dd2effee..3aa251ce5e 100644 --- a/packages/vscode-extension/package.json +++ b/packages/vscode-extension/package.json @@ -2,7 +2,7 @@ "name": "ms-teams-vscode-extension", "displayName": "Teams Toolkit (Preview)", "description": "Create, debug, and deploy Teams apps with Teams Toolkit", - "version": "2.1.1", + "version": "2.1.1-rc.3", "publisher": "TeamsDevApp", "author": "Microsoft Corporation", "icon": "media/teams.png", From 404b467f26e28ff576e93a93bd2887ff561cafbb Mon Sep 17 00:00:00 2001 From: wenytang-ms Date: Tue, 29 Jun 2021 13:10:35 +0800 Subject: [PATCH 2/2] docs: upadte --- packages/vscode-extension/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vscode-extension/CHANGELOG.md b/packages/vscode-extension/CHANGELOG.md index cbc3bf9170..6a14199a49 100644 --- a/packages/vscode-extension/CHANGELOG.md +++ b/packages/vscode-extension/CHANGELOG.md @@ -2,7 +2,7 @@ ## 2.1.1 - June 30 2021 -multiple bug fixings +Multiple bug fixings ## 2.1.0 - June 15 2021