Releases: BlackTechX011/BTXZ
Releases · BlackTechX011/BTXZ
BTXZ Archiver — Major Release v1.2.0
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
- Back up all existing archives prior to upgrading.
- Read the migration guide in the README and follow the upgrade steps.
- 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
### Improved compression ### Improved Core ### common bug fixes
Release v1.0.2
Update version.json
Release v1.0.1
Update version.json - added UBUNTU 20.04 COMPATIBILITY
Release v1.0.0
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 | shWindows (PowerShell)
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass; iwr https://raw.githubusercontent.com/BlackTechX011/BTXZ/main/scripts/install.ps1 | iexVerification
Verify binaries using the sha256sums.txt file attached to this release.
sha256sum --check sha256sums.txt