ZIP
WinGet
lazygit
Jesse Duffield · 0.54.2 · arm
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
lazygit_0.54.2_Windows_armv6.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
JesseDuffield.lazygit
Version
0.54.2
Description
Simple terminal UI for git commands.
License
MIT
↗
Installer URL
https://github.com/jesseduffield/lazygit/releases/download/v0.54.2/lazygit_0.54.2_Windows_armv6.zip
Release Notes
Here's another point release; this one fixes a performance regression in 0.54.0 that made flicking through diffs a little less snappy (or a lot less, in some scenarios) than it could be.
For the changes in 0.54.0, see https://github.com/jesseduffield/lazygit/releases/tag/v0.54.0.
What's Changed
Fixes 🔧
- Fix scrollbar in certain popup panels (e.g. the intro message for new users) by @stefanhaller in #4804
- Fix delay with flicking through files or commits when git diff is very slow by @stefanhal…