0.3.0 (May 11, 2024)
- Switched from OpenSSL to rustls, which should fix some dynamic dependency issues on certain distributions. (#62)
- Added support for Linux AArch64 builds (#64)
0.2.8 (May 2, 2024)
- Improved trust check logic and added
--skip-untrusted
flag (#38) - Fixed macOS AArch64 builds actually being x86-64 (#34)
- Fixed environment configuration on zsh under some scenarios (#45)
- Fixed handling of uppercase
.EXE
suffix binaries on Windows (#57) - Minor version bumps to various dependencies
0.2.7 (September 6, 2022)
- Added support for authenticating with GitHub. (#18)
- After updating Aftman, edit
~/.aftman/auth.toml
to add a Personal Access Token.
- After updating Aftman, edit
- Migrated from structopt to clap. (#29)
0.2.6 (August 11, 2022)
- Added
aftman list
subcommand. (#27) - Added support for installing macOS artifacts with the "darwin" keyword. (#21)
- Fixed tool exit codes not being propagated. (#25)
- Fixed
self-install
not creating a.zshenv
file on macOS. (#28)
0.2.5 (July 2, 2022)
- Improved
self-install
behavior. (#20)
0.2.4 (July 1, 2022)
- Added support for
aftman self-install
on Unix platform. (#16) - Fixed Linux releases running on systems with an older glibc.
0.2.3 (May 24, 2022)
- Fixed subprocesses living forever on Unix platforms. (#13)
- Aftman now correctly marks executables as executable on Unix platforms. (#14)
0.2.2 (May 23, 2022)
- Fixed building on non-Windows platforms
- Started publishing binaries for several platforms:
- Windows (x86_64)
- Linux (x86_64)
- macOS (x86_64 and AArch64)
- Added
aftman install
- Added
aftman trust
- Initial release