Skip to content

Releases: ToofDerling/CbzMage

CbzMage Version 1.0

29 May 11:01
Compare
Choose a tag to compare

It's about time v1.0 is released :)

No big changes, it's mostly a consolidation release. Honestly I'm surprised the azw conversion still works as it relies on Kdl comic books having no drm at all.

Azw/PdfConvert: disable cursor while running for a cleaner output.
AzwConvert: add Caliber to TrimPublishers.
PdfConvert: image compression runs async now.
PdfConvert: fix using current directory if no path is specified.

CbzMage Version 0.27

06 Feb 18:55
Compare
Choose a tag to compare

AzwConvert: change ConvertAllBookTypes default setting to true. Partly because I discovered CbzMage also supports some non-Cmxlgy graphic novels (like Laura Dean Keeps Breaking Up with Me which incidentally is for sale at $7.49).

AzwConvert: remove font records from azwfiles with a non "comic" booktype. This fixes invalid pages in some non-Cmxlgy books.

AzwConvert: improve handling of HD containers in file/directory mode.

CbzMage Version 0.26

04 Feb 16:15
Compare
Choose a tag to compare

AzwConvert: Fix ConvertAllBookTypes
AzwConvert: Fix SaveCoverDir in file/directory mode.

AzwConvert: Add support for scanning all subdirectories using "**" (like PdfConvert does it) in file/directory mode.
AzwConvert: Add support for SaveCoverOnly in file/directory mode.

CbzMage Version 0.25

22 Jan 16:48
Compare
Choose a tag to compare

Changed the settings files again, hopefully for the last time :) Now there's a DefaultSettings.json you shouldn't touch, and one for each of the main modes: AzwConvertSettings.json and PdfConvertSettings.json

AzwConvert: added support for converting a single azw or azw3 file or a directory with azw or azw3 files.

AzwConvert: be a little more informative if CbzMage encounters an error while opening a file for reading.

AzwConvert: fixed a minor issue with saving of cover files.

CbzMage Version 0.24

04 Jan 12:23
Compare
Choose a tag to compare

AzwConvert: When a book is removed from Kdl the converted titlefile is also removed now. The makes handling of redownloaded books smoother.

CbzMage Version 0.23

31 Dec 15:25
Compare
Choose a tag to compare

PdfConvert: use [directory]** on Windows, or "[directory]/**" on Linux or macOS to include subdirectories when searching for pdf files.
PdfConvert: use same page name as AzwConvert in the cbz files.

Happy New Year.

CbzMage Version 0.22

29 Dec 18:12
Compare
Choose a tag to compare

Switched to a new way of handling the settings: one main settings file (CbzMageSettings.json) plus one for each of the conversion modes (AzwSettings.json and PdfSettings.json) where you can override the default settings. The "User" files are no longer used.

Also the last release was accidentally released in debug mode, so don't use that.

CbzMage Version 0.21

29 Dec 07:34
Compare
Choose a tag to compare

Pdf to Cbz conversion works 100% now.

Also added a Linux version. Mostly for the pdf conversion as the Kdl app is still "PC or Mac" only.

CbzMage Version 0.20

16 Dec 13:00
Compare
Choose a tag to compare

Fix missing parenthesis in output

CbzMage Version 0.19

15 Dec 07:32
Compare
Choose a tag to compare

Only scan/convert books with the "comic" BookType. Useful if you have a Kdl library with regular ebooks as well as comics.

There's a setting to control the feature: ConvertAllBookTypes (the default is false).