Skip to content

Releases: zevilz/zImageOptimizer

0.10.6

14 Sep 08:42
Compare
Choose a tag to compare
0.10.6 Pre-release
Pre-release

Bugfix: check file exists before optimizing

0.10.5

09 Mar 11:43
Compare
Choose a tag to compare
0.10.5 Pre-release
Pre-release

Added support for automatic install dependencies on MacOS 11+

0.10.4

27 Sep 19:06
Compare
Choose a tag to compare
0.10.4 Pre-release
Pre-release

Fixed permissions and modify time for successfully optimized images. This was broken in a previous release.

0.10.3

03 Sep 11:55
Compare
Choose a tag to compare
0.10.3 Pre-release
Pre-release

Preserve permissions and modify time during backup/restore

0.10.2

03 Sep 10:40
Compare
Choose a tag to compare
0.10.2 Pre-release
Pre-release

Added BACKUP var in main loop for extensions and small refactoring.

0.10.1

16 Aug 10:07
Compare
Choose a tag to compare
0.10.1 Pre-release
Pre-release

Fixed using -c (--check-only) and -q (--quiet) options together. Now you can use them together for check and install dependencies without any questions.

0.10.0

03 Aug 17:13
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release
  • 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

04 May 16:57
Compare
Choose a tag to compare
0.9.9 Pre-release
Pre-release

Added check for using time marker in function fixTimeMarker() to avoid warnings after optimize.

0.9.8

02 May 15:04
Compare
Choose a tag to compare
0.9.8 Pre-release
Pre-release
  • 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

29 Apr 12:07
Compare
Choose a tag to compare
0.9.7 Pre-release
Pre-release
  • 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.