New
8.0.0
Version 8.0.0 - 11.10.2024r
Breaking changes
- Due to the removal image_type from image struct, old cache files are incompatible with new version and should be regenerated from scratch(it uses new name)
- Some CLI arguments could change short name, due fixing ambiguous names
Known regressions
- Slint 1.8 which Krokiet uses requires femtovg 0.9.2 which broke font rendering - https://github.com/slint-ui/slint/issues/6298
CI
- Providing nightly builds - #1360 - https://github.com/qarmin/czkawka/releases/tag/Nightly
- Added finding duplicated options in CLI -#1364