-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up busted markdown, add updates for previous releases, prepare …
…for 3.0.0 release
- Loading branch information
Showing
1 changed file
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,28 @@ | ||
##2.0.1 - 2014-09-22 | ||
## 3.0.0 - 2017-11-21 | ||
* 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 | ||
|
||
## 2.1.0 - 2015-04-27 | ||
* Upgrade internal tooling API to use Gradle 2.3 #11 | ||
* Removed painful light red on blue background selection color #6 | ||
|
||
## 2.0.2 - 2014-10-06 | ||
* Fixed some wonky Windows JAVA_HOME path behavior #5 | ||
|
||
## 2.0.1 - 2014-09-22 | ||
* Fixed a Windows path bug with absolute file names [#5](https://github.com/rholder/gradle-view/issues/5) | ||
|
||
##2.0.0 - 2014-09-10 | ||
## 2.0.0 - 2014-09-10 | ||
* 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 | ||
|
||
##1.0.1 - 2013-07-21 | ||
## 1.0.1 - 2013-07-21 | ||
* Adjusted color for highlighting on the Darcula theme | ||
* Added toggle to switch between display of actual/replaced versions for [#3](https://github.com/rholder/gradle-view/issues/3) | ||
* Fixed handling of configurations with "No dependencies" for [#2](https://github.com/rholder/gradle-view/issues/2) | ||
* Code cleanup and preparation for the dependencyInsight task once it's available in the Gradle Tooling API | ||
|
||
##1.0.0 - 2012-01-03 | ||
## 1.0.0 - 2012-01-03 | ||
* Initial stable release |