Skip to content

Releases: jesseduffield/lazygit

v0.27.1

07 Apr 13:06

Choose a tag to compare

Changelog

a229547 fix CI
b69fc19 fix broken link to old AUR package
4f700c2 fix crash on first open

v0.27

06 Apr 09:41

Choose a tag to compare

(see above for release notes)

v0.26.1

14 Mar 02:29

Choose a tag to compare

Changelog

058bcdd fix renamed files looking wrong

v0.26

13 Mar 00:52

Choose a tag to compare

  • Config changes applied after editing from within lazygit, no reload required.

  • LOTS of fixes for rendering filenames with strange characters, escaped
    characters, and UI fixes, by the amazing @Ryooooooga!

  • Also thanks to @isti115

v0.25.1

23 Feb 23:15
a62d70f

Choose a tag to compare

Changelog

a62d70f Merge pull request #1172 from jesseduffield/dawidd6-patch-1
053e80a gui: ReplaceAll -> Replace

v0.25

23 Feb 12:33

Choose a tag to compare

lazygit 0.25 Release Notes

  • Fixes for windows, thanks @murphy66!

  • Allow mapping spaces to dashes when creating a branch, thanks @caquillo07!

  • Allow configuring file refresh and fetch frequency, thanks @Liberatys!

  • Minor security improvement

  • Wide characters supported when entering commit messages, thanks @Ryooooooga!

  • Original branch name appears when renaming, thanks piresrui!

  • Better menus, thanks @1jz!

  • Also thanks to @snipem, @dbast, and @dawidd6

v0.24.2

24 Dec 09:36
d7c9243

Choose a tag to compare

Changelog

d7c9243 workflows: setup git before PPA repo updating

v0.24.1

24 Dec 09:25
f42a595

Choose a tag to compare

Changelog

797722e Merge pull request #1129 from jesseduffield/dawidd6-patch-1
f42a595 Merge pull request #1130 from jesseduffield/dawidd6-patch-2
106fce2 Update Custom_Command_Keybindings.md
bb4bf23 gui: ReplaceAll -> Replace
f3aacbd workflows: split CD into separate jobs

v0.24

24 Dec 02:56

Choose a tag to compare

Changelog

lazygit 0.24 Release Notes

  • Suggestions now shown when checking out branch by name

  • Minimum OSX version is now officially 10.10

  • Pull requests URLs can be copied from the keyboard, thanks @farzadmf!

  • Allow --follow-tags flag for git push to be disabled in config,
    thanks @fishybell!

  • Allow quick commit when no files are staged and the user presses 'c',
    thanks @fluffynuts!

  • Lazygit config is now by default created with 'jesseduffield' as the parent
    folder, thanks @Liberatys!

  • You can now configure how lazygit behaves when you open it outside a repo
    (e.g. skip the prompt and open the most recent repo), thanks @kalvinpearce!

  • You can now visualise the commit graph for all branches by pressing 'a' in
    the status panel - thanks @Yuuki77!

  • And thanks to @dawidd6, @sstiglitz, @fargozhu and @nils-a for helping out with
    CI and documentation!

v0.23.7

05 Nov 10:37

Choose a tag to compare

Changelog

4b55b2e prevent crash when removing remote with no urls