New
10.0.0
Version 10.0.0 - 18.08.2025r
Breaking changes
Users
- Some languages now have unified names in Crowdin (e.g.
es→es-ES). The GUI may not find them and will fall back to the default language. - Cache files now use memory limits and are incompatible with previous versions.
- Cli image filter argument changed from
faussiantogaussian
Devs
stop_flagis now required argument in most of the core functions- Visibility of some core functions has been reduced to
pub(crate) - The modules in czkawka_core have been split and reorganized a bit — imports need to be adjusted, although the actual behavior and item names should not be changed too much
Core
- Replaced
println/eprintlnwith logging functions - #1478