Lazygit-py

Latest version: v0.48.0

Safety actively analyzes 723576 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 18 of 27

0.10.2

Changelog

3f7e107 Vendor: Updated dependencies

0.9

Changelog

Good Lord. There are two big new features in this release:

Revamped Line-by-line Staging
If you hit 'enter' on a file in the files panel you will now be able to stage lines individually with 'space' AND reset them with 'd' AND switch over to do the same with the staged changed by pressing 'tab'. You can select a range of lines by pressing 'v' and moving your cursor down then pressing 'space' to stage the range of lines, and you can select the whole hunk by pressing 'a'.

Patch Madness
I am yet to think of a better name, bear with me. This feature allows you to
1) select snippets of code from old commits to discard e.g. `console.log` or `binding.pry` statements you accidentally added.
2) move code between old commits
3) pull code from a commit out into your index (for when you accidentally committed something but want to keep working on it)

I'll write some proper documentation for it soon, but for now all you need to know is that if you hit 'space' on a file in a commit (accessed by pressing enter on the commit itself) it will add that file's patch to your 'custom patch' and if you hit 'enter' on the file it will allow you to take a line-by-line approach. Then hit ctrl+p to bring up the patch options menu and you'll be able to pick between:

1) discarding the contents of the patch from the original commit
2) pulling out the contents of the patch into your index
3) moving the contents to another commit (if you've selected another commit in the commits panel)

0.8.2

Changelog

212327d 477 Discard changes when there are merge conflicts
e83ef98 477 Remove `NeedMerge` boolean
9fb9962 472 - Don't panic if not in a repository
b60ecda 472 - Update error message
504d506 477 Add new `NeedReset` property to File and update tests
823b436 477 Remove duplicate checkout
827837b 477 Remove unnecessary variable check
17b4cab Add syntax highlighting to Config.md
25c93c6 Create FUNDING.yml
8f734b1 Removed unnecessary string conversion
235a47b Revert "emergency situation: we're not logging to rollrus while we're past the request quota"
cc138fc Simplified boolean comparison
975a531 Simplified code a bit
69ac003 Swallow errors entirely, instead of assigning and ignoring them
3e40369 add GIT_OPTIONAL_LOCKS=0 env var to all commands
d12f81b add autoFetch to config doc
1c704e1 adjust CI to Go modules
0f0fda1 allow stashing staged changes
8f786e3 configurable auto-fetch
c107eed emergency situation: we're not logging to rollrus while we're past the request quota
d953712 err was assigned but never checked
53cded7 fix padding with coloures strings
e1f5601 fix typo
b92d27e force underlying go commands under gox to use the vendor directory
4c73c88 move git config options to top-level in default config
bd2170a request explicit return from subprocess
abddea0 revert menu panel error panel usage
75db4fa show actual error when trying to check out a branch that doesn't exist
4a4dc67 simplify code for logging output of subprocess
7db1fee startBackgroundFetch does not return errors
c039e5b support going to start/end of line and deleting lines in simple editor
e0dd1cb switch to Go modules
c3767bb update go.sum
b8baef7 use fork of roll that doesn't care about errors
6001127 use git.autoFetch config option
68d5c2b use gui.g directly
527c025 use shift+j/k to scroll main, ctrl+j/k to move commits
6eff139 use vendor directory in test.sh

0.8.1

Changelog

2ca0292 Merge branch 'master' of https://github.com/jesseduffield/lazygit
3e40369 add GIT_OPTIONAL_LOCKS=0 env var to all commands
0f0fda1 allow stashing staged changes
c107eed emergency situation: we're not logging to rollrus while we're past the request quota
e74709f emergency situation: we're not logging to rollrus while we're past the request quota
53cded7 fix padding with coloures strings
bd2170a request explicit return from subprocess
abddea0 revert menu panel error panel usage
4a4dc67 simplify code for logging output of subprocess
c039e5b support going to start/end of line and deleting lines in simple editor
527c025 use shift+j/k to scroll main, ctrl+j/k to move commits

0.8

Changelog
New features:
- Viewing the files in a commit (press enter on a commit):
- removing changes to a file from an old commit
- checkout out a version of a file from an old commit
- Custom commands with shift+X on the files panel
- Adding fixup! commits and squashing all fixup commits above a specified commit. shift+F on a commit creates a fixup commit based on that commit. shift+S on a commit squashes all above fixup commits
- Option to auto-stash when checking out another branch with unstaged changes
- More options for discarding file changes
- More options for resetting to a commit (hard/soft/mixed)
- Add a WIP commit that skips the pre-commit hooks with the 'w' keybinding on the files panel
- Commit message is now retained if a pre-commit hook fails
- Better UI on small windows (huge thanks to mjarkk !)
- Ability to open lazygit from within a submodule directory
- More informative keybinding cheatsheets (thanks to sudo-suhas !)

Also loads of bugfixes

If I've forgotten anybody's contributions, please let me know and I'll add them to the changelog :)

0.7.2

Changelog

Fixed an issue created in v0.7.0 that caused high CPU usage, now the CPU usage is back to being negligible

Page 18 of 27

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.