vscode-maven/CHANGELOG.md

49 строки
1020 B
Markdown
Исходник Обычный вид История

2017-11-10 08:30:04 +03:00
# Change Log
All notable changes to the "vscode-maven" extension will be documented in this file.
2017-11-22 12:44:45 +03:00
- [Change Log](#change-log)
- [Unreleased](#unreleased)
- [Released](#released)
2017-11-24 09:18:01 +03:00
- [0.1.2](#012)
2017-11-23 05:41:53 +03:00
- [0.1.1](#011)
2017-11-22 12:44:45 +03:00
- [0.1.0](#010)
- [0.0.6](#006)
- [0.0.5](#005)
- [0.0.4](#004)
- [0.0.3](#003)
- [0.0.2](#002)
- [0.0.1](#001)
2017-11-10 08:30:04 +03:00
## Unreleased
- Support different integrated terminals in Windows, namely `Git Bash`, `CMD`, `PowerShell`.
## Released
2017-11-24 09:18:01 +03:00
### 0.1.2
- Can select folder to generate project from archetype.
2017-11-23 05:41:53 +03:00
### 0.1.1
- Fix bug for single module project.
2017-11-21 14:46:28 +03:00
2017-11-22 12:44:45 +03:00
### 0.1.0
- Change Logo.
- Add context menu on `pom.xml`.
- Support maven archetype generate.
2017-11-21 14:46:28 +03:00
### 0.0.6
- Run command in dedicated terminals for each maven project.
2017-11-21 14:46:28 +03:00
- Can persist/edit custom goals.
### 0.0.5
- Support custom goals.
2017-11-20 08:19:58 +03:00
### 0.0.4
2017-11-21 14:46:28 +03:00
- Support multi-root.
2017-11-20 08:19:58 +03:00
### 0.0.3
- Support generating effective-pom.
### 0.0.2
- Add icons.
### 0.0.1
- Projects listed in sidebar.