Skip to content

Commit 6c8d0c0

Browse files
committed
Updated
1 parent 8bb8d84 commit 6c8d0c0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# zImageOptimizer [![Version](https://img.shields.io/badge/version-v0.10.0-orange.svg)](https://github.com/zevilz/zImageOptimizer/releases/tag/0.10.0) [![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://www.paypal.me/zevilz)
1+
# zImageOptimizer [![Version](https://img.shields.io/badge/version-v0.10.1-orange.svg)](https://github.com/zevilz/zImageOptimizer/releases/tag/0.10.1) [![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://www.paypal.me/zevilz)
22

33
Simple bash script for lossless image optimizing JPEG, PNG and GIF images in a specified directory include subdirectories on Linux, MacOS and FreeBSD.
44

@@ -71,7 +71,8 @@ Notices:
7171
- path in `-p (--path)` and `-tmp (--tmp-path)` options may be with and without a slash in the end of the path;
7272
- it is impossible to use together `-t (--time)` and `-n (--new-only)` options;
7373
- 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.
7576

7677
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.
7778

@@ -427,6 +428,7 @@ Do you like the script? Would you like to support its development? Feel free to
427428
[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://www.paypal.me/zevilz)
428429

429430
## Changelog
431+
- 16.08.2020 - 0.10.1 - [bugfix](https://github.com/zevilz/zImageOptimizer/releases/tag/0.10.1)
430432
- 03.08.2020 - 0.10.0 - added `--unlock` option, added new hooks for extensions, bugfixes
431433
- 04.05.2019 - 0.9.9 - bugfix (added check for using time marker in function fixTimeMarker)
432434
- 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

Comments
 (0)