Skip to content

⬆️ Update dependency aqua:jesseduffield/lazygit to v0.63.0#28

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/aqua-jesseduffield-lazygit-0.x
Open

⬆️ Update dependency aqua:jesseduffield/lazygit to v0.63.0#28
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/aqua-jesseduffield-lazygit-0.x

Conversation

@renovate

@renovate renovate Bot commented Jan 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
aqua:jesseduffield/lazygit minor 0.56.00.63.0

Release Notes

jesseduffield/lazygit (aqua:jesseduffield/lazygit)

v0.63.0

Compare Source

What's Changed

Enhancements 🔥
Fixes 🔧
Maintenance ⚙️
I18n 🌎
Performance Improvements 📊

Full Changelog: jesseduffield/lazygit@v0.62.2...v0.63.0

v0.62.2

Compare Source

This fixes another small regression introduced in 0.62.0. For the full list of changes in 0.62, see here.

What's Changed

Fixes 🔧

Full Changelog: jesseduffield/lazygit@v0.62.1...v0.62.2

v0.62.1

Compare Source

This fixes a regression (crash) introduced in 0.62.0. For the full list of changes in 0.62, see here.

What's Changed

Fixes 🔧
Docs 📖

Full Changelog: jesseduffield/lazygit@v0.62.0...v0.62.1

v0.62.0

Compare Source

The big change in this release is what I have been referring to as the "keybinding revamp": it allows you to use richer keybindings than the few that were available before; see Custom_Keybindings.md for details. It also describes a new keybinding syntax that is a bit more intuitive than the previous <c-x> notation (but the old one is still supported for backwards compatibility).

Note the section about Terminal compatibility in that document; not all terminals support the new protocol equally well, so it may be a good idea to switch to one that does.

Breaking change: The default keybinding for submitting a commit from the commit description editor has changed from alt-enter to command-enter on Mac, or ctrl-enter on Linux and Windows; these are the same bindings that are used in many multi-line edit field situations, e.g. in GitHub comments. Unfortunately these are not supported by all terminals; see the above-mentioned terminal compatibility for more on that. If you want to revert this change, you can do so by adding the following to your config:

keybinding:
  universal:
    confirmInEditor: [<alt+enter>, <ctrl+s>]

The complete list of changes follows:

What's Changed

Enhancements 🔥
Fixes 🔧
Maintenance ⚙️
Docs 📖
I18n 🌎
Performance Improvements 📊

New Contributors

Full Changelog: jesseduffield/lazygit@v0.61.1...v0.62.0

v0.61.1

Compare Source

This release has just a few fixes for the recently added GitHub pull requests feature.

What's Changed

Enhancements 🔥
Fixes 🔧
Maintenance ⚙️

New Contributors

Full Changelog: jesseduffield/lazygit@v0.61.0...v0.61.1

v0.61.0

Compare Source

The big one in this release is support for GitHub pull requests. They are shown as little GitHub icons next to each branch that has one, and you can open a PR in the browser by pressing shift-G. To enable this, all you need to do is install the gh tool if you haven't already, and log in using gh auth login.

What's Changed

Features ✨
Enhancements 🔥
Fixes 🔧
Maintenance ⚙️
Docs 📖
I18n 🌎
Performance Improvements 📊

New Contributors

Full Changelog: jesseduffield/lazygit@v0.60.0...v0.61.0

v0.60.0

Compare Source

What's Changed

Enhancements 🔥
Fixes 🔧
Maintenance ⚙️
Docs 📖
I18n 🌎
Other Changes

New Contributors

Full Changelog: jesseduffield/lazygit@v0.59.0...v0.60.0

v0.59.0

Compare Source

What's Changed

Enhancements 🔥
Fixes 🔧
Maintenance ⚙️
Docs 📖
I18n 🌎

New Contributors

Full Changelog: jesseduffield/lazygit@v0.58.1...v0.59.0

v0.58.1

Compare Source

This is a hotfix release that fixes the known issues with 0.58.

To expand on this a bit: in 0.58 we updated our TUI library tcell to a new version that made significant under-the-hood changes; this allowed us to fix several rendering issues, mostly related to wide characters like some emojis. Apart from that, there are few user visible changes with this update, but it lays the ground for future enhancements like support for more keybindings.

However, since the changes are so fundamental it also introduced a number of regressions, and I'm not really surprised about that. Most of these were bugs in tcell that have been fixed upstream now, but some were on our side. This release fixes the ones I know about. If you still have issues, please report them!

