diff options
| author | Paweł Jastrzębski <[email protected]> | 2015-06-21 08:14:54 +0200 |
|---|---|---|
| committer | Paweł Jastrzębski <[email protected]> | 2015-06-21 08:29:22 +0200 |
| commit | 6b58ef4557c226221fc27883832ce3120a96e685 (patch) | |
| tree | 6e953ccfc6aae03effa5957794cc2c5a8fd50f95 /README.md | |
| parent | Dropped Kindle Fire support (diff) | |
| download | kcc-6b58ef4557c226221fc27883832ce3120a96e685.tar.gz kcc-6b58ef4557c226221fc27883832ce3120a96e685.tar.bz2 kcc-6b58ef4557c226221fc27883832ce3120a96e685.zip | |
Updated README + version bump
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/README.md b/README.md index 4438778..87b7151 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # KCC **Kindle Comic Converter** is a Python app to convert comic/manga files or folders to EPUB, Panel View MOBI or E-Ink optimized CBZ. -It was initially developed for Kindle but since version 4.0 it outputs valid EPUB 3.0 so _**despite its name, KCC is +It was initially developed for Kindle but since version 4.6 it outputs valid EPUB 3.0 so _**despite its name, KCC is actually a comic/manga to EPUB converter that every e-reader owner can happily use**_. It can also optionally optimize images by applying a number of transformations. @@ -75,8 +75,7 @@ Options: MAIN: -p PROFILE, --profile=PROFILE Device profile (Available options: K1, K2, K345, KDX, - KPW, KV, KFHD, KFHDX, KFHDX8, KFA, KoMT, KoG, KoGHD, KoA, - KoAHD, KoAH2O) [Default=KV] + KPW, KV, KoMT, KoG, KoGHD, KoA, KoAHD, KoAH2O) [Default=KV] -q QUALITY, --quality=QUALITY Quality of Panel View. 0 - Normal 1 - High 2 - Ultra [Default=0] -m, --manga-style Manga style (Right-to-left reading and splitting) @@ -145,18 +144,25 @@ The app relies and includes the following scripts: - Icon is by **Nikolay Verin** ([http://ncrow.deviantart.com/](http://ncrow.deviantart.com/)) and released under [CC BY-NC-SA 3.0](http://creativecommons.org/licenses/by-nc-sa/3.0/) License. ## SAMPLE FILES CREATED BY KCC -* [Kindle Voyage](http://kcc.iosphe.re/Samples/Ubunchu!-KV.mobi) -* [Kindle Paperwhite](http://kcc.iosphe.re/Samples/Ubunchu!-KPW.mobi) +* [Kindle Paperwhite 3 / Voyage](http://kcc.iosphe.re/Samples/Ubunchu!-KV.mobi) +* [Kindle Paperwhite 1 / 2](http://kcc.iosphe.re/Samples/Ubunchu!-KPW.mobi) * [Kindle](http://kcc.iosphe.re/Samples/Ubunchu!-K345.mobi) * [Kindle DX/DXG](http://kcc.iosphe.re/Samples/Ubunchu!-KDX.cbz) -* [Kobo Mini/Touch](http://kcc.iosphe.re/Samples/Ubunchu!-KoMT.cbz) -* [Kobo Glo](http://kcc.iosphe.re/Samples/Ubunchu!-KoG.cbz) -* [Kobo Glo HD](http://kcc.iosphe.re/Samples/Ubunchu!-KoGHD.cbz) -* [Kobo Aura](http://kcc.iosphe.re/Samples/Ubunchu!-KoA.cbz) -* [Kobo Aura HD](http://kcc.iosphe.re/Samples/Ubunchu!-KoAHD.cbz) -* [Kobo Aura H2O](http://kcc.iosphe.re/Samples/Ubunchu!-KoAH2O.cbz) +* [Kobo Mini/Touch](http://kcc.iosphe.re/Samples/Ubunchu-KoMT.kepub.epub) +* [Kobo Glo](http://kcc.iosphe.re/Samples/Ubunchu-KoG.kepub.epub) +* [Kobo Glo HD](http://kcc.iosphe.re/Samples/Ubunchu-KoGHD.kepub.epub) +* [Kobo Aura](http://kcc.iosphe.re/Samples/Ubunchu-KoA.kepub.epub) +* [Kobo Aura HD](http://kcc.iosphe.re/Samples/Ubunchu-KoAHD.kepub.epub) +* [Kobo Aura H2O](http://kcc.iosphe.re/Samples/Ubunchu-KoAH2O.kepub.epub) ## CHANGELOG +####4.6: +* KEPUB is now default output for all Kobo profiles +* EPUB output now produce fully valid EPUB 3.0.1 +* Added profile for Kindle Paperwhite 3 +* Dropped official support of all Kindle Fire models and Kindle for Android +* Other minor tweaks + ####4.5.1: * Added Kobo Glo HD profile * Fixed RAR/CBR parsing anomalies |