Skip to content

Releases: BlackTechX011/BTXZ

BTXZ Archiver — Major Release v1.2.0

10 Dec 13:35
fab7751

Choose a tag to compare

BTXZ Archiver — Major Release (v1.2.0)

Overview

This release introduces the new v3 core: a next-generation compression and encryption engine that improves performance, security, and extensibility.

Breaking changes (important)

  • The on-disk archive format has changed. Existing archives require migration — see the README for the migration guide.
  • Several CLI flags have been renamed or removed. Review any automation or scripts that call the CLI.

Highlights

  • v3 core engine: Redesigned compression and encryption primitives with a modular architecture.
  • Documentation: README updated with a complete changelog and step-by-step upgrade instructions.
  • Build & dependencies: Dependency updates, build script improvements, and enhanced cross-platform packaging.
  • Tooling: Miscellaneous tooling and packaging refinements for more reliable releases.

Recommended actions

  1. Back up all existing archives prior to upgrading.
  2. Read the migration guide in the README and follow the upgrade steps.
  3. Update CI, automation, and any scripts that rely on the CLI flags.

Support

If you encounter issues or need assistance, please open an issue on the project repository or contact the maintainers.

Release v1.1.0

03 Jul 10:26
bbb1daa

Choose a tag to compare

### Improved compression 
### Improved Core
### common bug fixes

Release v1.0.2

02 Jul 11:27
9dd12b4

Choose a tag to compare

Update version.json

Release v1.0.1

02 Jul 11:22
0ae62d1

Choose a tag to compare

Update version.json

- added UBUNTU 20.04 COMPATIBILITY

Release v1.0.0

02 Jul 09:29
75b3e17

Choose a tag to compare

BTXZ™ v1.0.0

Official release of BTXZ™ v1.0.0. See LICENSE.md for usage terms.

Installation

Linux / macOS / Termux

curl -fsSL https://raw.githubusercontent.com/BlackTechX011/BTXZ/main/scripts/install.sh | sh

Windows (PowerShell)

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass; iwr https://raw.githubusercontent.com/BlackTechX011/BTXZ/main/scripts/install.ps1 | iex

Verification

Verify binaries using the sha256sums.txt file attached to this release.

sha256sum --check sha256sums.txt