Skip to content

Releases: mopemope/meghanada-server

v1.3.2

01 Jan 05:10
Compare
Choose a tag to compare

Fixed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

15 Aug 03:01
Compare
Choose a tag to compare

Added

  • Add the function of sending an error report.

Changed

  • Update gradle to 6.6.
  • Fix to use the latest library.
  • Improve compile error logs.
  • Improve detection of dependent libraries in gradle projects.
  • Fix to keep a class cache for each project.
  • Shorten the File path in the log

v1.3.0

06 May 13:50
Compare
Choose a tag to compare

Added

  • global code formatter configuration file support.

Changed

  • fix the thread pool settings to improve performance.
  • improve performance a bit by using the bloom filter to find references.
  • fix to use the latest library.

Fixed

  • fix a reference search that was incorrect.

Version 1.2.1 (2019-12-15)

15 Dec 13:58
Compare
Choose a tag to compare
  • fix some bugs and improve stability.

Version 1.2.0 (2019-05-26)

26 May 05:52
Compare
Choose a tag to compare
  • collect telemetry data of meghanada-server (default disabled).
  • fix constructor completion format.
  • fix array completion.
  • fix file paths not being processed correctly in windows.
  • fix some bugs and improve stability.

Version 1.1.2 (2019-05-09)

09 May 13:49
Compare
Choose a tag to compare
  • fix NoClassDefFoundError when run junit.
  • fix some bugs and improve stability.

Version 1.1.1 (2019-05-07)

07 May 14:02
Compare
Choose a tag to compare
  • fix detect gradle project root.
  • fix some bugs and improve stability.

Version 1.1.0 (2019-05-06)

06 May 13:52
Compare
Choose a tag to compare
  • support open j9 (experimental).
  • fix some bugs and improve stability.

Version 1.0.14 (2019-04-26)

26 Apr 14:02
Compare
Choose a tag to compare
  • works without the project tool (mvn, gradle, etc).
  • support java 12 (experimental).
  • add jvm option setting (meghanada-jvm-option).
  • support company-box.
  • fix some bugs and improve stability.

Version 1.0.13 (2019-02-25)

25 Feb 14:30
Compare
Choose a tag to compare
  • support build.gradle.kts.
  • fix some bugs and improve stability.