Skip to content

Releases: romainmenke/simple-guetzli

v0.4.0

08 Sep 14:26
Compare
Choose a tag to compare

Changelog

f51690e only add .jpg extension when the output dir is different from the input
af3da97 always convert to .jpg file extension
ae0efd9 fixes
65e2ddd fixes
89e5833 create a copy of settings before each pass
e58277f add interval option
4c27790 rewrite copy logic: copies errored compressions / grows count as errors

v0.3.3

04 May 18:44
Compare
Choose a tag to compare
  • Dont Grow flag : if Guetzli produces a larger file than the original, the result is deleted.
  • Copy flag : after compression all files that are present in the input directory, but not in the output are copied over.

v0.2.1

30 Mar 17:40
Compare
Choose a tag to compare
  • Max Threads Default is now based on your cpu. It set to max threads minus 1
  • Max memory is now divided by the number of parallel jobs to make it easier to manage.

v0.2.0

28 Mar 16:33
Compare
Choose a tag to compare

Add mem flags

Changelog

8cadfbd README
bc34887 Update README.md
8375a16 add mem flags
3c2529d goreleaser

v0.1.0

26 Mar 16:33
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
README