Releases: ciromattia/kcc
v7.2.3
If you have issues with this, please open an issue and use 7.2.2 in the meantime.
Discord: https://discord.com/invite/qj7wpnUHav
Donate: https://github.com/ciromattia/kcc?tab=readme-ov-file#issues--new-features--donations
What's Changed
- fix file splitting/chunking for real in certain situations by @axu2 in #839
- 1.5x speed optimization: don't load images twice for corrupt verification. by @utopiafallen in #840
- improve speed by using renames instead of copytree+rmtree by @utopiafallen in #841
- fix cannot identify image file by deprioritizng tar by @axu2 in #842
Full Changelog: v7.2.2...v7.2.3
v7.2.2
Discord: https://discord.com/invite/qj7wpnUHav
Donate: https://github.com/ciromattia/kcc?tab=readme-ov-file#issues--new-features--donations
What's Changed
Full Changelog: v7.2.1...v7.2.2
v7.2.1
v7.2.0
Discord: https://discord.com/invite/qj7wpnUHav
Donate: https://github.com/ciromattia/kcc?tab=readme-ov-file#issues--new-features--donations
What's Changed
- fix gen_ui_files on Windows and update UI to match Qt Creator 15.0. by @neyney10 in #809
- reorganize imports to match autogenerated files by @axu2 in #813
- add example new checkbox PR by @axu2 in #815
- Inter-panel cropping method. by @neyney10 in #810
- add build_binary commands to readme by @axu2 in #818
- fix file splitting, ComicInfo.xml, permissions with certain file structures by @axu2 in #819
- write temp files next to source instead of on main ssd by @axu2 in #820
- reduce rainbow checkbox by @axu2 in #824
Full Changelog: v7.1.2...v7.2.0
v7.1.2
A new page number crop algorithm has been implemented to optimize vertical screen real estate, please test and provide feedback. It is optimized for power = 1.0
Discord: https://discord.com/invite/qj7wpnUHav
Donate: https://github.com/ciromattia/kcc?tab=readme-ov-file#issues--new-features--donations
What's Changed
- Docker numpy by @axu2 in #775
- fix left to right comic spread alignment by @axu2 in #782
- fix alignment after spreads with page-spread-center by @axu2 in #783
- Remarkable profiles by @zamiam69 in #781
- Add additional check for differently named Fedora-based distros by @termdisc in #780
- Adds --nokepub parameter to kcc-c2e.py by @soda3x in #748
- Bump python from 3.12-slim-bullseye to 3.13-slim-bullseye by @dependabot in #750
- don't delete/dedupe covers, just change initial alignment by @axu2 in #784
- appimage search for kindlegen in ~/.local/bin for steam deck and more by @axu2 in #786
- macos-12 is deprecated on GitHub, switch to macos-13 intel by @axu2 in #791
- Fix cropping power sliders by @axu2 in #793
- fix dark mode by removing background image temporarily by @axu2 in #794
- enable 2 page landscape reading for all devices with epub synthetic spreads by @axu2 in #789
- modify path with c2e and c2p too for kindlegen/7z by @axu2 in #790
- No Rotate option by @axu2 in #785
- remove fastnumbers by @axu2 in #798
- add author gui by @axu2 in #799
- build appimage on ubuntu-22.04 instead of ubuntu-latest by @axu2 in #803
New Contributors
- @zamiam69 made their first contribution in #781
- @termdisc made their first contribution in #780
- @soda3x made their first contribution in #748
Full Changelog: v7.0.0...v7.1.2
v7.0.0
A new page number crop algorithm has been implemented to optimize vertical screen real estate, please test and provide feedback. It is optimized for power = 1.0
What's Changed
New Contributors
Full Changelog: v6.3.1...v7.0.0
v6.3.1
Relabeling manga as PDOC instead of EBOK means that cover uploading while plugged in or manually copying thumbnails is no longer needed.
What's Changed
- simplify cover upload on newer MTP based Kindles by replacing EBOK with PDOC by @axu2 in #767
- fix bookmark drift when dedupecover is checked by @axu2 in #772
Full Changelog: v6.2.2...v6.3.1
v6.2.2
What's Changed
- add APFS to external drive cover generation list by @axu2 in #729
- search for kindlegen in %UserProfile% by @axu2 in #722
- fix no such file or directory 7z by @axu2 in #728
- add Python 3.12 support by @axu2 in #733
- Bump python from 3.11-slim-bullseye to 3.12-slim-bullseye by @dependabot in #605
- fix image file is corrupted by @axu2 in #738
- fix image file is corrupt for real by @axu2 in #740
- fix Docker linux arm by @axu2 in #746
- fix _cffi_backend by @axu2 in #758
- add kindle 12th gen, including colorsoft by @axu2 in #762
- fix ComicInfo.xml chapters by @axu2 in #770
- Make it easier to add new profiles by @axu2 in #764
Full Changelog: v6.1.0...v6.2.2
v6.1.0
Has bugs related to 7z
and cannot identify image file
, use 6.0.0 if you have issues.
New Discord: https://discord.com/invite/qj7wpnUHav
What's Changed
- Kindle Scribe 1860 max width by @axu2 in #691
- reduce dependency on 7z, unar, homebrew by using builtin tar by @axu2 in #693
- Add de-dupe cover option for landscape alignment by @resendeBruno in #561
- Add Kobo Libra/Clara colour by @nodeg in #703
- don't display upscale warning on kindle scribe by @axu2 in #707
- fix linux appimage, include libxcb-cursor0 by @detournemint in #713
- improve kindlegen detection windows by @axu2 in #688
- update prereq readme by @axu2 in #714
- Build windows GUI version normally without docker by @axu2 in #718
New Contributors
- @resendeBruno made their first contribution in #561
- @nodeg made their first contribution in #703
- @detournemint made their first contribution in #713
Full Changelog: v6.0.0...v6.1.0
v6.0
2015: v5.0
2024: v6.0
The new macos_arm
build runs twice as fast on M1 chip and later. QT5 was upgraded to QT6 for native Apple silicon support.
This also drops Windows 7 support: #678
Cover upload guide: #508
What's Changed
- fix Shift+Click convert button to select output directory renaming by @VampiroMedicado in #657
- rename and reorder kindle models by generation by @axu2 in #655
- Add native Apple Silicon support by upgrading qt5 to qt6 by @axu2 in #523
- fix dependencies by @darodi in #666
- store GUI settings in separate location than older versions of KCC by @axu2 in #664
- prepare m1 build pipeline by @axu2 in #669
- fix Error: image file is truncated by @axu2 in #679
- add install from source and qt creator instructions by @axu2 in #684
- Bump softprops/action-gh-release from 1 to 2 by @dependabot in #681
- search for 7z on C/D/E drives by @axu2 in #682
- Adds --author argument to CLI by @resendeBruno in #683
- Revert "fix package-windows-with-docker.yml" by @axu2 in #687
Full Changelog: v5.6.5...v6.0.0