Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 2.23 KB

CHANGES.md

File metadata and controls

53 lines (41 loc) · 2.23 KB

ImageGrinder

[Unreleased]

[2.2.2] - 2021-09-04

Fixed

  • Skip directories (DOH!).

[2.2.1] - 2021-09-04

Fixed

  • Now supports the Gradle Configuration Cache, but we had to lose support for incremental build (#9).

[2.2.0] - 2021-09-04 [YANKED]

Added

  • Now supports the Gradle Configuration Cache (#8).
    • This required bumping our minimum required Gradle from 5.6 to 6.0.

[2.1.3] - 2021-06-12

Fixed

  • Bumped batik from 1.12 to 1.14

[2.1.2] - 2020-01-26

Fixed

  • 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.