Skip to content

Release v1.1.2

Choose a tag to compare

@github-actions github-actions released this 06 Feb 17:45
· 2 commits to main since this release
v1.1.2
689b5b5

What's Changed

  • fix: add #nosec comment for gosec G304 false positive (689b5b5)
  • fix: strengthen filename validation to prevent path traversal (a33825f)
  • fix: prevent path traversal in file download (47c334e)
  • chore(ci): Add exit code flag to get verbose error message without breaking the CI (9a9d1d8)
  • chore(ci): add gosec security scanning workflow (c0c3289)
  • refactor(tui): reduce cyclomatic complexity in Update (68606d9)
  • fix(lint): add proper error handling (8dcd2e9)
  • fix lint issues in browser download flow (b71ee7f)
  • feat(tui): add download progress UI and chunked file download (4d00743)
  • chore(deps): bump actions/upload-artifact from 4 to 6 (62ccf1c)
  • chore(deps): bump actions/upload-pages-artifact from 3 to 4 (d150f03)
  • chore(deps): bump softprops/action-gh-release from 1 to 2 (ebf5b63)
  • chore(deps): bump actions/checkout from 4 to 6 (bf24fe8)
  • fix: Fixed go report error (a7e4126)

Installation

# Linux/macOS
curl -L https://github.com/Zayan-Mohamed/orb/releases/download/v1.1.2/orb-$(uname -s | tr "[:upper:]" "[:lower:]")-$(uname -m) -o orb
chmod +x orb
sudo mv orb /usr/local/bin/

Checksums

Verify your download with the provided files:

sha256sum -c orb-linux-amd64.sha256