Skip to content
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

bump(jesseduffield/lazygit): update to v0.44.0 #5

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 7, 2024

This PR contains the following updates:

Package Update Change
jesseduffield/lazygit minor v0.43.1 -> v0.44.0

Release Notes

jesseduffield/lazygit (jesseduffield/lazygit)

v0.44.0

Compare Source

What's Changed

Lots of great changes in this release. Thanks to everybody who contributed!

Enhancements 🔥
  • Per-repo config files (and reloading of edited config files) by @​stefanhaller in https://github.com/jesseduffield/lazygit/pull/3787
    • In addition to the global config file you can now create repo-specific config files in <repo>/.git/lazygit.yml. Settings in these files override settings in the global config file. In addition, files called .lazygit.yml in any of the parent directories of a repo will also be loaded; this can be useful if you have settings that you want to apply to a group of repositories.
    • We now also automatically apply (most) config changes without the need to restart lazygit
  • Easily view diff across range of commits by @​stefanhaller in https://github.com/jesseduffield/lazygit/pull/3869
    • If you select a range of commits, we now show the diff across the range (inclusive). This makes it easy to see the total changes across a number of commits. Likewise, if you press enter when a range of commits are selected, we will show the changed files for the range.
Screen.Recording.2024-09-07.at.12.29.15.pm.mov
  • Support hyperlinks from pagers by @​stefanhaller in https://github.com/jesseduffield/lazygit/pull/3825
    • If you're using delta as a pager (which I highly recommend trying), you can now click on line numbers to go to that line in your editor
    git:
      paging:
        colorArg: always
    	    pager: delta --paging=never --hyperlinks --line-numbers
    If you're using vscode, use the following config:
    git:
      paging:
        colorArg: always
    	    pager: delta --paging=never --hyperlinks --line-numbers  --hyperlinks-file-link-format="vscode://file/{path}:{line}"
Screen.Recording.2024-09-07.at.12.30.48.pm.mov
Fixes 🔧
Maintenance ⚙️

New Contributors

Full Changelog: jesseduffield/lazygit@v0.43.1...v0.44.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • 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 merged commit 8fd7db5 into main Sep 7, 2024
17 checks passed
@renovate renovate bot deleted the renovate/jesseduffield-lazygit-0.x branch September 7, 2024 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants