Skip to content

Releases: mubbie/gx-cli

v2.8.2

16 Apr 22:40

Choose a tag to compare

Changelog

  • cf66a60 Fix CI: gitignore gx only in root (was excluding src/gx/ package)
  • b9549bc Fix remaining Python parity gaps with Go
  • cb0d8d9 Release v2.8.2: Add --since flag back to gx who (Go + Python)

v2.8.1

16 Apr 21:37

Choose a tag to compare

Changelog

  • 6634b45 Release v2.8.1: Sync Python version with Go

v2.8.0

16 Apr 21:16

Choose a tag to compare

Changelog

  • bd2589a Fix critical review findings: panics, data loss, dead code
  • 379448d Make BuildTree read-only: never write to stack.json from graph/view
  • 8475107 Release v2.8.0: Major refactor from review findings

v2.7.1

16 Apr 20:35

Choose a tag to compare

Changelog

  • 52598c9 Release v2.7.1: Rewrite who - blame-first, clean and fast
  • 5ccd435 Speed up who on large repos: drop --all, use HEAD, limit date scan to 500

v2.7.0

16 Apr 19:57

Choose a tag to compare

Changelog

  • d29fb21 Add *.exe and gx binary to gitignore
  • 9cb9742 Release v2.7.0: Fast who, --lines opt-in for full analysis
  • d6d2576 Remove accidentally committed binary
  • 1891f42 Speed up graph: only show stacked branches, remove auto-discovery

v2.6.2

16 Apr 19:34

Choose a tag to compare

Changelog

  • 76f94cb Optimize who: parallel git calls, remove N per-author last-active lookups
  • d022ad0 Release v2.6.2: File and directory level who, speed optimizations

v2.6.1

16 Apr 19:16

Choose a tag to compare

Changelog

  • 131fc55 Release v2.6.1: Fix spinner timing across all commands

v2.6.0

16 Apr 19:08

Choose a tag to compare

Changelog

  • 9ad5a4b Release v2.6.0: Line-based who, fix spinner timing

v2.5.2

16 Apr 19:02

Choose a tag to compare

Changelog

  • 584675d Release v2.5.2: Remove unused bubbles/bubbletea dependencies

v2.5.1

16 Apr 18:59

Choose a tag to compare

Changelog

  • 945db30 Release v2.5.1: Fix table truncation, spinner grace period