github jesseduffield/lazygit v0.31

latest releases: v0.44.1, v0.44.0, v0.43.1...
2 years ago

LAZYGIT NOW SHOWS A COMMIT GRAPH!

No idea why that took so long but there you go. Some new changes:

  1. the git graph now appears when you maximise the commits panel with the + key.
  2. you can scroll horizontally with shift+H and shift+L, in case that graph gets a bit out of control
  3. you can show the whole commit graph (i.e. git log --all) via the git log menu with <c-l> in the commits panel. In that menu you can also hide/show the graph
  4. we now randomly assign colors to authors so you can easily see at a glance who authored which commits. These same colors are used in the commit graph as well
  5. you can set custom author colours in the config e.g.
gui:
  authorColors:
      'Jesse Duffield': '#fa8072' # it's not pink, it's a _faded salmon_ color

Admittedly the commits pane takes a while to load if you scroll past 300 commits so that will need to be fixed in an upcoming release.

If you have any concerns/suggestions about the changes in this release please raise an issue or start a discussion

Thanks to @Ryooooooga , @Liberatys , and @mjarkk for the help

Don't miss a new lazygit release

NewReleases is sending notifications on new releases.