Sponsors
- Free code signing on Windows provided by SignPath.io, certificate by SignPath Foundation
Notes
Fixes several issues that snuck into 7.3.0. Now that we are code signed, Windows Defender should no longer be an issue! Overall, KCC runs 2x as fast as compared to 7.2.2 for me.
Discord: https://discord.com/invite/qj7wpnUHav
Donate: https://github.com/ciromattia/kcc?tab=readme-ov-file#issues--new-features--donations
What's Changed
- fix error messages that only say a single number by @axu2 in #843
- Use 7z to save ~10 sec per epub/cbz compression over Python ZipFile by @utopiafallen in #844
- add perf_counter to makeBook by @axu2 in #846
- small correction to 7z by @axu2 in #847
- all image files have unique ordered names regardless of subdirectory by @axu2 in #848
- huge speed optimization on HDD by removing md5 by @utopiafallen in #845
- Delete unused workflows by @iwa in #849
- rename images before processing to fix splitting issues by @axu2 in #852
- revert: Override book's title if Title is set in XML by @vinhtq115 in #857
- memory optimization: store metadata in filenames, not a global dict by @axu2 in #853
New Contributors
Full Changelog: v7.2.3...v7.3.1