Skip to content

Releases: seeyebe/gmap

gmap v0.4.0

02 Nov 23:09

Choose a tag to compare

fix(readme): remove big tabs

v0.3.3

01 Aug 17:16

Choose a tag to compare

🔖 Release v0.3.3

  • Revamped TUI for clearer, more consistent interaction:
    • Replaced the separate file-types tab with an on-demand file modal (toggle with f) for a less cluttered primary view.
    • Streamlined commit details view with better truncation, info panel, and file list presentation.
    • Unified activity labeling for consistency across views.
    • Improved file types/files insights (more informative presentation of top extensions and files).
  • Updated internal state model to support new UI features (e.g., file modal flag, cleaner view modes).
  • Various UI/UX refinements (headers abstraction, better statistics summaries).
  • Code cleanup: reduced duplication, and improved naming for readability and maintainability.

v0.3.2

30 Jul 17:40

Choose a tag to compare

🔖 Release v0.3.2

TUI Improvements

  • New Commit Details View

    • Inspect individual commits: message, author, changes, files
    • Navigate with arrow keys (←/→) or PageUp/PageDown
  • Clipboard Support

    • Press c to copy the selected commit hash
    • Uses native clipboard (via arboard)
    • Fallback to wl-copy or xclip when available
    • Displays success/failure message inline
commits-preview

0.3.1

30 Jul 03:42

Choose a tag to compare

fix: deduplicate files before cache insert to resolve UNIQUE constrai…

v0.1.0

30 Jul 02:15

Choose a tag to compare

Initial release