Skip to content

v2.2.4

Compare
Choose a tag to compare
@antony-jr antony-jr released this 21 Dec 16:03
· 68 commits to master since this release
5c174ed

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)