Skip to content

Releases: microsoft/vscode-maven

v0.34.0

23 Sep 06:13
ea3b237
Compare
Choose a tag to compare

Added

  • Add command to navigate between conflict dependencies. #672
  • New localization: Chinese (Traditional). #727

Changed

  • Open POM file under local repository in readonly mode. #718
  • Improve performance on fetching plugin information. #714

v0.33.0

25 Aug 09:45
e4e3d61
Compare
Choose a tag to compare

Added

  • New entry to Run lifecycle phases from context menu. #700
  • New setting maven.projectOpenBehavior specifying default way to open newly created project. #662

Fixed

  • Bugs fixes and improvements related to dependency management.
    • Unified icons. #707
    • New setting maven.dependency.enableConflictDiagnostics specifying whether to show diagnostics for dependency conflicts. #677

v0.32.2

05 Aug 07:23
d493e2b
Compare
Choose a tag to compare

Fixed

  • Failed to create project when an empty workspace is opened. #689
  • Malformed dependency node was inserted when pom.xml is dirty. #690 #691

v0.32.1

28 Jul 09:21
1c63ac2
Compare
Choose a tag to compare

Fixed

  • A text file was wrongly created in workspace when calculating dependencies.

v0.32.0

28 Jul 08:43
48e0075
Compare
Choose a tag to compare

Added

  • [Preview] Improve dependency management experience. #261
    • Visualize dependencies in Maven explorer.
    • Resolve dependency conflicts.

Changed

  • Present Effective POMs better with content provider API. #680

v0.31.0

25 May 13:41
Compare
Choose a tag to compare

Added

  • Add code action add a dependency when cursor is within <dependencies> node. #634

Fixed

  • Fixed error when executing "Custom..." or "Favorites..." from command palette. #628
  • Fixed missing entries when resolving unknown types. #638

v0.30.1

07 May 08:55
0775f4c
Compare
Choose a tag to compare

Fixed

  • Fixed Maven project creation on Windows. #623

v0.30.0

28 Apr 03:15
0ae000f
Compare
Choose a tag to compare

Changed

  • Improved user experience for Maven project creation. #604

Fixed

  • Archetype catalog could not be update. #618

v0.29.0

13 Apr 18:01
Compare
Choose a tag to compare

Added

  • Add shortcuts for common lifecycle phases into Maven explorer. #601
  • Add a new setting maven.settingsFile to specify location of settings.xml file. #581

Changed

  • Only generate effective POMs on demand to improve overall performance. #579
  • Display project name, groupId, artifactId in Maven explorer. #590

Fixed

  • Fix auto-completion for version section. #594
  • Fix auto-completion for dependency section when Java extension is working in lightweight mode. #598
  • Fix remote code execution vulnerability. CVE-2021-28472.

v0.28.0

09 Mar 18:02
Compare
Choose a tag to compare
  • Update extension icons. #578
  • Exclude POMs in archetype-resources folder by default. #580
  • Update setting maven.terminal.customEnv to only affect commands sent to terminal. #584 (Fix for CVE-2021-27084)