Skip to content

Releases: ashishxcode/commit-chronicle

v0.2.0

26 May 06:23
5409af3

Choose a tag to compare

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

v0.1.1

25 May 09:34
689836f

Choose a tag to compare

What's Changed

  • fix: anchor git date filters to local midnight by @ashishxcode in #2

Full Changelog: v0.1.0...v0.1.1

v0.1.0

25 May 09:15
6adb3f6

Choose a tag to compare

What's Changed

  • Rewrite commit-chronicle as a self-contained Go binary by @ashishxcode in #1

New Contributors

Full Changelog: https://github.com/ashishxcode/commit-chronicle/commits/v0.1.0