Releases: gabrielldn/gh-summary
Releases · gabrielldn/gh-summary
Release list
v1.0.0 - First stable release
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)
1ef7119refactor: enhance README and script usage documentationf3cb6b3Update Shields.io73bd697Initial Documentation81c6f99chore: convert script messages and labels to Englisha14b2c3Include contributionCount to default gh summary8ab238bUpdate formating extension5604936Updade script permission to execute1b27effInitial commit