about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaweł Jastrzębski <[email protected]>2015-08-28 19:51:16 +0200
committerPaweł Jastrzębski <[email protected]>2015-08-28 19:53:16 +0200
commitcad05904f3a0fe2da8e45a50ebdf84724a7d0c41 (patch)
tree3441e9ba022dbbf88623756a20116465223632d1
parentAdded detailed platform info to error report (diff)
downloadkcc-cad05904f3a0fe2da8e45a50ebdf84724a7d0c41.tar.gz
kcc-cad05904f3a0fe2da8e45a50ebdf84724a7d0c41.tar.bz2
kcc-cad05904f3a0fe2da8e45a50ebdf84724a7d0c41.zip
Updated README + version bump
-rw-r--r--README.md12
-rw-r--r--kcc.iss2
-rw-r--r--kcc/__init__.py2
3 files changed, 14 insertions, 2 deletions
diff --git a/README.md b/README.md
index 696c553..5b88121 100644
--- a/README.md
+++ b/README.md
@@ -156,6 +156,10 @@ The app relies and includes the following scripts:
 * [Kobo Aura H2O](http://kcc.iosphe.re/Samples/Ubunchu-KoAH2O.kepub.epub)
 
 ## CHANGELOG
+####4.6.3:
+* Implemented remote bug reporting
+* Minor bug fixes and GUI tweaks
+
 ####4.6.2:
 * Fixed critical MOBI header bug
 * Fixed metadata encoding error
@@ -423,6 +427,14 @@ The app relies and includes the following scripts:
 ####1.0
 * Initial version
 
+## PRIVACY
+**KCC** is initiating internet connections in three cases:
+* During startup - Version check
+* When MCD metadata are used - Cover download
+* When error occurs - Automatic reporting
+
+Error report include **KCC** version, OS version and content of error message. 
+
 ## KNOWN ISSUES
 Please check [wiki page](https://github.com/ciromattia/kcc/wiki/Known-issues).
 
diff --git a/kcc.iss b/kcc.iss
index 5deb343..d4e88fe 100644
--- a/kcc.iss
+++ b/kcc.iss
@@ -1,5 +1,5 @@
 #define MyAppName "Kindle Comic Converter"
-#define MyAppVersion "4.6.2"
+#define MyAppVersion "4.6.3"
 #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski"
 #define MyAppURL "http://kcc.iosphe.re/"
 #define MyAppExeName "KCC.exe"
diff --git a/kcc/__init__.py b/kcc/__init__.py
index 10c7f42..559ed65 100644
--- a/kcc/__init__.py
+++ b/kcc/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '4.6.2'
+__version__ = '4.6.3'
 __license__ = 'ISC'
 __copyright__ = '2012-2015, Ciro Mattia Gonano <[email protected]>, Pawel Jastrzebski <[email protected]>'
 __docformat__ = 'restructuredtext en'