From e5c4f3cf8761119c9f644c05b2e5eb046226a0d8 Mon Sep 17 00:00:00 2001 From: "Brandon Waterloo [MSFT]" <36966225+bwateratmsft@users.noreply.github.com> Date: Mon, 14 Feb 2022 15:23:24 -0500 Subject: [PATCH] Update version, changelog, notices for 1.20.0 (#3418) --- CHANGELOG.md | 9 +++ NOTICE.html | 177 ++++++++++++++++++++++++++++++++-------------- package-lock.json | 4 +- package.json | 2 +- 4 files changed, 136 insertions(+), 56 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8377a77a1d..c3f874201f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.20.0 - 22 Feb 2022 +### Added +* The "Compose Start" and "Compose Stop" commands available in the explorer context menu will now also be available in the command palette. [#3140](https://github.com/microsoft/vscode-docker/issues/3140) + +### Fixed +* Flask apps will now use port 5002 by default, and .NET apps will use the semi-random port scaffolded in the `launchSettings.json` file. This will avoid conflicting with port 5000 which is often in-use on Mac. [#3381](https://github.com/microsoft/vscode-docker/issues/3381) +* Fixed an issue in the container files explorer on Windows containers with other localizations. [#3415](https://github.com/microsoft/vscode-docker/pull/3415) +* The experience for adding Dockerfiles to Django projects has been improved slightly. [#3410](https://github.com/microsoft/vscode-docker/issues/3410) + ## 1.19.0 - 17 January 2022 ### Added * For volume mappings in `docker-run` tasks, the `ro,z` and `rw,z` permissions have been added, allowing support for SELinux systems. [#3289](https://github.com/microsoft/vscode-docker/pull/3289) diff --git a/NOTICE.html b/NOTICE.html index 907057ac55..ac0f11b4ac 100644 --- a/NOTICE.html +++ b/NOTICE.html @@ -293,7 +293,7 @@

NOTICES AND INFORMATION

  • - @grpc/grpc-js 1.5.0 - Apache-2.0 + @grpc/grpc-js 1.5.3 - Apache-2.0

    https://grpc.io/