Releases: nikuscs/olx-tracker
Releases · nikuscs/olx-tracker
olx-tracker v0.1.3
Installation
Download the appropriate binary for your platform:
| Platform | File |
|---|---|
| macOS (Apple Silicon) | olx-tracker-macos-arm64.tar.gz |
| Linux (x64) | olx-tracker-linux-x64.tar.gz |
| Linux (ARM64, Raspberry Pi) | olx-tracker-linux-arm64.tar.gz |
Quick Install
# Linux/macOS
tar -xzf olx-tracker-*.tar.gz
chmod +x olx-tracker
./olx-tracker --helpOther Changes
- feat: add Linux ARM64 builds for Raspberry Pi (3)
Full Changelog: v0.1.2...v0.1.3
olx-tracker v0.1.2
Installation
Download the appropriate binary for your platform:
| Platform | File |
|---|---|
| macOS (Apple Silicon) | olx-tracker-macos-arm64.tar.gz |
| Linux (x64) | olx-tracker-linux-x64.tar.gz |
Quick Install
# Linux/macOS
tar -xzf olx-tracker-*.tar.gz
chmod +x olx-tracker
./olx-tracker --helpNo pull requests since last release.
olx-tracker v0.1.1
Installation
Download the appropriate binary for your platform:
| Platform | File |
|---|---|
| macOS (Apple Silicon) | olx-tracker-macos-arm64.tar.gz |
| Linux (x64) | olx-tracker-linux-x64.tar.gz |
Quick Install
# Linux/macOS
tar -xzf olx-tracker-*.tar.gz
chmod +x olx-tracker
./olx-tracker --helpOther Changes
- chore: add CI/CD and release workflows (2)
Full Changelog: 7a7f789...v0.1.1