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 )
2018-03-15 05:43:58 +03:00
- [0.6.0 ](#060 )
2018-02-26 09:40:25 +03:00
- [0.5.2 ](#052 )
2018-02-06 08:55:17 +03:00
- [0.5.1 ](#051 )
2018-01-16 06:10:53 +03:00
- [0.5.0 ](#050 )
2018-01-15 11:07:33 +03:00
- [Early Versions ](#early-versions )
2017-12-26 09:03:14 +03:00
- [0.4.0 ](#040 )
2017-12-07 06:27:07 +03:00
- [0.3.0 ](#030 )
2018-01-15 11:07:33 +03:00
- [0.2.1 ](#021 )
- [0.2.0 ](#020 )
- [0.1.4 ](#014 )
- [0.1.3 ](#013 )
- [0.1.2 ](#012 )
- [0.1.1 ](#011 )
- [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
2017-11-22 11:55:43 +03:00
## Unreleased
2017-12-26 09:03:14 +03:00
## Released
2018-03-15 05:43:58 +03:00
### 0.6.0
- Supported to auto-update maven project explorer tree view when pom.xml has been created/modified/removed.
- Started to collect anonymous data of **selected Maven Archetype** when users generate projects.
2018-02-26 09:40:25 +03:00
### 0.5.2
- Updated extension name.
2018-02-06 08:55:17 +03:00
### 0.5.1
- Excluded pom.xml in `target` folder by default. (to avoid duplicate item in explorer)
2018-02-07 08:38:33 +03:00
- Fixed CRLF issue [#10 ](https://github.com/Microsoft/vscode-maven/issues/10 ).
2018-02-06 08:55:17 +03:00
2018-01-16 06:10:53 +03:00
### 0.5.0
- Supported to use maven wrapper.
- Changed icon of treeItems for dark/light themes.
- Fixed some bugs.
2018-01-15 11:07:33 +03:00
## Early Versions
For historical releases earlier than `v0.4.1` , please refer to [Eskibear/vscode-maven ](https://github.com/Eskibear/vscode-maven/releases ).
2017-12-12 11:01:34 +03:00
### 0.4.0
- For each root folder of current workspace, auto import all maven projects recursively.
- Support to specify `mvn` executable path.
2017-12-18 10:51:04 +03:00
- Better user experience for generating projects from maven archetypes.
2017-12-07 06:27:07 +03:00
2017-12-06 10:51:28 +03:00
### 0.3.0
2017-12-12 11:01:34 +03:00
- ~~Support~~ Force (Since 0.4.0) to import all projects under specified folder.
2017-12-06 10:51:28 +03:00
- Change extension icon.
2017-11-22 11:55:43 +03:00
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
2017-12-12 11:01:34 +03:00
- ~~add `maven.projects.pinnedPomPaths` entry in Workspace Settings.~~ (removed since 0.4.0)
- ~~Can manually import `pom.xml` not located in root folder (right-click on `pom.xml` ).~~ (removed since 0.4.0)
2017-11-29 07:12:43 +03:00
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
2017-11-21 13:51:50 +03:00
- 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.