Skip to content

Releases: gamemaker1/bak

Bak 0.2.0

05 Aug 12:13
e2076d4
Compare
Choose a tag to compare

Changed

  • Convert .txt files to .md files
  • Add a release note generation step to the release workflow (See #1)
  • Move -s option from scripts/dist to .fpm to avoid repitition.

Added

  • Allow for skipping checksum generation using the -C none option.

Bak 0.1.1

03 Aug 07:26
753cd76
Compare
Choose a tag to compare

Fixed

  • Fixed bug where tar used to error out when using tar-gz compression format.

Bak 0.1.0

01 Aug 10:29
0d09151
Compare
Choose a tag to compare

Added

  • The -c, -C, -f, -d and -e flags.
  • Creating archives using tar (gzip, xz, zstd, bzip2) and zip.
  • Computing checksums of all files inside the archive using md5, sha1, sha224, sha384, sha256, sha512 and b2.
  • Binary packages contain the manpage and license along with the program.
  • Binary packages are built for Debian, RedHat, Arch Linux, Alpine Linux, Snap, FreeBSD, and MacOS, along with a generic tarball.