vscode-maven/CHANGELOG.md

60 строки
1.4 KiB
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-12-07 06:27:07 +03:00
- [0.3.0](#030)
- [0.2.x](#021)
- [0.1.x](#014)
- [0.0.x](#006)
2017-11-10 08:30:04 +03:00
## Unreleased
2017-12-07 06:27:07 +03:00
## Released
2017-12-06 10:51:28 +03:00
### 0.3.0
2017-12-05 11:31:37 +03:00
- Support to import all projects under specified folder.
2017-12-06 10:51:28 +03:00
- Change extension icon.
2017-12-04 06:51:05 +03:00
### 0.2.1
- add `maven.projects.maxDepthOfPom` to specify max depth to find pom.xml recursively. By default the value is 1, indicating it only searches root folder.
2017-11-29 07:12:43 +03:00
### 0.2.0
- add `maven.projects.pinnedPomPaths` entry in Workspace Settings.
- Can manually import `pom.xml` not located in root folder (right-click on `pom.xml`).
2017-11-28 11:34:31 +03:00
### 0.1.4
- Use artifactId as name of Node in side bar.(To fix display issues like unparsed `$` signs)
2017-11-24 11:32:28 +03:00
### 0.1.3
- Support different integrated terminals in Windows, namely `Git Bash`, `CMD`, `PowerShell`.
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.