This hotfix release fixes two bugs that have crept in in v0.55.0: one is a regression that broke displaying the enter key in the keybindings menu, the other is a problem with a newly added feature that didn't work quite correctly. See below for details.
For the changes in 0.55.0, see https://github.com/jesseduffield/lazygit/releases/tag/v0.55.0.
What's Changed
Fixes 🔧
- Don't hide keybindings that match the confirmMenu key in the keybindings menu by @stefanhaller in #4880
- Fix staging when using the new useExternalDiffGitConfig config by @stefanhaller in #4895
Full Changelog: v0.55.0...v0.55.1