Lazygit-py

Latest version: v0.48.0

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

Scan your dependencies

Page 4 of 27

0.39.2

This release fixes an issue on windows where the main view would stop rendering new content. This issue mostly affected users running git through a shim. Thanks to AndrewSav for the investigation and fix https://github.com/jesseduffield/lazygit/pull/2806

0.39.1

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

**Full Changelog**: https://github.com/jesseduffield/lazygit/compare/v0.39.0...v0.39.1

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

What's Changed

There's lots of stuff in this release! Some favourites of mine include:
* Filter functionality for branches (and some other list views) activated by '/'
* Showing commit hashes against branches (opt-in with `gui.showBranchCommitHash: true`)
* Various improvements to rebasing functionality
* Nerd font 3 support

As you can see stefanhaller is behind many of the improvements in this release so kudos to you Stefan! And thanks to all the contributors who made this release possible.

In the next release we're adding worktree support. It's a big feature so we want to get it right! If you use worktrees as part of your daily flow please respond to the poll (and even test out the draft PR) in the [Worktree UX discussion](https://github.com/jesseduffield/lazygit/discussions/2803)

Enhancements 🔥

* Support filtering on some views with '/' by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2680
* Allow scrolling side views without changing selected item by stefanhaller in https://github.com/jesseduffield/lazygit/pull/2608
* Speed up Lazygit on windows by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2661
* Show commit hashes against branches (opt-in) by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2274
* Add config for nerd fonts version by stefanhaller in https://github.com/jesseduffield/lazygit/pull/2731
* Show rebase todo entry for conflicted commit by stefanhaller in https://github.com/jesseduffield/lazygit/pull/2682
* Don't keep commits that become empty during a rebase by stefanhaller in https://github.com/jesseduffield/lazygit/pull/2644
* Show menu instead of prompt when there are conflicts in a rebase or merge by stefanhaller in https://github.com/jesseduffield/lazygit/pull/2694
* Make "merged" take precedence over "unpushed" by stefanhaller in https://github.com/jesseduffield/lazygit/pull/2628
* Add config for main branches by stefanhaller in https://github.com/jesseduffield/lazygit/pull/2619
* Visualize the "ignore whitespace" config by stefanhaller in https://github.com/jesseduffield/lazygit/pull/2641
* Support dynamically generated suggestions in custom commands prompt by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2686
* Add suggestions presets to prompts in custom commands by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2685
* Allow checking for merge conflicts after running a custom command by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2773
* Use sentence case everywhere by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2672
- Our casing as all over the place so now we're using 'Sentence case' for everything.
* More compact and flexible date format by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2676
* Add nvim and kakoune editor presets by screendriver in https://github.com/jesseduffield/lazygit/pull/2591
* Add helix editor preset by dvic in https://github.com/jesseduffield/lazygit/pull/2668
* Fetch from all remotes by default by stefanhaller in https://github.com/jesseduffield/lazygit/pull/2692
* Better prompt for discarding old file changes by stefanhaller in https://github.com/jesseduffield/lazygit/pull/2707
* Use remote upstreams of main branches to determine merged status of commits by stefanhaller in https://github.com/jesseduffield/lazygit/pull/2725
* Always show branch heads in diff pane by stefanhaller in https://github.com/jesseduffield/lazygit/pull/2748
* Rely on .gitconfig for verbose commit messages by scallaway in https://github.com/jesseduffield/lazygit/pull/2664
* Show all tags in commits panel by stefanhaller in https://github.com/jesseduffield/lazygit/pull/2776
* Update gitlab merge request URL to match new routing by mazharz in https://github.com/jesseduffield/lazygit/pull/2656
* Right-align key labels in menu by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2652
* Indicate reserved menu keybindings to reduce confusion by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2651

Fixes 🔧
* Fix to show commitPrefixes in commit message with a new blank commit by longlhh90 in https://github.com/jesseduffield/lazygit/pull/2612
* Fix intermittent rebase continue prompt failure by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2629
* Fix bug where discarding merge conflict file failed by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2662
* Better default text colour on light theme terminals by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2696
* Fix rendering issues in commits view by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2700
* Fix interactive rebase with git 2.25.1 and earlier by stefanhaller in https://github.com/jesseduffield/lazygit/pull/2747
* Fix crash when a background fetch prompts for credentials by stefanhaller in https://github.com/jesseduffield/lazygit/pull/2789
* fix kakoune binary name by enricozb in https://github.com/jesseduffield/lazygit/pull/2708
* Fix focus issue when opening recent-repos menu at launch by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2715
* Allow discarding changes only from local commits by stefanhaller in https://github.com/jesseduffield/lazygit/pull/2712
* Honour configured comment char on interactive rebase by gustavopcassol in https://github.com/jesseduffield/lazygit/pull/2639
* Fix the title and text of the Discard Changes prompt by stefanhaller in https://github.com/jesseduffield/lazygit/pull/2706
* Fix broken `git init` prompt by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2771
* Fix potentially wrong help text in commit message panel by stefanhaller in https://github.com/jesseduffield/lazygit/pull/2777
* Fix incorrect focus in accordion mode by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2792
* Fix crash on empty menu by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2799
* Only apply right-alignment on first column of keybindings menu by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2801
* Stop hiding underscores for VSCode by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2699

Maintenance ⚙️
* Run integration tests with all supported git versions by stefanhaller in https://github.com/jesseduffield/lazygit/pull/2754
* Add ability to update yaml path while preserving comments by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2620
* Refactor for better encapsulation by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2519
* Add convenience builder for git commands by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2645
* Construct arg vector manually rather than parse string by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2655
* Allow global logging when developing by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2671
* remove `github.com/jesseduffield/yaml` package by Ryooooooga in https://github.com/jesseduffield/lazygit/pull/2508
* Update seconds ago function and add tests by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2695
* Support matchers on integers in integration tests by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2704
* Improve yaml_utils by stefanhaller in https://github.com/jesseduffield/lazygit/pull/2718
* Fix typo 'EnteRefName' by letavocado in https://github.com/jesseduffield/lazygit/pull/2750
* Track busy/idle state for integration tests by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2765
* Add test for cmd obj cloning by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2780
* Update release notes config and add CI check by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2797
* Add release config for generating release notes by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2793
* Remove Uffizzi by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2690
* Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 by dependabot in https://github.com/jesseduffield/lazygit/pull/2490

Docs 📖
* Add package statuses to readme by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2717

I18n 🌎
* Add Traditional Chinese support by tzengyuxio in https://github.com/jesseduffield/lazygit/pull/2688
* Add russian translation by letavocado in https://github.com/jesseduffield/lazygit/pull/2729

New Contributors
* screendriver made their first contribution in https://github.com/jesseduffield/lazygit/pull/2591
* longlhh90 made their first contribution in https://github.com/jesseduffield/lazygit/pull/2612
* mazharz made their first contribution in https://github.com/jesseduffield/lazygit/pull/2656
* dvic made their first contribution in https://github.com/jesseduffield/lazygit/pull/2668
* dependabot made their first contribution in https://github.com/jesseduffield/lazygit/pull/2490
* tzengyuxio made their first contribution in https://github.com/jesseduffield/lazygit/pull/2688
* enricozb made their first contribution in https://github.com/jesseduffield/lazygit/pull/2708
* letavocado made their first contribution in https://github.com/jesseduffield/lazygit/pull/2729
* gustavopcassol made their first contribution in https://github.com/jesseduffield/lazygit/pull/2639

If you contributed to this release but don't see your name here, let me know!

**Full Changelog**: https://github.com/jesseduffield/lazygit/compare/v0.38.2...v0.39.1

0.38.2

What's Changed
* update open docs by jesseduffield in https://github.com/jesseduffield/lazygit/pull/2588
* Only use --empty=keep option with git versions that support it by stefanhaller in https://github.com/jesseduffield/lazygit/pull/2585


**Full Changelog**: https://github.com/jesseduffield/lazygit/compare/v0.38.1...v0.38.2

0.38.1

What's Changed
In v0.38.0 we displayed branch markers in the compact commits view, but this caused some confusion as it wasn't very clear what the markers represented. We're going to revisit the UX for this before considering re-introducing it. If you would like to re-enable the feature, set `gui.experimentalShowBranchHeads` to `true` in the lazygit config. As the name suggests, this is experimental and we may change this config in the future.

* https://github.com/jesseduffield/lazygit/pull/2582 Make branch head markers in compact view opt-in (stefanhaller)

**Full Changelog**: https://github.com/jesseduffield/lazygit/compare/v0.38.0...v0.38.1

0.38

_Most recent patch: [v0.38.2](https://github.com/jesseduffield/lazygit/releases/tag/v0.38.2)_

We've got lots of goodies in this release. Some notable improvements are a revamped commit message panel (seand52), much better interactive rebase behaviour (stefanhaller), and much less error-prone custom patch behaviour (also stefanhaller).

As you can see, mark2185 and Ryooooooga continue their reign as top contributors, but we are now also joined by stefanhaller who is behind many of the big improvements in this release. I'd also like to give a special shoutout to seand52 who's behind the revamped commit message panel. And thank you to all the other contributors who contributed towards this release: AKARSHITJOSHI, axieax, AzraelSec, humblepenguinn, jbrains, jenskutilek, knutwalker, pereBohigas, scallaway, shinhs0506, ShrutiC-git, TylerBarnes, and yk-kd.

As always if you're interested in contributing to Lazygit, don't hesitate to pick an issue and have a Go (pardon the pun), and if you'd like to support me please consider [donating](https://github.com/sponsors/jesseduffield).

On a more boring note intended for current/future contributors, we've now fully migrated to a new integration test pattern which makes it much easier to test your changes and prevent regressions. We've also got a huge refactor PR (https://github.com/jesseduffield/lazygit/pull/2519) that's about to go in right after this release goes out, so if you have a PR open that now has conflicts, reach out to me (jesseduffield) and I can help resolve them.

Breaking changes

* 'x' no longer opens the menu, you'll need to use '?' or remap the keybinding. We did this so that we could use 'x' for destructive actions like nuking the working tree, as some people accidentally double-tapped 'D' and ... nuked their working tree)
* You can no longer use 'y' or 'n' to respond to a confirmation popup. Instead you'll need to use 'enter' or 'esc'. This is again just freeing up keybindings for more uses.
* We've changed how you configure your editor settings because it was a bit of a mess previously. See [here](https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#configuring-file-editing) for the new approach. You'll get deprecation warnings upon closing lazygit until adjusting your config, so that nobody gets mad when we remove support in a following release.

Features
* https://github.com/jesseduffield/lazygit/pull/2390 Revamp commit message panel (we now have a separate summary and description panel where 'enter' adds newlines in the description panel) (seand52)
* https://github.com/jesseduffield/lazygit/pull/2421 Allow creating tags on branches with the 'T' keybinding (Ryooooooga)
* https://github.com/jesseduffield/lazygit/pull/2453 Allow rebasing to first commit (stefanhaller)
* https://github.com/jesseduffield/lazygit/pull/2476 Add icons for Kotlin files (pereBohigas)
* https://github.com/jesseduffield/lazygit/pull/2433 Lazy-load commits when viewed within a branch (Ryooooooga)
* https://github.com/jesseduffield/lazygit/pull/2370 Allow interactively rebasing onto a branch (AzraelSec)
* https://github.com/jesseduffield/lazygit/pull/2344 Allow customising panel border styling with `gui.border` (single/double/rounded/hidden) (yk-kd)
* https://github.com/jesseduffield/lazygit/pull/2485 Allow rewording the HEAD commit while rebasing (stefanhaller)
* https://github.com/jesseduffield/lazygit/pull/2552 Better support for stacked branches via the `rebase.updateRefs` git config (stefanhaller)
* https://github.com/jesseduffield/lazygit/pull/2496 Omit custom commands from history when they start with a space (mark2185)
* https://github.com/jesseduffield/lazygit/pull/2558 Allow resetting author during rebase (stefanhaller)
* https://github.com/jesseduffield/lazygit/pull/2523 Improve editor config (stefanhaller)
* https://github.com/jesseduffield/lazygit/pull/2418 Allow copying remote branch name to clipboard (mark2185)

Fixes/Minor Improvements
* https://github.com/jesseduffield/lazygit/pull/2471, https://github.com/jesseduffield/lazygit/pull/2507 Improve custom patch conflict handling (This is a big deal! Custom patches are much nicer to work with now) (stefanhaller)
* https://github.com/jesseduffield/lazygit/pull/2452 Fix super-slow fetching/pulling (mark2185)
* https://github.com/jesseduffield/lazygit/pull/2497 Set scrollbar to correct size when loading large diffs (stefanhaller)
* https://github.com/jesseduffield/lazygit/pull/2514 Better escape code parsing (Ryooooooga)
* https://github.com/jesseduffield/lazygit/pull/2547 More robust TODO rewriting (stefanhaller)
* https://github.com/jesseduffield/lazygit/pull/2342 Better support for GIT_SEQUENCE_EDITOR (knutwalker)
* https://github.com/jesseduffield/lazygit/pull/2412 Help menu can no longer be accessed from within the suggestions panel (Ryooooooga)
* https://github.com/jesseduffield/lazygit/pull/2435 Fix return-alt1 keybinding (Ryooooooga)
* https://github.com/jesseduffield/lazygit/pull/2429 Honour rebase.autoSquash git config (stefanhaller)
* https://github.com/jesseduffield/lazygit/pull/2413 Whitespace can be ignored from more panels (stefanhaller)
* https://github.com/jesseduffield/lazygit/pull/2551 When opening lazygit with an arg e.g. `lazygit log`, ensure panel is properly focused (stefanhaller)
* https://github.com/jesseduffield/lazygit/pull/2293 Discarding changes is less error prone (mark2185)
* https://github.com/jesseduffield/lazygit/pull/2451 Allow beginning an 'edit' rebase from a merge commit (stefanhaller)
* https://github.com/jesseduffield/lazygit/pull/2448 Colouring of commits in branch commits panel (aka sub-commits panel) now lines up with the regular commits panel (stefanhaller)
* https://github.com/jesseduffield/lazygit/pull/2444 Next stageable line is now correctly selected after staging a range of lines (stefanhaller)
* https://github.com/jesseduffield/lazygit/pull/2463 Better i18 support (Ryooooooga)
* https://github.com/jesseduffield/lazygit/pull/2479 Better behaviour for the 'YOU ARE HERE' label when rebasing (stefanhaller)
* https://github.com/jesseduffield/lazygit/pull/2483 Support hex value for 'gui.selectedLineBgColor' config key (stefanhaller)
* https://github.com/jesseduffield/lazygit/pull/2486 Recognise when Lazygit is run from within WSL (humblepenguinn)
* https://github.com/jesseduffield/lazygit/pull/2481 Fix accordion mode when building a custom patch (stefanhaller)
* https://github.com/jesseduffield/lazygit/pull/2500 Fix issue where file named 'HEAD' caused issues (Ryooooooga)
* https://github.com/jesseduffield/lazygit/pull/2501 Make arrow characters consistent (jenskutilek)
* https://github.com/jesseduffield/lazygit/pull/2557 Added support for raising gitea PRs
* https://github.com/jesseduffield/lazygit/pull/2577 Editor preset added for Kakoune (jbrains) (Be sure to check out jbrains' [blog](https://blog.thecodewhisperer.com/))
* https://github.com/jesseduffield/lazygit/pull/2495 Remove alternative confirmation and return keymappings (mark2185)
* https://github.com/jesseduffield/lazygit/pull/2377 Refresh staging panel after committing from staging panel (shinhs0506)
* https://github.com/jesseduffield/lazygit/pull/2521 Fix reflog text colour being too dark (jesseduffield)
* https://github.com/jesseduffield/lazygit/pull/2539 Better support for custom git URLs when creating pull requests (axieax)
* https://github.com/jesseduffield/lazygit/pull/2544 Improved handling of renames in diffs (scallaway)
* https://github.com/jesseduffield/lazygit/pull/2567 WSL support for copying to clipboard (jesseduffield)
* https://github.com/jesseduffield/lazygit/pull/2555 Stop adding '--force-if-includes' to git push because sometimes people don't want it (Ryooooooga)
* https://github.com/jesseduffield/lazygit/pull/2548 Allow pushing a tag with the same name a a branch (AKARSHITJOSHI)

Maintenance:

* https://github.com/jesseduffield/lazygit/pull/2437, https://github.com/jesseduffield/lazygit/pull/2465, https://github.com/jesseduffield/lazygit/pull/2462, https://github.com/jesseduffield/lazygit/pull/2458, https://github.com/jesseduffield/lazygit/pull/2455, https://github.com/jesseduffield/lazygit/pull/2450, https://github.com/jesseduffield/lazygit/pull/2449, https://github.com/jesseduffield/lazygit/pull/2466, https://github.com/jesseduffield/lazygit/pull/2470, https://github.com/jesseduffield/lazygit/pull/2475, https://github.com/jesseduffield/lazygit/pull/2477, https://github.com/jesseduffield/lazygit/pull/2518 Migrate integration tests (jesseduffield)
* https://github.com/jesseduffield/lazygit/pull/2432 removing dead code (Ryooooooga)
* https://github.com/jesseduffield/lazygit/pull/2417 Disable ~/.gitconfig when running integration tests (stefanhaller)
* https://github.com/jesseduffield/lazygit/pull/2447 Remove dead code (stefanhaller)
* https://github.com/jesseduffield/lazygit/pull/2474 improve staging panel integration tests (jesseduffield)
* https://github.com/jesseduffield/lazygit/pull/2478 Make integration test more robust (stefanhaller)
* https://github.com/jesseduffield/lazygit/pull/2467 Remove erroneously added file (jesseduffield)
* https://github.com/jesseduffield/lazygit/pull/2491 Improve documentation (TylerBarnes)
* https://github.com/jesseduffield/lazygit/pull/2502 Update Ufizzi workflows (ShrutiC-git)
* https://github.com/jesseduffield/lazygit/pull/2512 Appease golang-ci lint (jesseduffield)
* https://github.com/jesseduffield/lazygit/pull/2513 Refactor patch handling (jesseduffield)
* https://github.com/jesseduffield/lazygit/pull/2515 Fix deprecated rand.Seed (stefanhaller)
* https://github.com/jesseduffield/lazygit/pull/2541 Make debugger config work when changing repos while debugging (stefanhaller)
* https://github.com/jesseduffield/lazygit/pull/2545 Ensure test list is up to date in CI (stefanhaller)
* https://github.com/jesseduffield/lazygit/pull/2550 Fix flakey tests (jesseduffield)
* https://github.com/jesseduffield/lazygit/pull/2578 Enforce lowercase filenames (jesseduffield)
New Contributors
* pereBohigas made their first contribution in https://github.com/jesseduffield/lazygit/pull/2476
* humblepenguinn made their first contribution in https://github.com/jesseduffield/lazygit/pull/2486
* TylerBarnes made their first contribution in https://github.com/jesseduffield/lazygit/pull/2491
* yk-kd made their first contribution in https://github.com/jesseduffield/lazygit/pull/2344
* jenskutilek made their first contribution in https://github.com/jesseduffield/lazygit/pull/2501
* ShrutiC-git made their first contribution in https://github.com/jesseduffield/lazygit/pull/2502
* axieax made their first contribution in https://github.com/jesseduffield/lazygit/pull/2539
* scallaway made their first contribution in https://github.com/jesseduffield/lazygit/pull/2544
* AzraelSec made their first contribution in https://github.com/jesseduffield/lazygit/pull/2370
* noahziheng made their first contribution in https://github.com/jesseduffield/lazygit/pull/2557
* AKARSHITJOSHI made their first contribution in https://github.com/jesseduffield/lazygit/pull/2548
* seand52 made their first contribution in https://github.com/jesseduffield/lazygit/pull/2390

**Full Changelog**: https://github.com/jesseduffield/lazygit/compare/v0.37.0...v0.38.0

0.38.0

Page 4 of 27

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.