Releases: antony-jr/QArchive
Releases · antony-jr/QArchive
v2.2.1
v2.2.0
Changelog
-
New API addIncludePattern and addExcludePattern to replace
addFilter which is not well made. Credit to @yosicovich -
Support libarchive older than v3.5.x. Credit to @yosicovich
-
Initial Support for zstd.
-
Fixes error when using start() imediately after getInfo() call.
-
Other minor bugfixes and upstreamed patches from Conan.
Fixes
v2.1.1
v2.1.0
v2.0.2
v2.0.1
Change Log
- Improved CMake support.
- Improved Windows support.
- Properly import/export for Windows builds.
- Migrated from Travis-CI to Github Actions.
- Improved progress on Compressor and Extractor.
- Fine control over Cancel and Pause.
- Memory leaks fixed.
- Refactored Code.
v2.0.0
Change log
- Rewrote the entire library in PIMPL philosophy.
- Made the library a cyclic API and remove the use of mutex completely.
- Made the library single-threaded and non-blocking.
- Refactored and fixed a lot of buggy code.
- Fixed Memory leaks.
- New syntax and completely avoided returning *this on every void function.
- Made the library to use standard stuff instead of handwritten stuff.
- Made the code much more readable and maintainable.
- Removed childish code.