You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 1.0.0
* split project into Library and CLI
* can be used by other projects to access the tool's functionality
* download the -shared version, also supports Boost.Python with Python 3.8
* added --extractFile mode to CLI
* automatically decrypt/encrypt archives when necessary
* added advanced compression mode
* reduces storage of duplicate data, improve file sizes by ~5%
* improved non-Windows compatibility
* general code cleanup
Use boost::asio::thread_pool instead of std::async
This fixes a crash on some systems due to too many files being opened at once.
It also reduces the memory footprint significantly.