upversion to 0.34.0 (#742)
Signed-off-by: Yan Zhang <yanzh@microsoft.com>
This commit is contained in:
Родитель
cca9644057
Коммит
ea3b237f75
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,8 +1,16 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
All notable changes to the "vscode-maven" extension will be documented in this file.
|
All notable changes to the "vscode-maven" extension will be documented in this file.
|
||||||
|
|
||||||
## 0.33.0
|
## 0.34.0
|
||||||
|
### Added
|
||||||
|
- Add command to navigate between conflict dependencies. [#672](https://github.com/microsoft/vscode-maven/issues/672)
|
||||||
|
- New localization: Chinese (Traditional). [#727](https://github.com/microsoft/vscode-maven/pull/727)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Open POM file under local repository in readonly mode. [#718](https://github.com/microsoft/vscode-maven/issues/718)
|
||||||
|
- Improve performance on fetching plugin information. [#714](https://github.com/microsoft/vscode-maven/issues/714)
|
||||||
|
|
||||||
|
## 0.33.0
|
||||||
### Added
|
### Added
|
||||||
- New entry to `Run` lifecycle phases from context menu. [#700](https://github.com/microsoft/vscode-maven/issues/700)
|
- New entry to `Run` lifecycle phases from context menu. [#700](https://github.com/microsoft/vscode-maven/issues/700)
|
||||||
- New setting `maven.projectOpenBehavior` specifying default way to open newly created project. [#662](https://github.com/microsoft/vscode-maven/issues/662)
|
- New setting `maven.projectOpenBehavior` specifying default way to open newly created project. [#662](https://github.com/microsoft/vscode-maven/issues/662)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "vscode-maven",
|
"name": "vscode-maven",
|
||||||
"version": "0.33.0",
|
"version": "0.34.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "vscode-maven",
|
"name": "vscode-maven",
|
||||||
"displayName": "Maven for Java",
|
"displayName": "Maven for Java",
|
||||||
"description": "%description%",
|
"description": "%description%",
|
||||||
"version": "0.33.0",
|
"version": "0.34.0",
|
||||||
"icon": "resources/logo.png",
|
"icon": "resources/logo.png",
|
||||||
"publisher": "vscjava",
|
"publisher": "vscjava",
|
||||||
"preview": true,
|
"preview": true,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче