Skip to content

v0.16.1

Choose a tag to compare

@github-actions github-actions released this 24 May 03:12

Highlights

A small follow-up to v0.16.0 that makes the ATB_DATA_DIR override discoverable from atb --help. No code-path changes — the env var was already honored, only the help text was misleading.

Fixed

  • --data-dir help text now reflects the effective default and surfaces the $ATB_DATA_DIR override (#15). Previously hardcoded to default $HOME/.atb/data, the usage string ignored the OS-specific data directory (e.g. ~/Library/Application Support/atb/data on macOS) and gave no indication that ATB_DATA_DIR was honored, leaving shared-install users unable to confirm via --help that the env var was wired up. The string is now built at runtime from config.DefaultDataDir() and explicitly mentions $ATB_DATA_DIR.

Install

curl -sSL https://raw.githubusercontent.com/AllTheBacteria/atb-cli/main/install.sh | bash

Linux binaries are statically linked (no glibc dependency).