2.1.0-rc (#236)
This commit is contained in:
Родитель
cf2a34de10
Коммит
6e4a4f36cf
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,3 +1,16 @@
|
|||
## 2.1.0 (2019-01-02)
|
||||
### Added
|
||||
* Reorder and group context menu
|
||||
* Add confirmation prompt when deleting resource
|
||||
* Add 'Stop' button for monitoring D2C message in Status Bar
|
||||
* Add Direct Method template for Node.js code generation
|
||||
|
||||
### Changed
|
||||
* Use Webpack to improve extension performance ⚡
|
||||
|
||||
### Removed
|
||||
* Remove 'Refresh' item from context menu
|
||||
|
||||
## 2.0.0 (2018-12-13)
|
||||
### Added
|
||||
* Resolve [#218](https://github.com/Microsoft/vscode-azure-iot-toolkit/issues/218): Add 'Stop Monitoring D2C Message' into context menu of explorer title
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "azure-iot-toolkit",
|
||||
"displayName": "Azure IoT Hub Toolkit",
|
||||
"description": "Interact with Azure IoT Hub, IoT Device Management, IoT Edge Management, IoT Hub Device Simulation, IoT Hub Code Generation",
|
||||
"version": "2.0.1-webpack",
|
||||
"version": "2.1.0-rc",
|
||||
"publisher": "vsciot-vscode",
|
||||
"aiKey": "0caaff90-cc1c-4def-b64c-3ef33615bc9b",
|
||||
"icon": "logo.png",
|
||||
|
|
Загрузка…
Ссылка в новой задаче