What's Changed

Enhancements 🔥
Fixes 🔧
Maintenance ⚙️

Full Changelog: jesseduffield/lazygit@v0.58.0...v0.58.1

v0.58.0

Compare Source

What's Changed

Enhancements 🔥
Fixes 🔧
Docs 📖
I18n 🌎
Performance Improvements 📊
  • Fix annoying UI stalls after refresh (e.g. background fetch) when the reflog is very long by @​stefanhaller in #​5135

New Contributors

Full Changelog: jesseduffield/lazygit@v0.57.0...v0.58.0

v0.57.0

Compare Source

What's Changed

Enhancements 🔥
Fixes 🔧
Maintenance ⚙️
Docs 📖
I18n 🌎
Performance Improvements 📊

New Contributors

Full Changelog: jesseduffield/lazygit@v0.56.0...v0.57.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/aqua-jesseduffield-lazygit-0.x branch from ba6d168 to e5d18c8 Compare February 7, 2026 08:35
@renovate renovate Bot changed the title ⬆️ Update dependency aqua:jesseduffield/lazygit to v0.58.1 ⬆️ Update dependency aqua:jesseduffield/lazygit to v0.59.0 Feb 7, 2026
@renovate renovate Bot force-pushed the renovate/aqua-jesseduffield-lazygit-0.x branch from e5d18c8 to a550940 Compare February 17, 2026 04:40
@renovate renovate Bot force-pushed the renovate/aqua-jesseduffield-lazygit-0.x branch from a550940 to 97f4868 Compare March 9, 2026 22:47
@renovate renovate Bot changed the title ⬆️ Update dependency aqua:jesseduffield/lazygit to v0.59.0 ⬆️ Update dependency aqua:jesseduffield/lazygit to v0.60.0 Mar 9, 2026
@renovate renovate Bot force-pushed the renovate/aqua-jesseduffield-lazygit-0.x branch from 97f4868 to 7f82bb5 Compare March 13, 2026 16:06
@renovate renovate Bot force-pushed the renovate/aqua-jesseduffield-lazygit-0.x branch from 7f82bb5 to c767e8a Compare April 6, 2026 17:58
@renovate renovate Bot changed the title ⬆️ Update dependency aqua:jesseduffield/lazygit to v0.60.0 ⬆️ Update dependency aqua:jesseduffield/lazygit to v0.61.0 Apr 6, 2026
@renovate renovate Bot force-pushed the renovate/aqua-jesseduffield-lazygit-0.x branch from c767e8a to 59e8845 Compare April 13, 2026 21:42
@renovate renovate Bot changed the title ⬆️ Update dependency aqua:jesseduffield/lazygit to v0.61.0 ⬆️ Update dependency aqua:jesseduffield/lazygit to v0.61.1 Apr 13, 2026
@renovate renovate Bot force-pushed the renovate/aqua-jesseduffield-lazygit-0.x branch from 59e8845 to faad6a7 Compare May 26, 2026 23:05
@renovate renovate Bot changed the title ⬆️ Update dependency aqua:jesseduffield/lazygit to v0.61.1 ⬆️ Update dependency aqua:jesseduffield/lazygit to v0.62.0 May 26, 2026
@renovate renovate Bot force-pushed the renovate/aqua-jesseduffield-lazygit-0.x branch from faad6a7 to bb57d80 Compare May 28, 2026 21:54
@renovate renovate Bot changed the title ⬆️ Update dependency aqua:jesseduffield/lazygit to v0.62.0 ⬆️ Update dependency aqua:jesseduffield/lazygit to v0.62.1 May 28, 2026
@renovate renovate Bot force-pushed the renovate/aqua-jesseduffield-lazygit-0.x branch from bb57d80 to afb9ea3 Compare June 4, 2026 11:12
@renovate renovate Bot changed the title ⬆️ Update dependency aqua:jesseduffield/lazygit to v0.62.1 ⬆️ Update dependency aqua:jesseduffield/lazygit to v0.62.2 Jun 4, 2026
@renovate renovate Bot force-pushed the renovate/aqua-jesseduffield-lazygit-0.x branch from afb9ea3 to 9735b20 Compare July 4, 2026 12:52
@renovate renovate Bot changed the title ⬆️ Update dependency aqua:jesseduffield/lazygit to v0.62.2 ⬆️ Update dependency aqua:jesseduffield/lazygit to v0.63.0 Jul 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants