Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2025-07-05 | 1.4 kB | |
lazygit_0.53.0_Darwin_x86_64.tar.gz | 2025-07-05 | 8.1 MB | |
lazygit_0.53.0_freebsd_arm64.tar.gz | 2025-07-05 | 7.2 MB | |
lazygit_0.53.0_Linux_32-bit.tar.gz | 2025-07-05 | 7.5 MB | |
lazygit_0.53.0_freebsd_armv6.tar.gz | 2025-07-05 | 7.5 MB | |
lazygit_0.53.0_Linux_arm64.tar.gz | 2025-07-05 | 7.3 MB | |
lazygit_0.53.0_Linux_armv6.tar.gz | 2025-07-05 | 7.5 MB | |
lazygit_0.53.0_Linux_x86_64.tar.gz | 2025-07-05 | 7.9 MB | |
lazygit_0.53.0_Windows_32-bit.zip | 2025-07-05 | 7.8 MB | |
lazygit_0.53.0_Windows_arm64.zip | 2025-07-05 | 7.3 MB | |
lazygit_0.53.0_Windows_x86_64.zip | 2025-07-05 | 8.1 MB | |
lazygit_0.53.0_Darwin_arm64.tar.gz | 2025-07-05 | 7.6 MB | |
lazygit_0.53.0_freebsd_32-bit.tar.gz | 2025-07-05 | 7.5 MB | |
lazygit_0.53.0_freebsd_x86_64.tar.gz | 2025-07-05 | 7.9 MB | |
lazygit_0.53.0_Windows_armv6.zip | 2025-07-05 | 7.6 MB | |
README.md | 2025-07-04 | 3.9 kB | |
v0.53.0 source code.tar.gz | 2025-07-04 | 5.4 MB | |
v0.53.0 source code.zip | 2025-07-04 | 7.0 MB | |
Totals: 18 Items | 119.0 MB | 5 |
What's Changed
Enhancements 🔥
- Add option to disable warning when amending last commit by @johnhamlin in https://github.com/jesseduffield/lazygit/pull/4640
- Add bold style for border by @aidancz in https://github.com/jesseduffield/lazygit/pull/4644
- Add credential prompts for PKCS11-based SSH keys by @Jadeiin in https://github.com/jesseduffield/lazygit/pull/4646
- Show annotation information for selected tag by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4663
- Show stash name for selected stash by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4673
- Auto-stash modified files when cherry-picking or reverting commits by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4683
- Move to next stageable line when adding a line to a custom patch by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4675
- Improve hunk selection mode in staging view by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4684
- Add user config to use hunk mode by default when entering staging view by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4685
Fixes 🔧
- Fix stash operations when branch named 'stash' exists by @ChrisMcD1 in https://github.com/jesseduffield/lazygit/pull/4641
- Fix moving a custom patch from the very first commit of the history to a later commit by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4631
- Fix DEFAULT_REMOTE_ICON character code by @bedlamzd in https://github.com/jesseduffield/lazygit/pull/4653
- Show GPG error before entering commit editor when rewording non-latest commits by @m04f in https://github.com/jesseduffield/lazygit/pull/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 https://github.com/jesseduffield/lazygit/pull/4669
- Fix applying custom patches to a dirty working tree by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4674
- Collapse selection after deleting a range of branches or stashes by @nileric in https://github.com/jesseduffield/lazygit/pull/4661
Maintenance ⚙️
- Instantiate mutexes by value by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4632
- Bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 by @dependabot in https://github.com/jesseduffield/lazygit/pull/4633
- Update linter by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4671
- Some code cleanups to the "discard file changes from commit" feature by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4679
- Change Refresh to not return an error by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4680
Docs 📖
- Fix formatting of a keyboard shortcut in the README.md by @DanOpcode in https://github.com/jesseduffield/lazygit/pull/4678
I18n 🌎
- Update translations from Crowdin by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/4686
New Contributors
- @johnhamlin made their first contribution in https://github.com/jesseduffield/lazygit/pull/4640
- @aidancz made their first contribution in https://github.com/jesseduffield/lazygit/pull/4644
- @bedlamzd made their first contribution in https://github.com/jesseduffield/lazygit/pull/4653
- @Jadeiin made their first contribution in https://github.com/jesseduffield/lazygit/pull/4646
- @m04f made their first contribution in https://github.com/jesseduffield/lazygit/pull/4660
- @DanOpcode made their first contribution in https://github.com/jesseduffield/lazygit/pull/4678
- @nileric made their first contribution in https://github.com/jesseduffield/lazygit/pull/4661
Full Changelog: https://github.com/jesseduffield/lazygit/compare/v0.52.0...v0.53.0