Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 26 May 06:23
· 2 commits to main since this release
5409af3

Install

Recommended (no warnings):

go install github.com/ashishxcode/commit-chronicle/cmd/commit-chronicle@latest

Pre-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-chronicle

macOS 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 the xattr command 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