Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bsa-cli, version 0.12.0 (2025-05-14)

Latest

Choose a tag to compare

@striezel striezel released this 14 May 21:55
· 32 commits to master since this release

[breaking change]
All commands that require information of file or directory names being present in the BSA file will now fail with a non-zero exit code instead of zero, if that information is missing in the BSA file. That behaviour is more coherent with other error conditions.

Affected commands are: check-hashes, directories, directory-metadata, extract-all, extract-directory, extract-file, file-metadata, and list.

[feature]
The file-metadata command has a new option --show-total which shows the total cumulative size of all files in the archive, if they were extracted. This allows to get an estimate of the disk space required to extract all content in an archive.

Binary files

For this release, only binaries for 64 bit Windows and 64 bit Linux (architectures "amd64" and "arm64") are provided:

  • bsa-cli_v0.12.0_win64.zip - contains Windows 64-bit executable of bsa-cli
    (SHA256 checksum: afa9986c67010bc4c0e5fac9433e70894ecf22cadf79f2ef6bfe0472bae882be)
  • bsa-cli_v0.12.0_linux-amd64-generic.tar.gz - contains Linux 64-bit executable of bsa-cli, should work on most recent Linux distributions using the amd64 architecture
    (SHA256 checksum: f32df6835d878d53cfe931f542fbc03fa027f7a1b974c7e3ba41e8773e43ec7c)
  • bsa-cli_v0.12.0_linux-arm64-generic.tar.gz - contains Linux 64-bit executable of bsa-cli, should work on most recent Linux distributions using the arm64 / aarch64 architecture
    (SHA256 checksum: d88916e22915888f7f97c3177dd89f14a610061cf4ed4412950cefeeb98eaad3)