# lazygit v0.64.1 - Product: lazygit (https://whatsnew.fyi/product/lazygit) - Vendor: Jesse Duffield - Date: 2026-08-12 - Version: v0.64.1 - Original notes: https://github.com/jesseduffield/lazygit/releases/tag/v0.64.1 - Permalink: https://whatsnew.fyi/product/lazygit/releases/v0.64.1 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Fix transitions of entering and exiting filtering mode (e.g. by path or author) - **fixed** — Fix race in "Stash staged changes" on git versions before 2.35.0 - **fixed** — Fix several problems with repos whose git dir lives outside the working tree - **fixed** — Update the UI after stash operations in a single frame - **fixed** — Honor the conflict-marker-size gitattribute - **fixed** — Fix hang on quit when confirmOnQuit is true - **fixed** — Fix pull requests silently disappearing until lazygit is restarted ##### What's Changed This fixes a few regressions that were introduced in the [last release](https://github.com/jesseduffield/lazygit/releases#release-v0.64.0), and some long-standing bugs that I didn't see any reason to hold back until the next big one. ###### Fixes 🔧 * Fix transitions of entering and exiting filtering mode (e.g. by path or author) by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5897 * Fix race in "Stash staged changes" on git versions before 2.35.0 by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5903 * Fix several problems with repos whose git dir lives outside the working tree by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5910 * Update the UI after stash operations in a single frame by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5905 * Honor the conflict-marker-size gitattribute by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5902 * Fix hang on quit when confirmOnQuit is true by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5919 * Fix pull requests silently disappearing until lazygit is restarted by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5921 ###### Maintenance ⚙️ * Don't let integration tests race a background git repack by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5898 * update Nix flake dependencies by @TyceHerrman in https://github.com/jesseduffield/lazygit/pull/5894 * Simplify the run_integration_tests.sh script by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5908 * Bump actions/setup-go from 6 to 7 by @dependabot[bot] in https://github.com/jesseduffield/lazygit/pull/5843 * Bump github.com/kyokomi/emoji/v2 from 2.2.13 to 2.2.14 by @dependabot[bot] in https://github.com/jesseduffield/lazygit/pull/5813 * Bump mheap/github-action-required-labels from 5.5.2 to 5.6.0 by @dependabot[bot] in https://github.com/jesseduffield/lazygit/pull/5769 * Bump github.com/lucasb-eyer/go-colorful from 1.4.0 to 1.4.1 by @dependabot[bot] in https://github.com/jesseduffield/lazygit/pull/5916 * Bump JamesIves/github-sponsors-readme-action from 1.6.0 to 1.6.1 by @dependabot[bot] in https://github.com/jesseduffield/lazygit/pull/5917 **Full Changelog**: https://github.com/jesseduffield/lazygit/compare/v0.64.0...v0.64.1