Skip to content

Commit 25e4663

Browse files
ECG Bottmeijn
authored andcommitted
build(deps): update dlvhdr/diffnav to v0.4.0
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [dlvhdr/diffnav](https://github.com/dlvhdr/diffnav) | minor | `v0.3.1` → `v0.4.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.4.0`](https://github.com/dlvhdr/diffnav/releases/tag/v0.4.0) [Compare Source](dlvhdr/diffnav@v0.3.1...v0.4.0) ### Switch focus between panes, config file, mouse support and more! This release is brought to you by [@&#8203;pablospe](https://github.com/pablospe) who made some serious improvements across the board! Thank you [@&#8203;pablospe](https://github.com/pablospe), your work is really appreciated! <3 #### Focus Switching You can now switch focus between the file tree and the diff by hitting <kbd>tab</kbd>. This lets you use a wider set of movement keybinds like actually navigating one line at a time with <kbd>j/k</kbd>. #### Config File `diffnav` now has a config file (check the readme on how to set it up). It lets you hide the footer/header, hide the file tree by default or set its width. #### Mouse Support You can now click the files in the tree or scroll the diff with your mouse! Again, this was all done by [@&#8203;pablospe](https://github.com/pablospe) so give him some love! #### Changelog - [`ccb29e8`](dlvhdr/diffnav@ccb29e8) Revert "fix: prevent j/k from scrolling inactive panel" - [`3a431de`](dlvhdr/diffnav@3a431de) chore: add funding configuration for GitHub - [`37a52c1`](dlvhdr/diffnav@37a52c1) feat: add config option to hide header - [`e5efc99`](dlvhdr/diffnav@e5efc99) feat: add more config options - [`8d516cd`](dlvhdr/diffnav@8d516cd) feat: add mouse support ([#&#8203;49](dlvhdr/diffnav#49)) - [`60f5aa3`](dlvhdr/diffnav@60f5aa3) feat: add panel switching with h/l and arrow keys - [`bfc0ef1`](dlvhdr/diffnav@bfc0ef1) feat: convert config to YAML and nest under ui key - [`600d8ed`](dlvhdr/diffnav@600d8ed) feat: improve config file discovery - [`090abfc`](dlvhdr/diffnav@090abfc) feat: make ctrl+d/ctrl+u global for diff scrolling - [`23b3000`](dlvhdr/diffnav@23b3000) feat: replace h/l panel switching with Tab toggle - [`d6b2e73`](dlvhdr/diffnav@d6b2e73) fix: improve file tree selection styling - [`cad6633`](dlvhdr/diffnav@cad6633) fix: isolate panel navigation to prevent cross-scrolling - [`803f7a8`](dlvhdr/diffnav@803f7a8) fix: prevent delta colors from bleeding into file tree panel - [`a07e104`](dlvhdr/diffnav@a07e104) fix: prevent j/k from scrolling inactive panel - [`f5f8972`](dlvhdr/diffnav@f5f8972) refactor: use ansi.Truncate instead of custom implementation - [`e939dcf`](dlvhdr/diffnav@e939dcf) refactor: use camelCase for config keys - [`08a7356`](dlvhdr/diffnav@08a7356) style: capitalize TAB in footer help </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNzUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6Om1pbm9yIl19-->
1 parent d107d33 commit 25e4663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chezmoi/dot_config/aquaproj-aqua/aqua.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ packages:
221221
- name: phiresky/[email protected]
222222
description: "rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc"
223223
link: https://github.com/phiresky/ripgrep-all
224-
- name: dlvhdr/diffnav@v0.3.1
224+
- name: dlvhdr/diffnav@v0.4.0
225225
description: A git diff pager based on delta but with a file tree, à la GitHub
226226
link: https://github.com/dlvhdr/diffnav
227227
- name: achristmascarl/[email protected]

0 commit comments

Comments
 (0)