Releases: seeyebe/gmap
Releases · seeyebe/gmap
gmap v0.4.0
fix(readme): remove big tabs
v0.3.3
🔖 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
🔖 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
cto copy the selected commit hash - Uses native clipboard (via
arboard) - Fallback to
wl-copyorxclipwhen available - Displays success/failure message inline
- Press
