Skip to content

Releases: jesseduffield/lazygit

v0.17.0

18 Mar 14:58
Compare
Choose a tag to compare
fix branch parser

v0.16.2

03 Mar 22:42
Compare
Choose a tag to compare

Changelog

c5ff39b new version

v0.16

03 Mar 13:15
Compare
Choose a tag to compare

Changelog

e223d3d Add TODOs badge to README
3fc22a6 Add scoop install option to README.
9912998 Create Custom_Pagers.md
4058c71 Merge pull request #684 from ueberBrot/add-scoop-install-option
87c2fb6 Update Custom_Pagers.md
1cd7d14 Update README.md
31e201c allow configuring side panel width
79299be better keybindings for patch building mode
4c9b620 better keybindings for staging by line
3ce2b9b chore: keeping coverage up :D
fe5f087 feat: configurable services
6ea25bd feat: flexible service configuration
a7508a5 fix cheatsheet script to support different contexts
1a3d765 fix keybinds document
0fc58a7 fix test
a79182e fix: accidentally escaped %s
0eb3090 fix: owner groups (GitLab)
54241d8 more generic way of supporting custom pagers
b3522c4 refactor
355f161 supporing custom pagers step 1
0abd7ad update config

v0.15.7

29 Feb 06:48
Compare
Choose a tag to compare

Changelog

3fc22a6 Add scoop install option to README.
4058c71 Merge pull request #684 from ueberBrot/add-scoop-install-option
a0522ba fix cheatsheet script to support different contexts
1a3d765 fix keybinds document

v0.15.6

27 Feb 13:50
Compare
Choose a tag to compare

Changelog

5af7b02 fix #680: unpushed commits still appear to be green instead of red
a9fe0b8 set --abbrev-commit to return 8-digit hash strings

v0.15.5

26 Feb 22:36
Compare
Choose a tag to compare

Changelog

bf94620 Fix OutOfBound array access when looking for ReflogCommits refs #679

v0.15.4

26 Feb 22:35
Compare
Choose a tag to compare

Changelog

890cc87 fix bug where commits appeared as green despite not being pushed

v0.15.3

25 Feb 11:11
Compare
Choose a tag to compare

Changelog

9fd9fd6 better commit lines in fullscreen mode
e6a8dc0 better logic for checking if we're rebasing
d0ab747 color active frames green by default
8eb0b0f do not close over variables in a function
b8717d7 keybinding doc for nextMatch/prevMatch in Config.md (#659)
f94d0be refactor the way we render lists
02c497f show file list when diffing commits

v0.15.2

24 Feb 22:12
Compare
Choose a tag to compare

Changelog

6fc3290 Reflog: Use 20 sha digits instead of 7
fdb543f add half and fullscreen modes
fabdda0 allow customizing background color in staging mode
78b62be better handling of clearing the search
1f5ccab eagerload commits when searching
8ad01fe refresh commits when adding a tag
370cec0 show diff stat
52b5a64 show item counts in frames
0034cfe show tags in commits panel
46be280 support searching in side panels
2a5763a switch custom command keybinding to ':'
49a2f01 tasks: don't use a function that requires Go 1.12

v0.14.4

19 Feb 21:34
Compare
Choose a tag to compare

Changelog

0fe9c15 add mixed option to HEAD resetting, remove @{upstream}
0a69c1a add reset to reflog commit menu
feaf98b add reset to upstream option on files panel
66e6369 allow fastforwarding the current branch
73d8064 allow resetting to branch
8ca9f93 allow resetting to remote branch
f528e12 allow resetting to tag
814a0ea begin refactor of menu panel
665fdde continue refactor of menu panel
2e1344f fix specs
0f0da9c fix wording
c971460 refactor commit reset menu
5b1f60b refactor create reset menu logic
fd4f37b refactor git flow menu
d76e888 refactor patch options menu panel
eb91346 refactor rebase menu panel
d929b84 refactor recent repos menu panel
8ef3297 refactor reflog reset options panel
6fdc179 refactor stash options menu
27c7aeb refactor workspace reset options panel
5b9996b remove old createMenu function