This commit is contained in:
Yan Zhang 2017-11-24 16:32:28 +08:00
Родитель 88053a05fe
Коммит da2a058fce
2 изменённых файлов: 6 добавлений и 3 удалений

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

@ -3,6 +3,7 @@ All notable changes to the "vscode-maven" extension will be documented in this f
- [Change Log](#change-log)
- [Unreleased](#unreleased)
- [Released](#released)
- [0.1.3](#013)
- [0.1.2](#012)
- [0.1.1](#011)
- [0.1.0](#010)
@ -14,9 +15,11 @@ All notable changes to the "vscode-maven" extension will be documented in this f
- [0.0.1](#001)
## Unreleased
- Support different integrated terminals in Windows, namely `Git Bash`, `CMD`, `PowerShell`.
## Released
### 0.1.3
- Support different integrated terminals in Windows, namely `Git Bash`, `CMD`, `PowerShell`.
### 0.1.2
- Can select folder to generate project from archetype.

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

@ -2,7 +2,7 @@
"name": "vscode-maven",
"displayName": "Maven Project Explorer",
"description": "Browse maven projects in sidebar, execute goals, generate project from archetype.",
"version": "0.1.2",
"version": "0.1.3",
"icon": "resources/logo.png",
"publisher": "eskibear",
"engines": {
@ -12,7 +12,7 @@
"Languages",
"Other"
],
"homepage": "https://github.com/Eskibear/vscode-maven/blob/v0.1.2/README.md",
"homepage": "https://github.com/Eskibear/vscode-maven/blob/v0.1.3/README.md",
"repository": {
"type": "git",
"url": "https://github.com/Eskibear/vscode-maven.git"