Releases: ashishxcode/commit-chronicle
Releases · ashishxcode/commit-chronicle
v0.2.0
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
v0.1.1
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
What's Changed
- Rewrite commit-chronicle as a self-contained Go binary by @ashishxcode in #1
New Contributors
- @ashishxcode made their first contribution in #1
Full Changelog: https://github.com/ashishxcode/commit-chronicle/commits/v0.1.0