1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-30 19:23:06 +00:00

Updated README

This commit is contained in:
Paweł Jastrzębski
2013-05-27 09:18:28 +02:00
parent aadb5407d2
commit ff8f6e073f
+65 -48
View File
@@ -94,54 +94,71 @@ The app relies and includes the following scripts/binaries:
- `magic.py` from [python-magic](https://github.com/ahupp/python-magic) library - `magic.py` from [python-magic](https://github.com/ahupp/python-magic) library
## CHANGELOG ## CHANGELOG
- 1.00: Initial version ####1.00
- 1.10: Added support for CBZ/CBR files in comic2ebook.py * Initial version
- 1.11: Added support for CBZ/CBR files in KindleComicConverter ####1.10
- 1.20: Comic optimizations! Split pages not target-oriented (landscape with portrait target or portrait * Added support for CBZ/CBR files in comic2ebook.py
with landscape target), add palette and other image optimizations from Mangle. ####1.11
WARNING: PIL is required for all image mangling! * Added support for CBZ/CBR files in KindleComicConverter
- 1.30: Fixed an issue in OPF generation for device resolution ####1.20
Reworked options system (call with -h option to get the inline help) * Comic optimizations! Split pages not target-oriented (landscape with portrait target or portrait with landscape target), add palette and other image optimizations from Mangle. WARNING: PIL is required for all image mangling!
- 1.40: Added some options for controlling image optimization ####1.30
Further optimization (ImageOps, page numbering cut, autocontrast) * Fixed an issue in OPF generation for device resolution
- 1.41: Fixed a serious bug on resizing when img ratio was bigger than device one * Reworked options system (call with -h option to get the inline help)
- 1.50: Added subfolder support for multiple chapters. ####1.40
- 2.0: GUI! AppleScript is gone and Tk is used to provide cross-platform GUI support. * Added some options for controlling image optimization
- 2.1: Added basic error reporting * Further optimization (ImageOps, page numbering cut, autocontrast)
- 2.2: Added (valid!) ePub 2.0 output ####1.41
Rename .zip files to .cbz to avoid overwriting * Fixed a serious bug on resizing when img ratio was bigger than device one
- 2.3: Fixed win32 ePub generation, folder handling, filenames with spaces and subfolders ####1.50
- 2.4: Use temporary directory as workdir (fixes converting from external volumes and zipfiles renaming) * Added subfolder support for multiple chapters.
Fixed "add folders" from GUI. ####2.0
- 2.5: Added --black-borders option to set added borders black when page's ratio is not the device's one (#11). * GUI! AppleScript is gone and Tk is used to provide cross-platform GUI support.
Fixes epub containing zipped itself (#10) ####2.1
- 2.6: Added --rotate option to rotate landscape images instead of splitting them (#16, #24) * Added basic error reporting
Added --output option to customize ePub output dir/file (#22) #### 2.2:
Add rendition:layout and rendition:orientation ePub meta tags (supported by new kindlegen 2.8) * Added (valid!) ePub 2.0 output
Fixed natural sorting for files (#18) * Rename .zip files to .cbz to avoid overwriting
- 2.7: Lots of GUI improvements (#27, #13) ####2.3
Added gamma support within --gamma option (defaults to profile-specified gamma) (#26, #27) * Fixed win32 ePub generation, folder handling, filenames with spaces and subfolders
Added --nodithering option to prevent dithering optimizations (#27) ####2.4
Epub margins support (#30) * Use temporary directory as workdir (fixes converting from external volumes and zipfiles renaming)
Fixed no file added if file has no spaces on Windows (#25) * Fixed "add folders" from GUI.
Gracefully exit if unrar missing (#15) ####2.5
Do not call kindlegen if source epub is bigger than 320MB (#17) * Added --black-borders option to set added borders black when page's ratio is not the device's one (#11).
Get filetype from magic number (#14) * Fixes epub containing zipped itself (#10)
PDF conversion works again ####2.6
- 2.8: updated rarfile library * Added --rotate option to rotate landscape images instead of splitting them (#16, #24)
Panel View support + HQ support (#36) - new option: --nopanelviewhq * Added --output option to customize ePub output dir/file (#22)
Split profiles for K4NT and K4T * Add rendition:layout and rendition:orientation ePub meta tags (supported by new kindlegen 2.8)
Rewrite of Landscape Mode support (huge readability improvement for KPW) * Fixed natural sorting for files (#18)
Upscale use now BILINEAR method ####2.7:
Added generic CSS file * Lots of GUI improvements (#27, #13)
Optimized archive extraction for zip/rar files (#40) * Added gamma support within --gamma option (defaults to profile-specified gamma) (#26, #27)
- 2.9: Added support for generating a plain CBZ (skipping all the EPUB/Mobi generation) (#45) * Added --nodithering option to prevent dithering optimizations (#27)
Prevent output file overwriting the source one: if a duplicate name is detected, append _kcc to the name * Epub margins support (#30)
Rarfile library updated to 2.6 * Fixed no file added if file has no spaces on Windows (#25)
Added GIF, TIFF and BMP to supported formats (#42) * Gracefully exit if unrar missing (#15)
Filenames slugifications (#28, #31, #9, #8) * Do not call kindlegen if source epub is bigger than 320MB (#17)
- 2.10: Kindle Fire support (color ePub/Mobi) * Get filetype from magic number (#14)
Panel View support for horizontal content * PDF conversion works again
####2.8
* Updated rarfile library
* Panel View support + HQ support (#36) - new option: --nopanelviewhq
* Split profiles for K4NT and K4T
* 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)
####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
* Rarfile library updated to 2.6
* Added GIF, TIFF and BMP to supported formats (#42)
* Filenames slugifications (#28, #31, #9, #8)
####2.10:
* Kindle Fire support (color ePub/Mobi)
* Panel View support for horizontal content
## COPYRIGHT ## COPYRIGHT