Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.69 KB

CHANGES.md

File metadata and controls

35 lines (27 loc) · 1.69 KB

ImageGrinder

[Unreleased]

[2.1.2] - 2020-01-26

  • Fixed deprecation warning for multi-project parallel builds.

[2.1.1] - 2020-01-25

Fixed

  • Improved deprecation warning message.

[2.1.0] - 2020-01-24

Changed

  • Plugin id is now com.diffplug.image-grinder (reasoning).
    • You can still use the legacy com.diffplug.gradle.image-grinder if you want, but you'll get a deprecation warning.
  • Upgraded Batik from 1.11 to 1.12.
  • Upgraded build to blowdryer.

[2.0.2] - 2019-08-19

  • Now uses the new Worker API introduced in 5.6, no longer uses the Worker API scheduled to be deprecated in 6.0 (#2)
    • Bumped minimum required Gradle from 4.1 to 5.6
    • Bumped all deps to latest, especially batik from 1.9.1 to 1.11
  • Now compatible with the gradle build cache, and uses the new incremental API (#3)

[2.0.1] - 2018-01-02

  • Fixed a bug where image-grinder would barf on folders that got included in the input files.

[2.0.0] - 2017-09-30

  • If a task name starts with process, then it will be made into a requirement for the processResources task.
  • Bump batik dependency from 1.7 to 1.9.1.
  • Fix discrepancy in PNG render on mac vs win. output is still a few bits different, but visually indistinguishable
  • Fixes up-to-date checking for the case that a changed file changes what the output files are.

[1.0.0] - 2017-09-22

  • First stable release.