Releases: zevilz/zImageOptimizer
Releases · zevilz/zImageOptimizer
0.10.6
0.10.5
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
- added new option
--unlock
for unlock dir in lock file; - added new hooks for extensions;
- added information about extensions;
- added wiki pages about extensions development and hooks;
- bugfixes.
0.9.9
0.9.8
- Changed logic of time marker. Now the marker is created before optimization, modified time of images is made same as that of the marker. All images created during optimization will be considered new and will be optimized at the next launch;
- Fixed bug of find images when using -n (--new-only) option without -m (--time-marker).
0.9.7
- improved extensions support;
- added new option
-ext (--extensions=)
for enabled specified extensions, extensions not used by default now; - added new hooks for extensions;
- added docker image info provided by Varun Batra;
- refactoring.