v2.2.4
This release has minor bugfixes and move towards good practices in C++.
Changelog
-
Refactor, use of more C++ Standard Smart Pointers than Qt's re-inventions whenever possible, credits to Rosen Panev (@neheb)
-
Refactor, use best practices in C++ whenever possible, credits to Rosen Panev (@neheb)
-
Bugfix, fallback to ZIP if ZSTD is not supported by libarchive, credits to @yosicovich
-
Bugfix, improve IO Reader for more performance.
-
Bugfix, allow compressing empty files in archive.
-
Bugfix, fix removeFiles(QStringList &entry) method, credits to Rosen Panev (@neheb)
CI/CD Changes
- Use meson for macOS testing, credits to Rosen Panev (@neheb)