⬆️ Update dependency aqua:jesseduffield/lazygit to v0.63.0#28
Open
renovate[bot] wants to merge 1 commit into
Open
⬆️ Update dependency aqua:jesseduffield/lazygit to v0.63.0#28renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
ba6d168 to
e5d18c8
Compare
e5d18c8 to
a550940
Compare
a550940 to
97f4868
Compare
97f4868 to
7f82bb5
Compare
7f82bb5 to
c767e8a
Compare
c767e8a to
59e8845
Compare
59e8845 to
faad6a7
Compare
faad6a7 to
bb57d80
Compare
bb57d80 to
afb9ea3
Compare
afb9ea3 to
9735b20
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:
0.56.0→0.63.0Release Notes
jesseduffield/lazygit (aqua:jesseduffield/lazygit)
v0.63.0Compare Source
What's Changed
Enhancements 🔥
gui.shrinkSidePanelsToContentoption by @stefanhaller in #5754Fixes 🔧
Maintenance ⚙️
justrecipes for running integration tests by @stefanhaller in #5720I18n 🌎
Performance Improvements 📊
Full Changelog: jesseduffield/lazygit@v0.62.2...v0.63.0
v0.62.2Compare 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.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
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.