Skip to content

Releases: StackwiseTechnologiesLtd/git-recap

v0.1.3 — Brand refresh and OpenGraph fix

Choose a tag to compare

@daniel-teddy daniel-teddy released this 18 Jul 15:44

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 / sha256 after 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

Choose a tag to compare

@daniel-teddy daniel-teddy released this 18 Jul 00:29

Highlights

  • --version, --author, --color (+ NO_COLOR)
  • --recursive deep repo discovery
  • --json machine-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-recap

Full notes: CHANGELOG.md

v0.1.1 — Landing site, docs, and dark mode

Choose a tag to compare

@daniel-teddy daniel-teddy released this 17 Jul 23:51

Highlights

  • Marketing site (web/) with install CTA, feature showcases, and terminal demos
  • In-app /docs covering install, usage, timeframes, routing, and options
  • Dark mode with theme toggle (system preference + localStorage)
  • Floating header and footer; brand favicon
  • Public /releases page and root CHANGELOG.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

Choose a tag to compare

@daniel-teddy daniel-teddy released this 17 Jul 18:24

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
  • --plain for paste-friendly output and --summary-only for the summary block
  • Offline only — reads local .git state

Install

brew tap StackwiseTechnologiesLtd/tools
brew install git-recap