1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

Added --black-borders option to set added borders black when page's ratio is not the device's one (fixes #11).

Fixes epub containing zipped itself (fixes #10).
This commit is contained in:
Ciro Mattia Gonano
2013-02-05 19:13:13 +01:00
parent d136f8cc3a
commit e1c0b5e0bc
6 changed files with 60 additions and 55 deletions

View File

@@ -17,7 +17,7 @@ import sys
from setuptools import setup
NAME='KindleComicConverter'
VERSION="2.3"
VERSION="2.5"
mainscript = 'kcc.py'
if sys.platform == 'darwin':