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-06-05 13:34:05 +03:00
|
|
|
- [0.9.0](#090)
|
2018-05-15 10:37:58 +03:00
|
|
|
- [0.8.0](#080)
|
2018-04-12 09:41:33 +03:00
|
|
|
- [0.7.0](#070)
|
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-11-10 08:30:04 +03:00
|
|
|
|
2017-11-22 11:55:43 +03:00
|
|
|
## Unreleased
|
2018-06-05 13:34:05 +03:00
|
|
|
|
|
|
|
## Released
|
|
|
|
### 0.9.0
|
2018-06-05 07:50:13 +03:00
|
|
|
- Fixed vulnerabilities in package dependencies.
|
|
|
|
- Formatted filepath for WSL Bash.
|
|
|
|
- Added entry for historical commands in context menu.
|
2018-05-15 10:37:58 +03:00
|
|
|
|
|
|
|
### 0.8.0
|
2018-05-14 08:20:59 +03:00
|
|
|
- Simplified the workflow for executing custom goals.
|
|
|
|
- Supported to fast re-run maven command from history.
|
2018-05-15 10:31:28 +03:00
|
|
|
- Supported to trigger maven command from command palette.
|
2018-05-14 08:20:59 +03:00
|
|
|
- Fixed some bugs.
|
2017-12-26 09:03:14 +03:00
|
|
|
|
2018-03-18 18:20:03 +03:00
|
|
|
### 0.7.0
|
|
|
|
- Added support for setting JAVA_HOME and other environment variables through configuration settings.
|
2018-04-12 09:41:33 +03:00
|
|
|
- Supported to put popular archetypes ahead when generating projects.
|
|
|
|
- Supported to append default options for mvn commands.
|
2018-03-18 18:20:03 +03:00
|
|
|
|
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).
|