File tree Expand file tree Collapse file tree 6 files changed +433
-435
lines changed
com.microsoft.jdtls.ext.core Expand file tree Collapse file tree 6 files changed +433
-435
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to the "vscode-java-dependency" extension will be documented
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## 0.12.0
8
+ ### Added
9
+ - Support creating new packages and types. [ #78 ] ( https://github.com/microsoft/vscode-java-dependency/issues/78 )
10
+
11
+ ### Changed
12
+ - Reduce unnecessary refreshes when editing a Java file. [ #283 ] ( https://github.com/microsoft/vscode-java-dependency/issues/78 )
13
+ - Adopt welcome view for Project explorer in LightWeight mode. [ PR #300 ] ( https://github.com/microsoft/vscode-java-dependency/pull/300 )
14
+
15
+ ### Fixed
16
+ - [ Bugs fixed] ( https://github.com/microsoft/vscode-java-dependency/issues?q=is%3Aissue+label%3Abug+milestone%3A0.12.0+is%3Aclosed )
17
+
7
18
## 0.11.0
8
19
### Added
9
20
- Export jar file from workspace folder. [ PR #271 ] ( https://github.com/microsoft/vscode-java-dependency/pull/271 )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : JDTLS EXT Core
4
4
Bundle-SymbolicName : com.microsoft.jdtls.ext.core;singleton:=true
5
- Bundle-Version : 0.11 .0
5
+ Bundle-Version : 0.12 .0
6
6
Bundle-Activator : com.microsoft.jdtls.ext.core.JdtlsExtActivator
7
7
Bundle-RequiredExecutionEnvironment : JavaSE-11
8
8
Bundle-ActivationPolicy : lazy
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.microsoft.jdtls.ext</groupId >
7
7
<artifactId >jdtls-ext-parent</artifactId >
8
- <version >0.11 .0</version >
8
+ <version >0.12 .0</version >
9
9
</parent >
10
10
<artifactId >com.microsoft.jdtls.ext.core</artifactId >
11
11
<packaging >eclipse-plugin</packaging >
Original file line number Diff line number Diff line change 4
4
<groupId >com.microsoft.jdtls.ext</groupId >
5
5
<artifactId >jdtls-ext-parent</artifactId >
6
6
<name >${base.name} :: Parent</name >
7
- <version >0.11 .0</version >
7
+ <version >0.12 .0</version >
8
8
<packaging >pom</packaging >
9
9
<properties >
10
10
<base .name>Java Project Manager</base .name>
You can’t perform that action at this time.
0 commit comments