Releases: StackwiseTechnologiesLtd/git-recap
Releases · StackwiseTechnologiesLtd/git-recap
Release list
v0.1.3 — Brand refresh and OpenGraph fix
Brand / logo pass across CLI help and marketing site.
Changed
- Regenerated ASCII wordmark for CLI
--help(stable terminal rendering) - Compact SVG brand mark on the marketing site
- Logo generation helpers (
logo.rb,generate_ascii.py) - OpenGraph image uses favicon.svg and is published as
/opengraph-image.png(WhatsApp-compatible MIME)
Notes
- Homebrew: update formula
url/sha256after this tag - CLI version:
0.1.3· site package:0.1.3
See CHANGELOG.md for details.
v0.1.2 — CLI quality: recursive scan, JSON, author & color
Highlights
--version,--author,--color(+NO_COLOR)--recursivedeep repo discovery--jsonmachine-readable summaries- Safer author matching and tighter commit classification
- Expanded smoke tests and Homebrew formula
Notes
Upgrade via Homebrew after the tap formula is updated:
brew upgrade git-recapFull notes: CHANGELOG.md
v0.1.1 — Landing site, docs, and dark mode
Highlights
- Marketing site (
web/) with install CTA, feature showcases, and terminal demos - In-app
/docscovering install, usage, timeframes, routing, and options - Dark mode with theme toggle (system preference + localStorage)
- Floating header and footer; brand favicon
- Public
/releasespage and rootCHANGELOG.md
Notes
CLI behavior is unchanged from v0.1.0 — Homebrew users do not need to upgrade for this release.
Full notes: CHANGELOG.md
v0.1.0
Summary
Initial public release of git-recap — a zero-dependency Bash CLI for daily standups.
Highlights
- Smart commit grouping (Features, Fixes, Docs, Refactors, Tests, Performance, Chores, Other)
- Standup-ready bullets with word-boundary shortening
- Time presets:
--today,--yesterday,--week --plainfor paste-friendly output and--summary-onlyfor the summary block- Offline only — reads local
.gitstate
Install
brew tap StackwiseTechnologiesLtd/tools
brew install git-recap