Skip to content

Releases: microsoft/vscode-java-dependency

Release 0.15.0

19 Nov 09:41
2bbee59

Choose a tag to compare

Added

  • Support exporting jar with custom task. PR#350
  • Add rename into the view context menu. PR#353
  • Add context value for folder nodes in the Java Projects explorer. PR#365

Changed

  • Update the icon of exporting jar. PR#360

Fixed

Release 0.14.0

19 Oct 09:14
8e3d940

Choose a tag to compare

Added

  • Add a new setting java.project.exportJar.targetPath to specify target path when exporting jar. #330
  • Add delete action into the Project explorer's context menu. PR#343
  • Can trigger New Java Class and New Package actions from the project nodes in the Project explorer. PR#335
  • Can reveal the Project explorer from the Java source file. PR#327
  • Can reveal the Project explorer from the editor context menu. PR#332
  • Add inline buttons for New Java Class in the Project explorer. PR#331

Fixed

Release 0.13.0

03 Sep 01:47
23eee95

Choose a tag to compare

Added

  • Add overflow menu and the shortcut for Build Workspace and Clean Workspace commands. PR#308

Changed

  • Refined the context value of the nodes in the Java Projects explorer. PR#311. For more details about how to register commands onto the nodes, see the wiki page.
  • The default package will not show in the explorer any more. #313
  • Improve the explorer layout for No build tools projects. PR#312, PR#210
  • Improve the description for No build tools option when creating new projects. PR#314

Fixed

Release 0.12.0

20 Aug 03:29
f7b80ba

Choose a tag to compare

Added

  • Support creating new packages and types. #78

Changed

  • Reduce unnecessary refreshes when editing a Java file. #283
  • Adopt welcome view for Project explorer in LightWeight mode. PR#300

Fixed

Release 0.11.0

12 Aug 02:27
af06e5d

Choose a tag to compare

Added

  • Export jar file from workspace folder. PR#271
  • A unified entry to create new Java projects. PR#276
  • Adopt APIs in LightWeight mode. PR#272

Changed

  • Extension is renamed to Project Manager for Java. #248

Release 0.10.2

06 Jul 06:42
f3276c0

Choose a tag to compare

Added

  • Integrated the TAS client. PR#260

Release 0.10.1

15 May 07:49
875c9c5

Choose a tag to compare

Changed

  • Update the vscode-extension-telemetry-wrapper to 0.8.0.

Release 0.10.0

09 May 08:26

Choose a tag to compare

Changed

  • Migrate icons to Codicons. PR#241, PR#242
  • The command Create Java Project now will allow users to create a Java project with Maven support (as long as the Maven extension is installed) or a project without any build tools. #199, #249

Fixed

Release 0.9.0

09 May 08:23
29bde8d

Choose a tag to compare

Added

  • A new entry in explorer to add Maven dependencies. PR#230

Changed

  • By default, the explorer won't show the members of the classes. If the users want to show them in the explorer, please set the setting java.dependency.showMembers to true. PR#235

Release 0.8.0

17 Jan 08:31
2397d9e

Choose a tag to compare

Added

  • Support managing referenced libraries in the dependency explorer. #174