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 @stefanhaller in #4803
Maintenance ⚙️
- Stop bumping our homebrew formula by @stefanhaller in #4799
- Update the badges of golangci-lint and homebrew in
README.md
by @kyu08 in #4807
Docs 📖
- Fix the useHunkModeInStagingView hint in the breaking changes message by @stefanhaller in #4800
- Update
CONTRIBUTING.md
to clarify translation contribution process by @kyu08 in #4806
Full Changelog: v0.54.1...v0.54.2