Skip to content

Releases: Project-Env/project-env-intellij-plugin

v3.1.0

21 Jul 07:22
Compare
Choose a tag to compare

Added

  • Set Gradle JDK to project JDK if it was installed through Project-Env.

Changed

  • Update Gradle project settings even if the project was added before running the plugin.

v3.0.3

09 Jul 12:55
Compare
Choose a tag to compare

Fixed

  • Fixed resolving Project-Env CLI on Windows

v3.0.2

07 Jul 20:28
Compare
Choose a tag to compare

Added

  • Try to resolve Project-Env CLI from directory /usr/local/bin if not resolvable through PATH.

v3.0.1

06 Jul 04:49
Compare
Choose a tag to compare

Removed

  • removed support for IntelliJ versions < 2020.3.X

v2.2.0

06 Jul 04:33
Compare
Choose a tag to compare

Changed

  • Updated Project-Env core library to version 2.1.0 which introduces the support for Git hooks installation.

v2.1.0

18 Feb 19:17
Compare
Choose a tag to compare

Changed

  • Improved plugin icon by transforming text into paths.
  • Broaden plugin support to 2020.1.

Fixed

  • Do not reload Project-Env configuration during clean-up.
  • Clear environment variables and path elements before registering the new ones.
  • Fixed memory leak of Gradle configurer.

v2.0.0

10 Feb 08:00
Compare
Choose a tag to compare

Added

  • Action in Tools menu to refresh Project-Env.
  • Action in Tools menu to clean previous installed and now unused Project-Env tools.

Changed

  • Updated Project-Env core library to version 2.0.0.

v1.1.1

28 Jan 16:33
Compare
Choose a tag to compare

Changed

  • Updated Project-Env core library to version 1.1.2.

v1.1.0

27 Jan 20:58
Compare
Choose a tag to compare

Added

  • Added simple progress bar to notify the user about the running Project-Env process.

Changed

  • Updated Project-Env core library to version 1.1.0.
  • Gradle project's are updated now after they were loaded too.
  • Improved plugin icon.

v1.0.1

21 Jan 18:11
Compare
Choose a tag to compare

Fixed

  • Fixed the namespace of the toolConfigurer plugin extension point which is used to handle tool specific configuration tasks.