| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2025-12-06 | 1.4 kB | |
| lazygit_0.57.0_windows_32-bit.zip | 2025-12-06 | 7.8 MB | |
| lazygit_0.57.0_windows_x86_64.zip | 2025-12-06 | 8.1 MB | |
| lazygit_0.57.0_freebsd_32-bit.tar.gz | 2025-12-06 | 7.5 MB | |
| lazygit_0.57.0_freebsd_armv6.tar.gz | 2025-12-06 | 7.5 MB | |
| lazygit_0.57.0_freebsd_x86_64.tar.gz | 2025-12-06 | 7.9 MB | |
| lazygit_0.57.0_linux_arm64.tar.gz | 2025-12-06 | 7.2 MB | |
| lazygit_0.57.0_linux_32-bit.tar.gz | 2025-12-06 | 7.5 MB | |
| lazygit_0.57.0_linux_armv6.tar.gz | 2025-12-06 | 7.5 MB | |
| lazygit_0.57.0_windows_arm64.zip | 2025-12-06 | 7.2 MB | |
| lazygit_0.57.0_windows_armv6.zip | 2025-12-06 | 7.6 MB | |
| lazygit_0.57.0_darwin_arm64.tar.gz | 2025-12-06 | 7.5 MB | |
| lazygit_0.57.0_darwin_x86_64.tar.gz | 2025-12-06 | 8.1 MB | |
| lazygit_0.57.0_freebsd_arm64.tar.gz | 2025-12-06 | 7.1 MB | |
| lazygit_0.57.0_linux_x86_64.tar.gz | 2025-12-06 | 7.9 MB | |
| README.md | 2025-12-06 | 4.0 kB | |
| v0.57.0 source code.tar.gz | 2025-12-06 | 5.2 MB | |
| v0.57.0 source code.zip | 2025-12-06 | 6.9 MB | |
| Totals: 18 Items | 118.5 MB | 4 | |
What's Changed
Enhancements 🔥
- Open pull requests in browser with extra leading slashes removed by @hrzlgnm in https://github.com/jesseduffield/lazygit/pull/5018
- Allow using SelectedSubmodule in CustomCommands by @rlkandela in https://github.com/jesseduffield/lazygit/pull/5015
- Don't allow empty input in most prompts by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5043
- Suppress output from background fetch (unless there were errors) by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5044
- feat: add fork remote command by @karolzwolak in https://github.com/jesseduffield/lazygit/pull/4831
- Trigger immediate background fetch when switching repos by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5047
Fixes 🔧
- Keep cursor at top/bottom when navigating by page by @RaphaeleL in https://github.com/jesseduffield/lazygit/pull/5019
- Switch to branches view when checking out a commit by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5048
- Fix deleting a remote tag when a remote branch with the same name exists, or vice versa by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5075
- Show fixup base commits in correct order in ctrl-f error message by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5073
- Band-aid fix for rare crashes when refreshing files by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5074
- Fix to support creating MRs for repositories cloned with SSH alias by @roveo in https://github.com/jesseduffield/lazygit/pull/5082
Maintenance ⚙️
- Keep config and schema unchanged during a release by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5010
- Modernize all codes by @phanen in https://github.com/jesseduffield/lazygit/pull/5036
- Bump golang.org/x/crypto from 0.37.0 to 0.45.0 by @dependabot[bot] in https://github.com/jesseduffield/lazygit/pull/5054
- Don't use "HEADLESS" environment variable for running tests by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5064
- refactor: use strings.Builder and strings.Repeat to simplify code by @boqishan in https://github.com/jesseduffield/lazygit/pull/5068
- chore: fix function name in comment by @riyueguang in https://github.com/jesseduffield/lazygit/pull/4481
Docs 📖
- Add a "Commit history" section to CONTRIBUTING.md by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5022
- Update table of contents in README.md by @madscientist16 in https://github.com/jesseduffield/lazygit/pull/5045
- Update docs and schema for release by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5091
I18n 🌎
- Update translations from Crowdin by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5090
Performance Improvements 📊
- Fix and speed up the file list for the "Enter path to filter by" feature by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5056
New Contributors
- @hrzlgnm made their first contribution in https://github.com/jesseduffield/lazygit/pull/5018
- @RaphaeleL made their first contribution in https://github.com/jesseduffield/lazygit/pull/5019
- @rlkandela made their first contribution in https://github.com/jesseduffield/lazygit/pull/5015
- @phanen made their first contribution in https://github.com/jesseduffield/lazygit/pull/5036
- @madscientist16 made their first contribution in https://github.com/jesseduffield/lazygit/pull/5045
- @karolzwolak made their first contribution in https://github.com/jesseduffield/lazygit/pull/4831
- @boqishan made their first contribution in https://github.com/jesseduffield/lazygit/pull/5068
- @riyueguang made their first contribution in https://github.com/jesseduffield/lazygit/pull/4481
- @roveo made their first contribution in https://github.com/jesseduffield/lazygit/pull/5082
Full Changelog: https://github.com/jesseduffield/lazygit/compare/v0.56.0...v0.57.0