Skip to content

0.1.2 — 2026-08-28

Choose a tag to compare

@github-actions github-actions released this 28 Aug 12:40
921ca9a

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

File Platform Checksum
qeet-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
qeet-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
qeet-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
qeet-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
qeet-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum