Skip to content

Releases: gabrielldn/gh-summary

v1.0.0 - First stable release

Choose a tag to compare

@gabrielldn gabrielldn released this 21 Feb 22:34

gh-summary v1.0.0

First stable release of gh-summary, a GitHub CLI extension for fast activity snapshots directly in the terminal.

Highlights

  • Added robust CLI help and argument validation.
  • Added support for date ranges (--from, --to) and rolling windows (--days).
  • Added repository filtering (--repo) and configurable search limit (--limit).
  • Added structured JSON output (--json) for automation.
  • Added repository breakdown output (--by-repo, --top-repos).
  • Improved default summary with additions, deletions, total lines, characters, repositories, and contributions.
  • Improved README with complete usage examples and new flags.

Changelog (by commit)

  • 1ef7119 refactor: enhance README and script usage documentation
  • f3cb6b3 Update Shields.io
  • 73bd697 Initial Documentation
  • 81c6f99 chore: convert script messages and labels to English
  • a14b2c3 Include contributionCount to default gh summary
  • 8ab238b Update formating extension
  • 5604936 Updade script permission to execute
  • 1b27eff Initial commit