mirror of
https://github.com/ciromattia/kcc
synced 2026-09-01 16:37:06 +00:00
Updated README + version bump
This commit is contained in:
@@ -32,10 +32,10 @@ You can find the latest released binary at the following links:
|
|||||||
## DEPENDENCIES
|
## DEPENDENCIES
|
||||||
Following software is required to run Linux version of **KCC** and/or bare sources:
|
Following software is required to run Linux version of **KCC** and/or bare sources:
|
||||||
- Python 3.3+
|
- Python 3.3+
|
||||||
- [PyQt](http://www.riverbankcomputing.co.uk/software/pyqt/download5) 5.2.0+
|
- [PyQt](http://www.riverbankcomputing.co.uk/software/pyqt/download5) 5.4.0+
|
||||||
- [Pillow](http://pypi.python.org/pypi/Pillow/) 2.8.2+
|
- [Pillow](http://pypi.python.org/pypi/Pillow/) 2.8.2+
|
||||||
- [psutil](https://pypi.python.org/pypi/psutil) 3.0.0+
|
- [psutil](https://pypi.python.org/pypi/psutil) 3.0.0+
|
||||||
- [python-slugify](http://pypi.python.org/pypi/python-slugify) 1.1.2+
|
- [python-slugify](http://pypi.python.org/pypi/python-slugify) 1.1.3+
|
||||||
- [scandir](https://pypi.python.org/pypi/scandir) 1.1.0+
|
- [scandir](https://pypi.python.org/pypi/scandir) 1.1.0+
|
||||||
|
|
||||||
On Debian based distributions these two commands should install all needed dependencies:
|
On Debian based distributions these two commands should install all needed dependencies:
|
||||||
@@ -156,6 +156,12 @@ The app relies and includes the following scripts:
|
|||||||
* [Kobo Aura H2O](http://kcc.iosphe.re/Samples/Ubunchu-KoAH2O.kepub.epub)
|
* [Kobo Aura H2O](http://kcc.iosphe.re/Samples/Ubunchu-KoAH2O.kepub.epub)
|
||||||
|
|
||||||
## CHANGELOG
|
## CHANGELOG
|
||||||
|
####4.6.4:
|
||||||
|
* Fixed multiple Windows specific problems
|
||||||
|
* Improved error handling
|
||||||
|
* Improved color detection algorithm
|
||||||
|
* New, slimmer OS X release
|
||||||
|
|
||||||
####4.6.3:
|
####4.6.3:
|
||||||
* Implemented remote bug reporting
|
* Implemented remote bug reporting
|
||||||
* Minor bug fixes and GUI tweaks
|
* Minor bug fixes and GUI tweaks
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#define MyAppName "Kindle Comic Converter"
|
#define MyAppName "Kindle Comic Converter"
|
||||||
#define MyAppVersion "4.6.3"
|
#define MyAppVersion "4.6.4"
|
||||||
#define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski"
|
#define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski"
|
||||||
#define MyAppURL "http://kcc.iosphe.re/"
|
#define MyAppURL "http://kcc.iosphe.re/"
|
||||||
#define MyAppExeName "KCC.exe"
|
#define MyAppExeName "KCC.exe"
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
__version__ = '4.6.3'
|
__version__ = '4.6.4'
|
||||||
__license__ = 'ISC'
|
__license__ = 'ISC'
|
||||||
__copyright__ = '2012-2015, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>'
|
__copyright__ = '2012-2015, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>'
|
||||||
__docformat__ = 'restructuredtext en'
|
__docformat__ = 'restructuredtext en'
|
||||||
|
|||||||
Reference in New Issue
Block a user