Releases: Project-Env/project-env-intellij-plugin
Releases · Project-Env/project-env-intellij-plugin
v3.1.0
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
Fixed
- Fixed resolving Project-Env CLI on Windows
v3.0.2
Added
- Try to resolve Project-Env CLI from directory
/usr/local/bin
if not resolvable throughPATH
.
v3.0.1
Removed
- removed support for IntelliJ versions < 2020.3.X
v2.2.0
Changed
- Updated Project-Env core library to version
2.1.0
which introduces the support for Git hooks installation.
v2.1.0
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
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
Changed
- Updated Project-Env core library to version
1.1.2
.
v1.1.0
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
Fixed
- Fixed the namespace of the
toolConfigurer
plugin extension point which is used to handle tool specific configuration tasks.