Skip to content

Releases: NetsoftHoldings/hubstaff-cli

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 01 May 20:11

Release Notes

Removed

  • Breaking: HUBSTAFF_API_TOKEN environment variable. Use hubstaff config set-pat instead.
  • Env token shadowing row from hubstaff check (no longer applicable). The
    diagnostic table is now 8 rows.

Fixed

  • hubstaff check perms remediation now quotes the path, so config dirs
    containing spaces (e.g. macOS ~/Library/Application Support/hubstaff) can be
    copy-pasted directly.
  • hubstaff check perms diagnostic prints bare octal (700 / 755) instead of 0o700 / 0o755.

Install hubstaff 0.4.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/NetsoftHoldings/hubstaff-cli/releases/download/v0.4.0/hubstaff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/NetsoftHoldings/hubstaff-cli/releases/download/v0.4.0/hubstaff-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install NetsoftHoldings/tap/hubstaff

Download hubstaff 0.4.0

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

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 30 Apr 19:50

Release Notes

Added

  • Homebrew distribution — the release workflow now publishes to a Homebrew tap.

Install hubstaff 0.3.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/NetsoftHoldings/hubstaff-cli/releases/download/v0.3.1/hubstaff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/NetsoftHoldings/hubstaff-cli/releases/download/v0.3.1/hubstaff-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install NetsoftHoldings/tap/hubstaff

Download hubstaff 0.3.1

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

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 24 Apr 16:32

Release Notes

Added

  • hubstaff list command — prints every available API command grouped by resource.
  • hubstaff check command — diagnostic checks for config, credentials, and API reachability.
  • --pretty / -p global flag for colorized, pretty-printed JSON output; honored via the
    format config key as well.
  • Proactive OAuth token refresh before expiry, so long-running sessions don't fail mid-call.
  • Dynamic API command surface: endpoints are discovered from the live Hubstaff OpenAPI schema
    rather than hardcoded, so the CLI tracks the API without a rebuild.

Changed

  • Dependency bumps: sha2 0.10 → 0.11, toml 0.8 → 1.1, rand 0.9 → 0.10, plus patch-level
    updates across the tree.

Install hubstaff 0.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/NetsoftHoldings/hubstaff-cli/releases/download/v0.3.0/hubstaff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/NetsoftHoldings/hubstaff-cli/releases/download/v0.3.0/hubstaff-installer.ps1 | iex"

Download hubstaff 0.3.0

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

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Mar 13:05
841b07d