Skip to content

Bit7z v3.0 beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@rikyoz rikyoz released this 28 Aug 20:17
Release Details

Changes from v2.1:

  • Added support to reading metadata of archives and of their content (see BitArchiveInfo and BitArchiveItem classes).
  • Added support to testing archives for errors (see BitExtractor::test(...) method).
  • Added support to compression using custom directory systems in the output archives (see overload of BitCompressor::compress(...) method).
  • Added support to selective extraction of only specified files/folders contained in archives (see BitExtractor::extractMatching(...) and BitExtractor::extractItems(...) methods).
  • Fixed, improved and cleaned filesystem related code.
  • Many bug fixes and API improvements.
  • Cleaned code.
  • Updated and improved code documentation.
  • Dropped support to MSVC 2010 (too many code changes to make it compatible, since bit7z uses many C++11 features not supported by this old compiler; moreover these changes would have made the code less readable and ugly). Now bit7z supports MSVC 2012 and newer versions.