-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency jesseduffield/lazygit to v0.55.1 #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
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
v0.42.0
->v0.55.1
Release Notes
jesseduffield/lazygit (jesseduffield/lazygit)
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: jesseduffield/lazygit@v0.55.0...v0.55.1
v0.55.0
Compare Source
What's Changed
Enhancements 🔥
ConfirmationController
by @kyu08 in #4810Fixes 🔧
Maintenance ⚙️
Docs 📖
I18n 🌎
New Contributors
Full Changelog: jesseduffield/lazygit@v0.54.2...v0.55.0
v0.54.2
Compare 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.md
by @kyu08 in #4807Docs 📖
CONTRIBUTING.md
to clarify translation contribution process by @kyu08 in #4806Full Changelog: jesseduffield/lazygit@v0.54.1...v0.54.2
v0.54.1
Compare 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.0
Compare 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.
What's Changed
Enhancements 🔥
Fixes 🔧
a
to 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.0
Compare 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.0
Compare Source
What's Changed
Enhancements 🔥
Fixes 🔧
Maintenance ⚙️
New Contributors
Full Changelog: jesseduffield/lazygit@v0.51.1...v0.52.0
v0.51.1
Compare Source
What's Changed
Fixes 🔧
Full Changelog: jesseduffield/lazygit@v0.51.0...v0.51.1
v0.51.0
Compare Source
What's Changed
Enhancements 🔥
Fixes 🔧
Maintenance ⚙️
Docs 📖
New Contributors
Full Changelog: jesseduffield/lazygit@v0.50.0...v0.51.0
v0.50.0
Compare Source
What's Changed
Enhancements 🔥
Fixes 🔧
Maintenance ⚙️
Docs 📖
New Contributors
Full Changelog: jesseduffield/lazygit@v0.49.0...v0.50.0
v0.49.0
Compare Source
What's Changed
Enhancements 🔥
runCommand
function to Go template syntax + add support for templates in gitbranchPrefix
setting by @ruudk in #4438Fixes 🔧
e
in a stack of branches by @stefanhaller in #4450Maintenance ⚙️
Docs 📖
I18n 🌎
New Contributors
Full Changelog: jesseduffield/lazygit@v0.48.0...v0.49.0
v0.48.0
Compare Source
What's Changed
Enhancements 🔥
Maintenance ⚙️
Full Changelog: jesseduffield/lazygit@v0.47.2...v0.48.0
v0.47.2
Compare Source
Small patch release for you all. This is mainly to fix an issue with v0.47.1 which erroneously re-indented users' lazygit config files on startup.
Shout-out to @karimkhaleel for his PR with some gnarly yaml-handling code.
And a special shout-out to @ChrisMcD1 who has been pumping out many great contributions lately. Great to have you aboard.
What's Changed
Enhancements 🔥
Fixes 🔧
Maintenance ⚙️
Docs 📖
Full Changelog: jesseduffield/lazygit@v0.47.1...v0.47.2
v0.47.1
Compare Source
What's Changed
Maintenance ⚙️
Full Changelog: jesseduffield/lazygit@v0.47.0...v0.47.1
v0.46.0
Compare Source
It's time for another Lazygit release! Thanks to all who contributed to this release.
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.