Skip to content

Tags: vsrc/lazygit

Tags

v0.57.0

Toggle v0.57.0's commit message
Release v0.57.0

v0.56.0

Toggle v0.56.0's commit message
Release v0.56.0

v0.55.1

Toggle v0.55.1's commit message
Release v0.55.1

v0.55.0

Toggle v0.55.0's commit message
Release v0.55.0

v0.54.2

Toggle v0.54.2's commit message
Release v0.54.2

v0.54.1

Toggle v0.54.1's commit message
Release v0.54.1

v0.54.0

Toggle v0.54.0's commit message
Release v0.54.0

v0.53.0

Toggle v0.53.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add user config to use hunk mode by default when entering staging view (

jesseduffield#4685)

- **PR Description**

As of jesseduffield#4684, hunk mode has become so useful that I prefer it over line
mode now. This PR adds a config that lets you use hunk mode by default
in the staging view.

I'm not enabling this by default yet, although I do think it's the more
useful mode for most people. The biggest issue that I still have with
this is that _if_ you need to switch to line mode for some reason, then
it's very non-obvious how to do that. New users might not find out at
all, and think that lazygit doesn't allow staging individual lines.

v0.52.0

Toggle v0.52.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix assigning custom key to pullFiles command in the Commits panel (j…

…esseduffield#4617)

- **PR Description**

Improve the dispatching of key bindings so that remapping "pullFiles" to
a different key works correctly in the Commits panel.

Fixes jesseduffield#4614.

v0.51.1

Toggle v0.51.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix lazygit's UI becoming unresponsive when a background fetch asks f…

…or a passphrase (jesseduffield#4586)

Fix a regression introduced with jesseduffield#4525.

This fixes the problem that background fetching makes lazygit hang when
the fetch request needs to prompt for a passphrase. For Mac users who
use the keychain to store their ssh passphrases, this can happen when
lazygit is running while the machine goes to sleep, because macOS looks
the keychain in that case.