Skip to content

v0.53.0

Latest
Compare
Choose a tag to compare
@jesseduffield jesseduffield released this 05 Jul 02:37
· 99 commits to master since this release
bc4b50f

This is the first lazygit release after Jesse passed the maintainership to me (@stefanhaller), and I'm excited (and a little bit nervous πŸ˜„) about it.

No big new features this time, but lots of smaller quality-of-life improvements. The one that makes the biggest difference for me is an improved hunk selection mode in the staging view (in case you didn't know, you can switch from the normal line selection mode to hunk mode by pressing a). This now works a bit more fine-grained, by selecting groups of added or deleted lines rather than entire hunks, which often consist of several such groups. With this change I find that I prefer hunk mode over line mode in most cases, so I added a user config to switch to hunk automatically upon entering the staging view; it is off by default, but I encourage you to enable it (gui.useHunkModeInStagingView) to see if you like it as much as I do. Feedback about this is welcome; please comment on the PR if you have any.

The detailed list of all changes follows:

What's Changed

Enhancements πŸ”₯

Fixes πŸ”§

  • Fix stash operations when branch named 'stash' exists by @ChrisMcD1 in #4641
  • Fix moving a custom patch from the very first commit of the history to a later commit by @stefanhaller in #4631
  • Fix DEFAULT_REMOTE_ICON character code by @bedlamzd in #4653
  • Show GPG error before entering commit editor when rewording non-latest commits by @m04f in #4660
  • Fix branch head icon appearing at head commit when a remote or tag exists with the same name as the current branch by @stefanhaller in #4669
  • Fix applying custom patches to a dirty working tree by @stefanhaller in #4674
  • Collapse selection after deleting a range of branches or stashes by @nileric in #4661

Maintenance βš™οΈ

Docs πŸ“–

  • Fix formatting of a keyboard shortcut in the README.md by @DanOpcode in #4678

I18n 🌎

New Contributors

Full Changelog: v0.52.0...v0.53.0