Lazygit-py

Latest version: v0.48.0

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

Scan your dependencies

Page 1 of 27

20.04

0.48.0

<!-- Release notes generated using configuration in .github/release.yml at v0.48.0 -->

What's Changed
Enhancements 🔥
* Custom commands submenus by stefanhaller in https://github.com/jesseduffield/lazygit/pull/4324
Maintenance ⚙️
* Refactor migrations to only marshall yaml twice by ChrisMcD1 in https://github.com/jesseduffield/lazygit/pull/4318


**Full Changelog**: https://github.com/jesseduffield/lazygit/compare/v0.47.2...v0.48.0

0.47.2

<!-- Release notes generated using configuration in .github/release.yml at v0.47.2 -->

Small patch release for you all. This is mainly to fix an issue with v0.47.1 which erroneously re-indented users' lazygit config files on startup.

Shout-out to karimkhaleel for his PR with some gnarly yaml-handling code.

And a special shout-out to ChrisMcD1 who has been pumping out many great contributions lately. Great to have you aboard.

What's Changed
Enhancements 🔥
* Skip post-checkout hook when discarding changes by stefanhaller in https://github.com/jesseduffield/lazygit/pull/4313
Fixes 🔧
* fix: Disable global keybinds when confirmation is active by ChrisMcD1 in https://github.com/jesseduffield/lazygit/pull/4284
* Don't rewrite config file unnecessarily when it contains commitPrefixes by ChrisMcD1 in https://github.com/jesseduffield/lazygit/pull/4311
* Change side panel width calculation to work for larger numbers by ChrisMcD1 in https://github.com/jesseduffield/lazygit/pull/4287
Maintenance ⚙️
* Fix auto-release schedule by jesseduffield in https://github.com/jesseduffield/lazygit/pull/4308
* Use indentation of 2 when rewriting auto-migrated config file by stefanhaller in https://github.com/jesseduffield/lazygit/pull/4312
* Use refs in jsonschema by karimkhaleel in https://github.com/jesseduffield/lazygit/pull/4309
* Improve release workflow by jesseduffield in https://github.com/jesseduffield/lazygit/pull/4307
* Filter out dev comments from schema by stefanhaller in https://github.com/jesseduffield/lazygit/pull/4319
* Fix release script by jesseduffield in https://github.com/jesseduffield/lazygit/pull/4322
* Fix release script once again by jesseduffield in https://github.com/jesseduffield/lazygit/pull/4323
Docs 📖
* Improve the error message when users have gpg signing turned on by stefanhaller in https://github.com/jesseduffield/lazygit/pull/4296


**Full Changelog**: https://github.com/jesseduffield/lazygit/compare/v0.47.1...v0.47.2

0.47.1

<!-- Release notes generated using configuration in .github/release.yml at v0.47.1 -->

What's Changed
Maintenance ⚙️
* Fix race condition with reselecting the focused branch and rendering by stefanhaller in https://github.com/jesseduffield/lazygit/pull/4268


**Full Changelog**: https://github.com/jesseduffield/lazygit/compare/v0.47.0...v0.47.1

0.46.0

It's time for another Lazygit release! Thanks to all who contributed to this release.

What's Changed
Enhancements 🔥
* Preserve pending commit message when closing/re-opening by AzraelSec in https://github.com/jesseduffield/lazygit/pull/4191
* Swap position of checkout-commit and checkout-branch menu items by stefanhaller in https://github.com/jesseduffield/lazygit/pull/4238
* In a previous release we had made it so that when you press space on a commit, the first option in the menu was to check out the corresponding branch, rather than the commit itself. We've made it so that now the first option is to check out the commit itself, for the sake of everybody's muscle memory.
* Allow user to filter the files view to only show untracked files by jesseduffield in https://github.com/jesseduffield/lazygit/pull/4226
* Expose {{.SelectedCommitRange}} to custom commands by stefanhaller in https://github.com/jesseduffield/lazygit/pull/4204
* Show background fetch status in bottom line by stefanhaller in https://github.com/jesseduffield/lazygit/pull/4215
* Support copying tags to clipboard by brunofjesus in https://github.com/jesseduffield/lazygit/pull/4218
* Add option to delete local and remote tag by AnvarU in https://github.com/jesseduffield/lazygit/pull/4217
* Show confirmation menu when trying to amend changes while there are conflicts by stefanhaller in https://github.com/jesseduffield/lazygit/pull/4222
* Improve error reporting on config migration by kas2020-commits in https://github.com/jesseduffield/lazygit/pull/4210
* Show files filter status by stefanhaller in https://github.com/jesseduffield/lazygit/pull/4230
* Improve contrast of highlighted search results by stefanhaller in https://github.com/jesseduffield/lazygit/pull/4242

