Releases: Zayan-Mohamed/orb
Releases · Zayan-Mohamed/orb
Release v1.1.3
What's Changed
- Potential fix for code scanning alert no. 29: Slice memory allocation with excessive size value (bccd845)
Installation
# Linux/macOS
curl -L https://github.com/Zayan-Mohamed/orb/releases/download/v1.1.3/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.sha256Release v1.1.2
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.sha256Release v1.0.2
What's Changed
- fix: Fix version information in binaries (87287d3)
- feat: add version flag and generalize quickstart documentation (8cf7b1c)
Installation
# Linux/macOS
curl -L https://github.com/Zayan-Mohamed/orb/releases/download/v1.0.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.sha256Release v1.0.1
What's Changed
- fix: timing attack mitigation (06ac376)
- feat: update architecture and overall improvements (7d0d19b)
- chore: cleanup docs (6f93031)
- chore: update deadlinks in docs (381f2b9)
- fix: fixed security issues (3fad066)
- fix: add permissions for security (22b37ca)
- fix: go version in coverage job in build.yml (0e053ba)
- fix: error checks by golangci-lint (68a55ed)
- fix: upgrade Go version in CI/CD (1f910a8)
- ci: downgrade Go version requirement from 1.24 to 1.22 (3d8d977)
- chore(deps): bump github.com/charmbracelet/lipgloss from 0.9.1 to 1.1.0 (6a8ac77)
- fix: update docs workflow to use GitHub Pages Actions (7e70d88)
- Fix all golangci-lint errcheck violations (3721865)
- fix: resolve all golangci-lint errors (a6f93b1)
- chore(deps): bump actions/setup-go from 5 to 6 (c781bee)
- chore(deps): bump codecov/codecov-action from 4 to 5 (2bcc6b1)
- fix: refactor tests in CI/CD (877356e)
- chore(workflow): remove unrecognized flag in CI/CD (21bc802)
- chore: fix CI/CD workflows and documentation build errors (4afc8ac)
- fix: build error (16d1980)
- chore(deps): bump github.com/gorilla/websocket from 1.5.1 to 1.5.3 (bfeeda4)
- security: update golang.org/x/crypto and x/net to fix vulnerabilities (9882af6)
- chore(deps): bump golang.org/x/net from 0.17.0 to 0.38.0 (14b15ee)
- chore(deps): bump golangci/golangci-lint-action from 4 to 9 (9b191e2)
- chore(deps): bump actions/setup-python from 5 to 6 (66a1bad)
- chore(deps): bump github/codeql-action from 3 to 4 (221c77e)
Installation
# Linux/macOS
curl -L https://github.com/Zayan-Mohamed/orb/releases/download/v1.0.1/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.sha256Release v1.0.0
What's Changed
Initial release
Installation
# Linux/macOS
curl -L https://github.com/Zayan-Mohamed/orb/releases/download/v1.0.0/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