Skip to content

Commit ae92709

Browse files
authored
up version to 0.19.0 (#842)
Signed-off-by: Yan Zhang <[email protected]>
1 parent 4229856 commit ae92709

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

3+
## 0.19.0
4+
### Added
5+
- New command to `Install New JDK`. [#803](https://github.com/microsoft/vscode-java-pack/pull/803)
6+
7+
### Changed
8+
- New UX of `Configure Java Runtime` page. [#791](https://github.com/microsoft/vscode-java-pack/pull/791)
9+
- Refine `Java: Getting Started` page
10+
- Renamed as `Java: Tips for Beginners` to avoid confusion. [#809](https://github.com/microsoft/vscode-java-pack/issues/809)
11+
- Adopted same styling with VS Code. [#831](https://github.com/microsoft/vscode-java-pack/pull/831)
12+
13+
### Fixed
14+
- Cover more paths when searching for installed Java runtimes. [#596](https://github.com/microsoft/vscode-java-pack/issues/596)
15+
16+
## 0.18.7
17+
### Fixed
18+
- Support to detect macOS with ARM chips.
19+
- Get correct project type.
20+
321
## 0.18.6
422
### Changed
523
- Adopt Adoptium API v3 to download JDK 17. [#765](https://github.com/microsoft/vscode-java-pack/pull/765)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Extension Pack for Java",
44
"description": "Popular extensions for Java development that provides Java IntelliSense, debugging, testing, Maven/Gradle support, project management and more",
55
"license": "MIT",
6-
"version": "0.18.6",
6+
"version": "0.19.0",
77
"publisher": "vscjava",
88
"preview": true,
99
"engines": {

0 commit comments

Comments
 (0)