CHANGELOG.markdown in image_optim-0.18.0 vs CHANGELOG.markdown in image_optim-0.19.0

- old
+ new

@@ -1,8 +1,18 @@ # ChangeLog ## unreleased +## v0.19.0 (2014-11-08) + +* Added lossy worker `jpegrecompress` (uses [`jpeg-recompress`](https://github.com/danielgtaylor/jpeg-archive#jpeg-recompress)), disabled unless `:allow_lossy` is true [#65](https://github.com/toy/image_optim/issues/65) [@wjordan](https://github.com/wjordan) [@toy](https://github.com/toy) +* `:allow_lossy` option to allow lossy workers and optimizations [@toy](https://github.com/toy) +* Don't warn multiple times about problematic binary [#69](https://github.com/toy/image_optim/issues/69) [@toy](https://github.com/toy) +* Run gisicle two times (with interlace off then with on) if interlace is not set explicitly [#70](https://github.com/toy/image_optim/issues/70) [@toy](https://github.com/toy) +* Remove app and other extensions from gif images [@toy](https://github.com/toy) +* Change behaviour of gifsicle interlace option to deinterlace for `false`, pass `nil` to leave as is [@toy](https://github.com/toy) +* Worker can change its initialization by overriding `init` and can initialize multiple instances [#70](https://github.com/toy/image_optim/issues/70) [@toy](https://github.com/toy) + ## v0.18.0 (2014-11-01) * Add interface to `image_optim_pack` [@toy](https://github.com/toy) * Use `in_threads ~> 1.3` [@toy](https://github.com/toy) * Added options to Gifsicle, specifically --careful (for compatibility) and --optimize for granularity [#51](https://github.com/toy/image_optim/issues/51) [@kaspergrubbe](https://github.com/kaspergrubbe)