|
1 | | -# zImageOptimizer [](https://github.com/zevilz/zImageOptimizer/releases/tag/0.10.0) [](https://www.paypal.me/zevilz) |
| 1 | +# zImageOptimizer [](https://github.com/zevilz/zImageOptimizer/releases/tag/0.10.1) [](https://www.paypal.me/zevilz) |
2 | 2 |
|
3 | 3 | Simple bash script for lossless image optimizing JPEG, PNG and GIF images in a specified directory include subdirectories on Linux, MacOS and FreeBSD. |
4 | 4 |
|
@@ -71,7 +71,8 @@ Notices: |
71 | 71 | - path in `-p (--path)` and `-tmp (--tmp-path)` options may be with and without a slash in the end of the path; |
72 | 72 | - it is impossible to use together `-t (--time)` and `-n (--new-only)` options; |
73 | 73 | - you must use `-m (--time-marker)` option with `-n (--new-only)` option; |
74 | | -- you must use `--unlock` option with `-p (--path)` option (just add `--unlock` option in next run). |
| 74 | +- you must use `--unlock` option with `-p (--path)` option (just add `--unlock` option in next run); |
| 75 | +- you can install dependences without any questions in check mode (`-c (--check-only)`) using `-q (--quiet)` option. |
75 | 76 |
|
76 | 77 | Recommendation: use [GNU Screen](https://en.wikipedia.org/wiki/GNU_Screen) or analogs if there are many images in an input directory, because the optimization may can take long time. |
77 | 78 |
|
@@ -427,6 +428,7 @@ Do you like the script? Would you like to support its development? Feel free to |
427 | 428 | [](https://www.paypal.me/zevilz) |
428 | 429 |
|
429 | 430 | ## Changelog |
| 431 | +- 16.08.2020 - 0.10.1 - [bugfix](https://github.com/zevilz/zImageOptimizer/releases/tag/0.10.1) |
430 | 432 | - 03.08.2020 - 0.10.0 - added `--unlock` option, added new hooks for extensions, bugfixes |
431 | 433 | - 04.05.2019 - 0.9.9 - bugfix (added check for using time marker in function fixTimeMarker) |
432 | 434 | - 02.05.2019 - 0.9.8 - [changed logic of time marker, bugfix](https://github.com/zevilz/zImageOptimizer/releases/tag/0.9.8) |
|
0 commit comments