v0.31
LAZYGIT NOW SHOWS A COMMIT GRAPH!
No idea why that took so long but there you go. Some new changes:
- the git graph now appears when you maximise the commits panel with the
+
key. - you can scroll horizontally with shift+H and shift+L, in case that graph gets a bit out of control
- 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 - 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
- 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