All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Conditionally handle `ProgressBar:nextStage` result, fixing an error when being consumed as a library without the use of the `__call` metamethod shorthand
- Fix error when the `gh` CLI is not installed by correctly handling it as a `Result`
- Make internal `ProgressBar` utility return `Result` instead of erroring
## [0.1.4] - 2024-12-16
### Fixed
- Fix old tool_storage migration not correctly occuring automatically on first run
## [0.1.3] - 2024-12-16
### Added
- :sparkles: Colorful :sparkles: progress bar for initial installation process when being consumed from binary packages that use toolchainlib with the default `__call` shorthand
- Use `GITHUB_TOKEN` environment variable for getting a GitHub authorization token, or default to the `gh auth token` command output if the `gh` CLI is present
- Make manifest accesses type-safe
- Download optimization by only downloading assets with formats we support
- Fixed panic for invalid binaries within artifacts returning an empty `PlatformDescriptor`
## [0.1.1] - 2024-11-30
### Added
- Updated tool_storage system to not tamper the base binary name, to prevent bad help menus in some tools (like selene), which change the executable mentioned in the help menu based on the name of the currently running path
- Supports tools which do not specify an executable bit in their published archives by manually changing the binary's mode on unix-like systems