Releases: omar908/CbzConverter
Releases · omar908/CbzConverter
v1.0.4 Version Release - Added Support for larger merged PDF file
Change log
- Issues Fixed in Release:
- App Crashes when trying to merge CBZ files that add up to more than 500MB in outputted file. #8
- How it was fixed: Added new logic for when merging files occurs. If total number of pages are 300 or more, we will split them into multiple pdfs of 300 pages. Then use each of those 300 page pdf to directly copy them into a single pdf, this will limit memory usage to the size of a 300 page pdf at most. However, this approach currently will require double the amount of storage of the final file to be available temporarily to be used to off load data into device to avoid existing in memory, but will be deleted in between the process of creating the final PDF.
- When merging is less than 300, previous logic of directly merging in memory will be used.
v1.0.3 Version Release - Bug Fix
Change log
- Bugs Fixed in Release:
- Merge multiple CBZ capability broken when app is producing to many logs to the Column(s): #6
v1.0.2 Version Release - Bug Fix
Change log
- Bugs Fixed in Release:
- Merge multiple CBZ capability broken on Android 15 OS version: #4
v1.0.1 Version Release - Bug Fix - Minor Quality of Life Change
Change log
-
Bugs Fixed in Release:
- Long images get cut off from top and bottom: #2
-
Quality of Life Change:
- Reduced margin size, on all four sides, to take advantage of available white space.
Official Release
This is the first release of CbzConverter.
I hope it is as useful to everyone, as it is to me.