Merged
Conversation
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Mar 26, 2026
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [dlvhdr/diffnav](https://github.com/dlvhdr/diffnav) | minor | `v0.10.0` → `v0.11.0` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>dlvhdr/diffnav (dlvhdr/diffnav)</summary> ### [`v0.11.0`](https://github.com/dlvhdr/diffnav/releases/tag/v0.11.0) [Compare Source](dlvhdr/diffnav@v0.10.0...v0.11.0) ### v0.11.0 #### Notable Features - Search (accessed via <kbd>t</kbd>) now shows the filename first and has icons - <kbd>n/p/N</kbd> is used to navigate to next/previous file - If used with `git show`, and there's a commit preamble present, pressing <kbd>m</kbd> will show the commit info. It's also shown in the header - There's finally a scrollbar in the diffview - Thanks to new contributor [@​vertti](https://github.com/vertti) `diffnav` now supports a `watch` flag which will run `git diff` by default (but can be controlled). It will run the command while maintaining the UI state Once again, thanks to [@​pablospe](https://github.com/pablospe) for his awesome contributions! #### Changelog - [`0957bb1`](dlvhdr/diffnav@0957bb1) chore: upgrade deps ([#​114](dlvhdr/diffnav#114)) - [`4a31deb`](dlvhdr/diffnav@4a31deb) ci: add basic CI workflow ([#​113](dlvhdr/diffnav#113)) - [`dc735a5`](dlvhdr/diffnav@dc735a5) feat(search): show filename first + icons ([#​105](dlvhdr/diffnav#105)) - [`822adc6`](dlvhdr/diffnav@822adc6) feat: Add shift+tab as alias for tab to switch panels ([#​109](dlvhdr/diffnav#109)) - [`41f1c16`](dlvhdr/diffnav@41f1c16) feat: add F1 key to toggle help overlay ([#​101](dlvhdr/diffnav#101)) - [`c899b9e`](dlvhdr/diffnav@c899b9e) feat: add n (next file) and p/N (previous file) shortcuts to jump between files ([#​98](dlvhdr/diffnav#98)) - [`e651360`](dlvhdr/diffnav@e651360) feat: add scrollbar to diff viewer ([#​112](dlvhdr/diffnav#112)) - [`e616b2a`](dlvhdr/diffnav@e616b2a) feat: add watch mode for auto-refreshing diffs ([#​96](dlvhdr/diffnav#96)) - [`19503d8`](dlvhdr/diffnav@19503d8) feat: commit info overlay with `m` key ([#​103](dlvhdr/diffnav#103)) - [`e215560`](dlvhdr/diffnav@e215560) feat: show commit info when used as a pager for git show ([#​97](dlvhdr/diffnav#97)) - [`2898ff7`](dlvhdr/diffnav@2898ff7) fix: sidebar search crashes ([#​95](dlvhdr/diffnav#95)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44OS42IiwidXBkYXRlZEluVmVyIjoiNDMuODkuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6Om1pbm9yIl19-->
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.
No description provided.