Skip to content

v0.1.3

Latest

Choose a tag to compare

@aymuos15 aymuos15 released this 25 Nov 15:11
· 2 commits to master since this release

What's New

Added

  • Release Tags in Log View: Release tags (e.g., v0.1.2) are now displayed inline in the message column for tagged commits
  • Dynamic Page Size: Stats and log views now automatically adjust page size based on terminal height for better usability

Fixed

  • Log View Always Shows History: Log view now displays commit history even when there are no current diff changes
  • Log View Updates on Switch: Fixed issue where log content wasn't updating when switching to log view
  • Safe String Truncation: Fixed index out of range panics in diff view by implementing safe truncation in all code paths
  • Robust Log View Dimensions: Added author column with adaptive sizing and guards against uninitialized dimensions

Installation

Download the appropriate binary for your platform:

  • gg-linux-amd64 - Linux x86_64
  • gg-linux-arm64 - Linux ARM64

Make it executable: chmod +x gg-linux-*