Update dependency jesseduffield/lazygit to v0.62.1#1187
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
6a8e6d8 to
33fc90e
Compare
33fc90e to
b87a403
Compare
b87a403 to
cd2bd3d
Compare
cd2bd3d to
d9deee3
Compare
d9deee3 to
c112389
Compare
c112389 to
f6842fc
Compare
f6842fc to
7411d30
Compare
7411d30 to
fe75ae1
Compare
fe75ae1 to
cc96a91
Compare
cc96a91 to
e98f718
Compare
e98f718 to
a2f7dd5
Compare
a2f7dd5 to
e6a23ce
Compare
e6a23ce to
987d147
Compare
987d147 to
154d3ff
Compare
154d3ff to
d0cf1c6
Compare
63635a8 to
37edb30
Compare
37edb30 to
52cac83
Compare
52cac83 to
9a32054
Compare
9a32054 to
94fd985
Compare
94fd985 to
f5409de
Compare
f5409de to
f4d3e91
Compare
f4d3e91 to
adc12d3
Compare
adc12d3 to
c7fd2a5
Compare
c7fd2a5 to
9452024
Compare
9452024 to
d21f86c
Compare
d21f86c to
3d6f911
Compare
3d6f911 to
93768dc
Compare
93768dc to
67086c2
Compare
67086c2 to
8383b29
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.42.0→v0.62.1Release Notes
jesseduffield/lazygit (jesseduffield/lazygit)
v0.62.1Compare 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.0Compare 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:
The complete list of changes follows:
What's Changed
Enhancements 🔥
ctrl-alt-shift-x) by @stefanhaller in #5563<ctrl+a>instead of<c-a>) by @stefanhaller in #5565<alt+up>/<alt+down>as alternate keybindings for moving commits up/down by @stefanhaller in #5637Fixes 🔧
Maintenance ⚙️
Docs 📖
I18n 🌎
Performance Improvements 📊
New Contributors
Full Changelog: jesseduffield/lazygit@v0.61.1...v0.62.0
v0.61.1Compare Source
This release has just a few fixes for the recently added GitHub pull requests feature.
What's Changed
Enhancements 🔥
Fixes 🔧
Maintenance ⚙️
${{ }}variable interpolation inrun:steps by @orbisai0security in #5487New Contributors
Full Changelog: jesseduffield/lazygit@v0.61.0...v0.61.1
v0.61.0Compare 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
ghtool if you haven't already, and log in usinggh 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.0Compare Source
What's Changed
Enhancements 🔥
<shift>-aon status page) by @zaakiy in #5346Fixes 🔧
{and}to change diff context size in branches and tags panels in diffing mode by @stefanhaller in #5258Maintenance ⚙️
Docs 📖
I18n 🌎
Other Changes
New Contributors
Full Changelog: jesseduffield/lazygit@v0.59.0...v0.60.0
v0.59.0Compare Source
What's Changed
Enhancements 🔥
Fixes 🔧
Maintenance ⚙️
VARIANTto1-trixieby @mricherzhagen in #5204Docs 📖
I18n 🌎
New Contributors
Full Changelog: jesseduffield/lazygit@v0.58.1...v0.59.0
v0.58.1Compare 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.0Compare Source
What's Changed
Enhancements 🔥
Fixes 🔧
Docs 📖
--navigateoption not working in lazygit by @stefanhaller in #5155I18n 🌎
Performance Improvements 📊
New Contributors
Full Changelog: jesseduffield/lazygit@v0.57.0...v0.58.0
v0.57.0Compare 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.0Compare Source
What's Changed
Enhancements 🔥
Fixes 🔧
Maintenance ⚙️
synchronizeevent to the hooks of "Check Required Labels" by @kyu08 in #4974Docs 📖
I18n 🌎
New Contributors
Full Changelog: jesseduffield/lazygit@v0.55.1...v0.56.0
v0.55.1Compare 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
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.