Fixes 🔧
* Don't try killing processes if we already know the command finished by brandondong in https://github.com/jesseduffield/lazygit/pull/4231
* We believe this was causing all sorts of problems for windows users.
* Add '--' to 'git rev-list' to disambiguate branch name from path by efussi in https://github.com/jesseduffield/lazygit/pull/4185
* Fix adding blank line at end of commit message by stefanhaller in https://github.com/jesseduffield/lazygit/pull/4182
* Fix checking out a different branch while pushing a branch for the first time by stefanhaller in https://github.com/jesseduffield/lazygit/pull/4214
* Fix tag being truncated when copying to clipboard by brunofjesus in https://github.com/jesseduffield/lazygit/pull/4232
* Disable staging and unstaging lines or hunks when the diff context size is 0 by stefanhaller in https://github.com/jesseduffield/lazygit/pull/4235
* Fix incorrect stash diff after rename by brandondong in https://github.com/jesseduffield/lazygit/pull/4213
* Fix possible crash when deleting a branch while filtering is active by stefanhaller in https://github.com/jesseduffield/lazygit/pull/4195
* Fix pasting multi-line text into commit message panel by stefanhaller in https://github.com/jesseduffield/lazygit/pull/4234
* fix: properly detect icon for BAZEL and WORKSPACE files by PeterCardenas in https://github.com/jesseduffield/lazygit/pull/4252
* Fix json schema for context of CustomCommand by stefanhaller in https://github.com/jesseduffield/lazygit/pull/4255
Maintenance ⚙️
* Bump go-deadlock version to fix crash with go 1.23 in debug mode by ChrisMcD1 in https://github.com/jesseduffield/lazygit/pull/4248
* Fix auto-release workflow by jesseduffield in https://github.com/jesseduffield/lazygit/pull/4265
I18n 🌎
* Update translations; includes a new Portuguese translation by stefanhaller in https://github.com/jesseduffield/lazygit/pull/4250

New Contributors
* efussi made their first contribution in https://github.com/jesseduffield/lazygit/pull/4185
* brunofjesus made their first contribution in https://github.com/jesseduffield/lazygit/pull/4218
* AnvarU made their first contribution in https://github.com/jesseduffield/lazygit/pull/4217
* kas2020-commits made their first contribution in https://github.com/jesseduffield/lazygit/pull/4210
* ChrisMcD1 made their first contribution in https://github.com/jesseduffield/lazygit/pull/4248
* PeterCardenas made their first contribution in https://github.com/jesseduffield/lazygit/pull/4252

**Full Changelog**: https://github.com/jesseduffield/lazygit/compare/v0.45.2...v0.46.0

0.45.2

<!-- Release notes generated using configuration in .github/release.yml at v0.45.2 -->

What's Changed
Enhancements 🔥
* Add ability to configure branch color patterns using regex by mtrajano in https://github.com/jesseduffield/lazygit/pull/4130
* Collapse/uncollapse all files in tree by mtrajano in https://github.com/jesseduffield/lazygit/pull/4131
* Improve undo action to restore files upon undoing a commit by gabriellanata in https://github.com/jesseduffield/lazygit/pull/4167
Fixes 🔧
* Bump gocui (and tcell) by stefanhaller in https://github.com/jesseduffield/lazygit/pull/4166
Maintenance ⚙️
* Cut a new release automatically each month by jesseduffield in https://github.com/jesseduffield/lazygit/pull/4146
* Bump tcell to fix broken deployment by jesseduffield in https://github.com/jesseduffield/lazygit/pull/4178

New Contributors
* mtrajano made their first contribution in https://github.com/jesseduffield/lazygit/pull/4130
* gabriellanata made their first contribution in https://github.com/jesseduffield/lazygit/pull/4167



**Full Changelog**: https://github.com/jesseduffield/lazygit/compare/v0.45.0...v0.45.2

Page 1 of 27

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.