ImageGrinder
September 4, 2021 ยท View on GitHub
[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.6to6.0.
- This required bumping our minimum required Gradle from
[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-grinderif you want, but you'll get a deprecation warning.
- You can still use the legacy
- Upgraded Batik from
1.11to1.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 in6.0(#2)- Bumped minimum required Gradle from
4.1to5.6 - Bumped all deps to latest, especially batik from
1.9.1to1.11
- Bumped minimum required Gradle from
- 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 theprocessResourcestask. - Bump batik dependency from
1.7to1.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.