diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-04-10 12:29:31 +0200 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-04-10 12:29:31 +0200 |
commit | 220b4e0954c885558e11c02fab7be757849446c4 (patch) | |
tree | 0b5834c08624005234b32b92370298f0dec5b943 /README.md | |
parent | Updated README (diff) | |
download | kcc-220b4e0954c885558e11c02fab7be757849446c4.tar.gz kcc-220b4e0954c885558e11c02fab7be757849446c4.tar.bz2 kcc-220b4e0954c885558e11c02fab7be757849446c4.zip |
Add an option to generate a CBZ skipping all the EPUB/Mobi stuff.
Prevent output files to overwrite the source (add _kcc if duplicate is detected) Fixes #45
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md index befb289..b54a166 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,9 @@ The app relies and includes the following scripts/binaries: Rewrite of Landscape Mode support (huge readability improvement for KPW) Upscale use now BILINEAR method Added generic CSS file - Optimized archive extraction for zip/rar files (#40) + Optimized archive extraction for zip/rar files (#40) + - 2.9: Added support for generating a plain CBZ (skipping all the EPUB/Mobi generation) (#45) + Prevent output file overwriting the source one: if a duplicate name is detected, append _kcc to the name ## COPYRIGHT |