Bit7z v4.0.2
Changes from v4.0.1:
- Fixed build on Android API level 23 and earlier (issue #157).
- Fixed some warnings from static analysis tools like PVS-Studio and clang-tidy.
- Fixed missing proper conversions between
tstring
andfs::path
throughout the code.- This should also fix some issues with correctly handling UTF-8 characters in strings.
- Added more tests for when compiling using
BIT7Z_USE_SYSTEM_CODEPAGE
. - Fixed support to using both
BIT7Z_USE_NATIVE_STRING
andBIT7Z_AUTO_PREFIX_LONG_PATHS
. - Always use
FormatMessageA
for error messages on Windows. - Fixed and improved
bit7z::to_tstring
.
Full Changelog: v4.0.1...v4.0.2
This is a maintenance release. For a full changelog of the other changes introduced by bit7z v4.0.x, please check https://github.com/rikyoz/bit7z/releases/tag/v4.0.0.
Binaries built using the default options with Clang10, GCC 9, MinGW 8, MSVC 2015, 2017, 2019, and 2022 👇