Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2025-09-17 | 1.4 kB | |
lazygit_0.55.1_linux_32-bit.tar.gz | 2025-09-17 | 7.5 MB | |
lazygit_0.55.1_darwin_x86_64.tar.gz | 2025-09-17 | 8.1 MB | |
lazygit_0.55.1_freebsd_arm64.tar.gz | 2025-09-17 | 7.3 MB | |
lazygit_0.55.1_freebsd_x86_64.tar.gz | 2025-09-17 | 7.9 MB | |
lazygit_0.55.1_linux_armv6.tar.gz | 2025-09-17 | 7.5 MB | |
lazygit_0.55.1_windows_armv6.zip | 2025-09-17 | 7.6 MB | |
lazygit_0.55.1_darwin_arm64.tar.gz | 2025-09-17 | 7.6 MB | |
lazygit_0.55.1_linux_arm64.tar.gz | 2025-09-17 | 7.3 MB | |
lazygit_0.55.1_linux_x86_64.tar.gz | 2025-09-17 | 7.9 MB | |
lazygit_0.55.1_windows_x86_64.zip | 2025-09-17 | 8.1 MB | |
lazygit_0.55.1_freebsd_32-bit.tar.gz | 2025-09-17 | 7.5 MB | |
lazygit_0.55.1_freebsd_armv6.tar.gz | 2025-09-17 | 7.5 MB | |
lazygit_0.55.1_windows_32-bit.zip | 2025-09-17 | 7.8 MB | |
lazygit_0.55.1_windows_arm64.zip | 2025-09-17 | 7.3 MB | |
README.md | 2025-09-17 | 862 Bytes | |
v0.55.1 source code.tar.gz | 2025-09-17 | 5.4 MB | |
v0.55.1 source code.zip | 2025-09-17 | 7.0 MB | |
Totals: 18 Items | 119.2 MB | 8 |
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 https://github.com/jesseduffield/lazygit/pull/4880
- Fix staging when using the new useExternalDiffGitConfig config by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4895
Full Changelog: https://github.com/jesseduffield/lazygit/compare/v0.55.0...v0.55.1