Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2025-09-06 | 1.4 kB | |
lazygit_0.55.0_darwin_x86_64.tar.gz | 2025-09-06 | 8.1 MB | |
lazygit_0.55.0_linux_arm64.tar.gz | 2025-09-06 | 7.3 MB | |
lazygit_0.55.0_linux_x86_64.tar.gz | 2025-09-06 | 7.9 MB | |
lazygit_0.55.0_darwin_arm64.tar.gz | 2025-09-06 | 7.6 MB | |
lazygit_0.55.0_freebsd_arm64.tar.gz | 2025-09-06 | 7.3 MB | |
lazygit_0.55.0_linux_armv6.tar.gz | 2025-09-06 | 7.5 MB | |
lazygit_0.55.0_windows_32-bit.zip | 2025-09-06 | 7.8 MB | |
lazygit_0.55.0_windows_arm64.zip | 2025-09-06 | 7.3 MB | |
lazygit_0.55.0_windows_armv6.zip | 2025-09-06 | 7.6 MB | |
lazygit_0.55.0_windows_x86_64.zip | 2025-09-06 | 8.1 MB | |
lazygit_0.55.0_freebsd_32-bit.tar.gz | 2025-09-06 | 7.5 MB | |
lazygit_0.55.0_freebsd_armv6.tar.gz | 2025-09-06 | 7.5 MB | |
lazygit_0.55.0_freebsd_x86_64.tar.gz | 2025-09-06 | 7.9 MB | |
lazygit_0.55.0_linux_32-bit.tar.gz | 2025-09-06 | 7.5 MB | |
README.md | 2025-09-06 | 3.6 kB | |
v0.55.0 source code.tar.gz | 2025-09-06 | 5.4 MB | |
v0.55.0 source code.zip | 2025-09-06 | 7.0 MB | |
Totals: 18 Items | 119.2 MB | 4 |
What's Changed
Enhancements 🔥
- Allow filtering the keybindings menu by keybinding by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4821
- Add support for suspending LazyGit with Ctrl+Z on Unix systems by @cowboy8625 in https://github.com/jesseduffield/lazygit/pull/4757
- Add "CopyToClipboard" command to
ConfirmationController
by @kyu08 in https://github.com/jesseduffield/lazygit/pull/4810 - Add a user config for using git's external diff command for paging by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4832
- Log the hash of dropped stashes by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4850
Fixes 🔧
- Fix right-alignment of divergence from base branch for branch checked out in a worktree by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4824
- Support Azure DevOps vs-ssh.visualstudio.com SSH remotes as hosting provider by @Kahitar in https://github.com/jesseduffield/lazygit/pull/4822
- Improve display of "esc" keybinding in the keybindings status bar by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4819
- Use external diff command in stashes panel by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4836
- Remove the git.paging.useConfig option by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4837
- Don't auto-forward branches that are checked out in another worktree by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4833
- Fix dropping range selection of filtered stashes by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4849
- Fix rare crash in interactive rebase (merge command without comment) by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4872
- Make it possible to rebind the Confirm keybinding by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4860
Maintenance ⚙️
- Pass only Git-tracked Go files to gofumpt by @kyu08 in https://github.com/jesseduffield/lazygit/pull/4809
- Update donation wording so that it's clear there's no strings attached by @jesseduffield in https://github.com/jesseduffield/lazygit/pull/4827
- Enhance PR/Issue templates readability by @kyu08 in https://github.com/jesseduffield/lazygit/pull/4829
- Run label check workflow only on label events and open pr event by @kyu08 in https://github.com/jesseduffield/lazygit/pull/4830
Docs 📖
- Add installation with gah by @marverix in https://github.com/jesseduffield/lazygit/pull/4820
- docs(VISION): fix "Dicoverability" typo by @Rudxain in https://github.com/jesseduffield/lazygit/pull/4866
- Add dev container feature as installation method to README by @HenningLorenzen-ext-bayer in https://github.com/jesseduffield/lazygit/pull/4876
I18n 🌎
- Update translations from Crowdin by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4873
New Contributors
- @marverix made their first contribution in https://github.com/jesseduffield/lazygit/pull/4820
- @Kahitar made their first contribution in https://github.com/jesseduffield/lazygit/pull/4822
- @cowboy8625 made their first contribution in https://github.com/jesseduffield/lazygit/pull/4757
- @Rudxain made their first contribution in https://github.com/jesseduffield/lazygit/pull/4866
- @HenningLorenzen-ext-bayer made their first contribution in https://github.com/jesseduffield/lazygit/pull/4876
Full Changelog: https://github.com/jesseduffield/lazygit/compare/v0.54.2...v0.55.0