-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency jesseduffield/lazygit to v0.58.0 #1187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
v2
Choose a base branch
from
renovate/jesseduffield-lazygit-0.x
base: v2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
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
d0cf1c6 to
d89aa40
Compare
d89aa40 to
63635a8
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
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.58.0Release Notes
jesseduffield/lazygit (jesseduffield/lazygit)
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: jesseduffield/lazygit@v0.55.0...v0.55.1
v0.55.0Compare Source
Breaking Changes
git.paging.useConfigoption has been removed. If you were relying on it to configure your pager, you'll have to explicitly set the pager again using thegit.paging.pageroption.What's Changed
Enhancements 🔥
ConfirmationControllerby @kyu08 in #4810Fixes 🔧
Maintenance ⚙️
Docs 📖
I18n 🌎
New Contributors
Full Changelog: jesseduffield/lazygit@v0.54.2...v0.55.0
v0.54.2Compare Source
Here's another point release; this one fixes a performance regression in 0.54.0 that made flicking through diffs a little less snappy (or a lot less, in some scenarios) than it could be.
For the changes in 0.54.0, see https://github.com/jesseduffield/lazygit/releases/tag/v0.54.0.
What's Changed
Fixes 🔧
Maintenance ⚙️
README.mdby @kyu08 in #4807Docs 📖
CONTRIBUTING.mdto clarify translation contribution process by @kyu08 in #4806Full Changelog: jesseduffield/lazygit@v0.54.1...v0.54.2
v0.54.1Compare Source
This hotfix release fixes a regression in 0.54.0 that made lazygit fail on startup when multiple users use it on a single machine.
For the changes in 0.54.0, see https://github.com/jesseduffield/lazygit/releases/tag/v0.54.0.
What's Changed
Fixes 🔧
Maintenance ⚙️
Docs 📖
New Contributors
Full Changelog: jesseduffield/lazygit@v0.54.0...v0.54.1
v0.54.0Compare Source
Again we don't have any major new features this time (unless you count the support for alt-backspace for deleting words in the commit message editor, which is one of my favorite additions), but lots of smaller quality-of-life improvements and bug fixes. The most notable one is probably the fix for the stale index.lock problem, which was a very long-standing bug that seemed to affect some users much more than others for some reason.
Breaking Changes
What's Changed
Enhancements 🔥
Fixes 🔧
ato stage all files, don't include untracked files when showing only tracked files by @stefanhaller in #4779Maintenance ⚙️
Docs 📖
I18n 🌎
Performance Improvements 📊
New Contributors
Full Changelog: jesseduffield/lazygit@v0.53.0...v0.54.0
v0.53.0Compare Source
This is the first lazygit release after Jesse passed the maintainership to me (@stefanhaller), and I'm excited (and a little bit nervous 😄) about it.
No big new features this time, but lots of smaller quality-of-life improvements. The one that makes the biggest difference for me is an improved hunk selection mode in the staging view (in case you didn't know, you can switch from the normal line selection mode to hunk mode by pressing
a). This now works a bit more fine-grained, by selecting groups of added or deleted lines rather than entire hunks, which often consist of several such groups. With this change I find that I prefer hunk mode over line mode in most cases, so I added a user config to switch to hunk automatically upon entering the staging view; it is off by default, but I encourage you to enable it (gui.useHunkModeInStagingView) to see if you like it as much as I do. Feedback about this is welcome; please comment on the PR if you have any.The detailed list of all changes follows:
What's Changed
Enhancements 🔥
Fixes 🔧
Maintenance ⚙️
Docs 📖
I18n 🌎
New Contributors
Full Changelog: jesseduffield/lazygit@v0.52.0...v0.53.0
v0.52.0Compare Source
What's Changed
Enhancements 🔥
Fixes 🔧
Maintenance ⚙️
New Contributors
Full Changelog: jesseduffield/lazygit@v0.51.1...v0.52.0
v0.51.1Compare Source
What's Changed
Fixes 🔧
Full Changelog: jesseduffield/lazygit@v0.51.0...v0.51.1
v0.51.0Compare Source
Breaking Changes
What's Changed
Enhancements 🔥
Fixes 🔧
Maintenance ⚙️
Docs 📖
New Contributors
Full Changelog: jesseduffield/lazygit@v0.50.0...v0.51.0
v0.50.0Compare Source
Breaking Changes
After fetching, main branches now get auto-forwarded to their upstream if they fall behind. This is useful for keeping your main or master branch up to date automatically. If you don't want this, you can disable it by setting the following in your config:
If, on the other hand, you want this even for feature branches, you can set it to 'allBranches' instead.
What's Changed
Enhancements 🔥
Configuration
📅 Schedule: 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.
This PR was generated by Mend Renovate. View the repository job log.