- same as Beta 3
-
allow minor releases of image_optim above 0.19
image_optim 0.20 apparently fixes an issue with Ruby 2.2.0 — thanks leifcr
- re-enable compatibility with Paperclip 3.4.2
-
all available optimization libraries are disabled by default
Previous versions enabled jpegtran and optipng by default. You will have to re-enable them manually if you wish to retain that behaviour
-
configure PaperclipOptimizer globally, per-attachment and per-style
Thanks to danschultzer, braindeaf and tirdadc for pull requests, input and reports
- updated tests, compatibility with Paperclip 4 - thanks Sija
- relax Paperclip dependency, allow 3.4.x again since it works fine
- do not produce verbose log output by default - thanks Sunny Ripert
- declare the dependency on Paperclip only once - thanks Sunny Ripert
- we're going to 1.0.0 after six months in production
- use image_optim 0.9 and upwards
- use Paperclip 3.5.2 and upwards
- document image_optim_bin for use on Heroku
- add a CHANGELOG
- initial release