Skip to content

Update dependency jesseduffield/lazygit to v0.62.1#1187

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

Update dependency jesseduffield/lazygit to v0.62.1#1187
renovate[bot] wants to merge 1 commit into
v2from
renovate/jesseduffield-lazygit-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 13, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
jesseduffield/lazygit minor v0.42.0v0.62.1

Release Notes

jesseduffield/lazygit (jesseduffield/lazygit)

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

v0.56.0

Compare Source

What's Changed

Enhancements 🔥
Fixes 🔧
Maintenance ⚙️
Docs 📖
I18n 🌎

New Contributors

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

v0.55.1

Compare Source

This hotfix release fixes two bugs that have crept in in v0.55.0: one is a regression that broke displaying the enter key in the keybindings menu, the other is a problem with a newly added feature that didn't work quite correctly. See below for details.

For the changes in 0.55.0, see https://github.com/jesseduffield/lazygit/releases/tag/v0.55.0.

What's Changed

Fixes 🔧

Full Changelog: <https://gi

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 changed the title Update dependency jesseduffield/lazygit to v0.43.0 Update dependency jesseduffield/lazygit to v0.43.1 Jul 13, 2024
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from 6a8e6d8 to 33fc90e Compare July 13, 2024 11:54
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from 33fc90e to b87a403 Compare August 7, 2024 14:44
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from b87a403 to cd2bd3d Compare September 7, 2024 03:22
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.43.1 Update dependency jesseduffield/lazygit to v0.44.0 Sep 7, 2024
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from cd2bd3d to d9deee3 Compare September 18, 2024 13:35
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.44.0 Update dependency jesseduffield/lazygit to v0.44.1 Sep 18, 2024
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from d9deee3 to c112389 Compare January 11, 2025 06:13
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.44.1 Update dependency jesseduffield/lazygit to v0.45.0 Jan 11, 2025
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from c112389 to f6842fc Compare January 17, 2025 16:35
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.45.0 Update dependency jesseduffield/lazygit to v0.45.2 Jan 17, 2025
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from f6842fc to 7411d30 Compare February 15, 2025 05:27
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.45.2 Update dependency jesseduffield/lazygit to v0.46.0 Feb 15, 2025
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from 7411d30 to fe75ae1 Compare February 22, 2025 03:00
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.46.0 Update dependency jesseduffield/lazygit to v0.47.0 Feb 22, 2025
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from fe75ae1 to cc96a91 Compare February 22, 2025 14:30
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.47.0 Update dependency jesseduffield/lazygit to v0.47.1 Feb 22, 2025
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from cc96a91 to e98f718 Compare February 25, 2025 11:44
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.47.1 Update dependency jesseduffield/lazygit to v0.47.2 Feb 25, 2025
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from e98f718 to a2f7dd5 Compare March 1, 2025 05:40
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.47.2 Update dependency jesseduffield/lazygit to v0.48.0 Mar 1, 2025
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from a2f7dd5 to e6a23ce Compare April 14, 2025 11:03
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.48.0 Update dependency jesseduffield/lazygit to v0.49.0 Apr 14, 2025
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from e6a23ce to 987d147 Compare May 3, 2025 07:01
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.49.0 Update dependency jesseduffield/lazygit to v0.50.0 May 3, 2025
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from 987d147 to 154d3ff Compare May 22, 2025 13:00
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.50.0 Update dependency jesseduffield/lazygit to v0.51.0 May 22, 2025
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from 154d3ff to d0cf1c6 Compare May 23, 2025 13:14
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.51.0 Update dependency jesseduffield/lazygit to v0.51.1 May 23, 2025
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.52.0 Update dependency jesseduffield/lazygit to v0.53.0 Jul 5, 2025
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from 63635a8 to 37edb30 Compare August 2, 2025 12:15
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.53.0 Update dependency jesseduffield/lazygit to v0.54.0 Aug 2, 2025
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from 37edb30 to 52cac83 Compare August 6, 2025 13:26
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.54.0 Update dependency jesseduffield/lazygit to v0.54.1 Aug 6, 2025
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from 52cac83 to 9a32054 Compare August 11, 2025 17:06
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.54.1 Update dependency jesseduffield/lazygit to v0.54.2 Aug 11, 2025
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from 9a32054 to 94fd985 Compare September 19, 2025 16:05
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.54.2 Update dependency jesseduffield/lazygit to v0.55.1 Sep 19, 2025
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from 94fd985 to f5409de Compare November 1, 2025 09:47
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.55.1 Update dependency jesseduffield/lazygit to v0.56.0 Nov 1, 2025
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from f5409de to f4d3e91 Compare December 6, 2025 14:13
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.56.0 Update dependency jesseduffield/lazygit to v0.57.0 Dec 6, 2025
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from f4d3e91 to adc12d3 Compare January 3, 2026 21:15
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.57.0 Update dependency jesseduffield/lazygit to v0.58.0 Jan 3, 2026
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from adc12d3 to c7fd2a5 Compare January 12, 2026 20:25
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.58.0 Update dependency jesseduffield/lazygit to v0.58.1 Jan 12, 2026
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from c7fd2a5 to 9452024 Compare February 7, 2026 10:00
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.58.1 Update dependency jesseduffield/lazygit to v0.59.0 Feb 7, 2026
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from 9452024 to d21f86c Compare March 9, 2026 20:45
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.59.0 Update dependency jesseduffield/lazygit to v0.60.0 Mar 9, 2026
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from d21f86c to 3d6f911 Compare April 6, 2026 21:24
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.60.0 Update dependency jesseduffield/lazygit to v0.61.0 Apr 6, 2026
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from 3d6f911 to 93768dc Compare April 13, 2026 20:52
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.61.0 Update dependency jesseduffield/lazygit to v0.61.1 Apr 13, 2026
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from 93768dc to 67086c2 Compare May 26, 2026 22:07
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.61.1 Update dependency jesseduffield/lazygit to v0.62.0 May 26, 2026
@renovate renovate Bot force-pushed the renovate/jesseduffield-lazygit-0.x branch from 67086c2 to 8383b29 Compare May 28, 2026 21:48
@renovate renovate Bot changed the title Update dependency jesseduffield/lazygit to v0.62.0 Update dependency jesseduffield/lazygit to v0.62.1 May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants