From 743728e541d5bf2dbc8127f4334dc1530eca0a30 Mon Sep 17 00:00:00 2001 From: Doug Massay Date: Sat, 26 Jan 2019 13:52:12 -0500 Subject: [PATCH] Advance version to 0.82 --- lib/kindleunpack.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/kindleunpack.py b/lib/kindleunpack.py index b066629..628f256 100644 --- a/lib/kindleunpack.py +++ b/lib/kindleunpack.py @@ -140,6 +140,8 @@ # 0.76 pre-release version only fix name related issues in opf by not using original file name in mobi7 # 0.77 bug fix for unpacking HDImages with included Fonts # 0.80 converted to work with both python 2.7 and Python 3.3 and later +# 0.81 various fixes +# 0.82 Handle calibre-generated mobis that can have skeletons with no fragments DUMP = False """ Set to True to dump all possible information. """ @@ -949,7 +951,7 @@ def main(argv=unicode_argv()): global WRITE_RAW_DATA global SPLIT_COMBO_MOBIS - print("KindleUnpack v0.80") + print("KindleUnpack v0.82") print(" Based on initial mobipocket version Copyright © 2009 Charles M. Hannum ") print(" Extensive Extensions and Improvements Copyright © 2009-2014 ") print(" by: P. Durrant, K. Hendricks, S. Siebert, fandrieu, DiapDealer, nickredding, tkeo.")