Release Notes
Fixed
- Documentation accuracy. The README and ADR-016 claimed the install script touches only
~/.profile. Testing the published installer against a sandboxed HOME showed it writes
three shell configurations — ~/.profile, ~/.zshrc and
~/.config/fish/conf.d/ — plus an install receipt. Both documents now list every path.
Added
- Releases now appear in the repository's Deployments panel, via a
release environment
on the publish job, matching how other Qeet repositories surface deployments.
- README: badges, contents, collapsible troubleshooting, measured concurrency figures, and a
table of exactly what the install script writes.
Verified
- Checksum verification fails closed — a byte-corrupted archive aborts the install.
- The Homebrew formula carries
sha256 for all four Unix targets.
- Known gap: the formula has no
test do block, so brew test qeet reports "defines no test".
Install qeet-cli 0.1.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/qeetgroup/qeet-cli/releases/download/v0.1.2/qeet-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/qeetgroup/qeet-cli/releases/download/v0.1.2/qeet-cli-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install qeetgroup/tap/qeet
Download qeet-cli 0.1.2