Install
Recommended (no warnings):
go install github.com/ashishxcode/commit-chronicle/cmd/commit-chronicle@latestPre-built binary: download for your OS/arch below, then:
chmod +x commit-chronicle-*
# macOS only — clear the Gatekeeper quarantine flag:
xattr -d com.apple.quarantine commit-chronicle-* 2>/dev/null || true
mv commit-chronicle-* /usr/local/bin/commit-chroniclemacOS can't verify these binaries (they aren't Apple-notarized), so a
downloaded copy is quarantined and reported as "malware" / "cannot be
opened" until you run thexattrcommand above (or right-click → Open).
What's Changed
- test: cover date-range logic and run go test in CI by @ashishxcode in #3
- Fork-aware PR/review discovery, guided setup, and worklog UX by @ashishxcode in #7
Full Changelog: v0.1.1...v0.2.0