* Update NOTICE.html

* Update CHANGELOG with ver 1.9.0 information

* Bump version up to 1.9.0
This commit is contained in:
Karol Zadora-Przylecki 2020-12-10 09:23:35 -08:00 коммит произвёл GitHub
Родитель 40a528b86e
Коммит 87a3df30f5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 115 добавлений и 4981 удалений

Просмотреть файл

@ -1,3 +1,16 @@
## 1.9.0 - 16 December 2020
### Added
* View logs of Compose projects (cumulative logs of all containers belonging to a Compose run) (2506)[https://github.com/microsoft/vscode-docker/issues/2506]
* Show the Docker daemon host information in diagnostic output (2493)[https://github.com/microsoft/vscode-docker/issues/2493]
* Support launching a subset of services from Compose file (2445)[https://github.com/microsoft/vscode-docker/issues/2445]
* Allow users to download container files (2551)[https://github.com/microsoft/vscode-docker/pull/2551]
### Fixed
* Directories in Windows containers cannot be browsed [2479](https://github.com/microsoft/vscode-docker/issues/2479)
* "Stop" action should only be shown for running containers [2497](https://github.com/microsoft/vscode-docker/issues/2497)
* Allow port selection when scaffolding Compose files for Node.js app [2495](https://github.com/microsoft/vscode-docker/issues/2495)
* Properly show image ID for container when requested [2507](https://github.com/microsoft/vscode-docker/issues/2507)
## 1.8.1 - 23 November 2020
### Fixed
* This update fixes an issue that prevented debugging Python applications in Docker containers. The latest version of the [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python) is also required. [#2455](https://github.com/microsoft/vscode-docker/issues/2455)

Разница между файлами не показана из-за своего большого размера Загрузить разницу

2
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "vscode-docker",
"version": "1.8.5-alpha",
"version": "1.9.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "vscode-docker",
"version": "1.8.5-alpha",
"version": "1.9.0",
"publisher": "ms-azuretools",
"displayName": "Docker",
"description": "Makes it easy to create, manage, and debug containerized applications.",