From 9867f63d00484eccac4e5bc6df18ed64e54c09b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Jastrz=C4=99bski?= Date: Sat, 1 Feb 2014 19:13:03 +0100 Subject: [PATCH] Version bump + README update --- README.md | 6 ++++++ kcc-c2e.py | 2 +- kcc-c2p.py | 2 +- kcc.iss | 2 +- kcc.py | 2 +- kcc/KCC_gui.py | 2 +- kcc/__init__.py | 2 +- kcc/comic2ebook.py | 2 +- kcc/comic2panel.py | 2 +- setup.py | 2 +- setup.sh | 2 +- 11 files changed, 16 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b6b6dc99..dc9c25d3 100644 --- a/README.md +++ b/README.md @@ -333,6 +333,12 @@ The app relies and includes the following scripts/binaries: * Fixed OSX file association support * Many extensive internal changes and tweaks +####4.0.1: +* Fixed file lock problems that plagued some Windows users +* Fixed content server failing to start on Windows +* Improved performance of WebToon splitter +* Tweaked margin color detection + ## KNOWN ISSUES Please check [wiki page](https://github.com/ciromattia/kcc/wiki/Known-issues). diff --git a/kcc-c2e.py b/kcc-c2e.py index d9c548e7..82fbdd52 100755 --- a/kcc-c2e.py +++ b/kcc-c2e.py @@ -18,7 +18,7 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -__version__ = '4.0' +__version__ = '4.0.1' __license__ = 'ISC' __copyright__ = '2012-2014, Ciro Mattia Gonano , Pawel Jastrzebski ' __docformat__ = 'restructuredtext en' diff --git a/kcc-c2p.py b/kcc-c2p.py index c9154094..040482e3 100755 --- a/kcc-c2p.py +++ b/kcc-c2p.py @@ -23,7 +23,7 @@ print('ERROR: This is Python 3 script!') exit(1) -__version__ = '4.0' +__version__ = '4.0.1' __license__ = 'ISC' __copyright__ = '2012-2014, Ciro Mattia Gonano , Pawel Jastrzebski ' __docformat__ = 'restructuredtext en' diff --git a/kcc.iss b/kcc.iss index 798a1d76..f08c1f94 100644 --- a/kcc.iss +++ b/kcc.iss @@ -1,5 +1,5 @@ #define MyAppName "Kindle Comic Converter" -#define MyAppVersion "4.0" +#define MyAppVersion "4.0.1" #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski" #define MyAppURL "http://kcc.vulturis.eu/" #define MyAppExeName "KCC.exe" diff --git a/kcc.py b/kcc.py index 684fda18..08c69258 100755 --- a/kcc.py +++ b/kcc.py @@ -18,7 +18,7 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -__version__ = '4.0' +__version__ = '4.0.1' __license__ = 'ISC' __copyright__ = '2012-2014, Ciro Mattia Gonano , Pawel Jastrzebski ' __docformat__ = 'restructuredtext en' diff --git a/kcc/KCC_gui.py b/kcc/KCC_gui.py index d30c63fc..c55b9871 100644 --- a/kcc/KCC_gui.py +++ b/kcc/KCC_gui.py @@ -17,7 +17,7 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -__version__ = '4.0' +__version__ = '4.0.1' __license__ = 'ISC' __copyright__ = '2012-2014, Ciro Mattia Gonano , Pawel Jastrzebski ' __docformat__ = 'restructuredtext en' diff --git a/kcc/__init__.py b/kcc/__init__.py index 56d1258f..ac89a5ef 100644 --- a/kcc/__init__.py +++ b/kcc/__init__.py @@ -1,4 +1,4 @@ -__version__ = '4.0' +__version__ = '4.0.1' __license__ = 'ISC' __copyright__ = '2012-2014, Ciro Mattia Gonano , Pawel Jastrzebski ' __docformat__ = 'restructuredtext en' \ No newline at end of file diff --git a/kcc/comic2ebook.py b/kcc/comic2ebook.py index 9e131844..8de6d1c2 100755 --- a/kcc/comic2ebook.py +++ b/kcc/comic2ebook.py @@ -18,7 +18,7 @@ # PERFORMANCE OF THIS SOFTWARE. # -__version__ = '4.0' +__version__ = '4.0.1' __license__ = 'ISC' __copyright__ = '2012-2014, Ciro Mattia Gonano , Pawel Jastrzebski ' __docformat__ = 'restructuredtext en' diff --git a/kcc/comic2panel.py b/kcc/comic2panel.py index f7e3150d..ef34a588 100644 --- a/kcc/comic2panel.py +++ b/kcc/comic2panel.py @@ -18,7 +18,7 @@ # PERFORMANCE OF THIS SOFTWARE. # -__version__ = '4.0' +__version__ = '4.0.1' __license__ = 'ISC' __copyright__ = '2012-2014, Ciro Mattia Gonano , Pawel Jastrzebski ' __docformat__ = 'restructuredtext en' diff --git a/setup.py b/setup.py index 4a3fb314..30d41ad1 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ exit(1) NAME = "KindleComicConverter" -VERSION = "4.0" +VERSION = "4.0.1" MAIN = "kcc.py" if platform == "darwin": diff --git a/setup.sh b/setup.sh index 01907226..becbc2fb 100755 --- a/setup.sh +++ b/setup.sh @@ -1,7 +1,7 @@ #!/bin/bash # Linux Python package build script -VERSION="4.0" +VERSION="4.0.1" cp kcc.py __main__.py zip kcc.zip __main__.py kcc/*.py