Skip to content

Releases: Konloch/ColorUtils

ColorUtils v1.2.0

26 Feb 13:49

Choose a tag to compare

This has been heavily tested but please feel free to report any issues found.

To add it as a maven dependency:

<dependency>
  <groupId>com.konloch</groupId>
  <artifactId>ColorUtils</artifactId>
  <version>1.2.0</version>
</dependency>

Changes

  • MIT License
  • API changes

Full Changelog: v1.1.0...v1.2.0

ColorUtils v1.1.0

24 Feb 15:55

Choose a tag to compare

This has been heavily tested but please feel free to report any issues found.

To add it as a maven dependency:

<dependency>
  <groupId>com.konloch</groupId>
  <artifactId>ColorUtils</artifactId>
  <version>1.1.0</version>
</dependency>

Changes

  • API changes and finalizes the documentation.

Full Changelog: v1.0.0...v1.1.0

ColorUtils v1.0.0

20 Feb 20:01

Choose a tag to compare

This is the first public release of the library, it has been heavily tested but please feel free to report any issues found.

To add it as a maven dependency:

<dependency>
  <groupId>com.konloch</groupId>
  <artifactId>ColorUtils</artifactId>
  <version>1.0.0</version>
</dependency>