- Upgrade internal tooling API to use Gradle 5.6.2 which adds Java 11 support
- Gradle wrapper is now at Gradle 5.6.2
- Java bytecode compatibility bumped up to 1.8 to support later versions of Gradle Tooling API
- Switch to using the org.jetbrains.intellij plugin for more modern plugin development
- Removed old gradle-one-jar plugin in favor of shadow
- Upgrade internal tooling API to use Gradle 3.5.1
- Add dependency resolution compatibility fixes to support Gradle 2.x, 3.x, and 4.x
- Java bytecode compatibility bumped up to 1.7 to support later versions of Gradle Tooling API
- Upgrade internal tooling API to use Gradle 2.3 #11
- Removed painful light red on blue background selection color #6
- Fixed some wonky Windows JAVA_HOME path behavior #5
- Fixed a Windows path bug with absolute file names #5
- Major rewrite of the Gradle Tooling API integration using 1.12 and custom model serialization
- Added handling of multi-module project dependency graphs for all configurations
- Added separate scrolling log window
- Adjusted color for highlighting on the Darcula theme
- Added toggle to switch between display of actual/replaced versions for #3
- Fixed handling of configurations with "No dependencies" for #2
- Code cleanup and preparation for the dependencyInsight task once it's available in the Gradle Tooling API
- Initial stable release