Skip to content

Commit 693c08d

Browse files
author
ECG Bot
committed
build(deps): update idursun/jjui to v0.8.4
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [idursun/jjui](https://github.com/idursun/jjui) | patch | `v0.8.1` -> `v0.8.4` | 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>idursun/jjui (idursun/jjui)</summary> ### [`v0.8.4`](https://github.com/idursun/jjui/releases/tag/v0.8.4) [Compare Source](idursun/jjui@v0.8.3...v0.8.4) Minor improvements on top of `v0.8.3` - binds `c` to commit working copy - fixes an issue when dealing with conflicted change ids - shows `*` key bindings in the status when in details mode **Full Changelog**: idursun/jjui@v0.8.3...v0.8.4 ### [`v0.8.3`](https://github.com/idursun/jjui/releases/tag/v0.8.3) [Compare Source](idursun/jjui@v0.8.2...v0.8.3) ##### UI - command-line: passing `-r <revset>` as a command line argument starts `jjui` with that revset. [#&#8203;38](idursun/jjui#38) - Added a subtle separator between key bindings in that status. [#&#8203;44](idursun/jjui#44) ##### Details - You can now press `*` in the details to set the revset to `files(<selected file name>)` to see the revisions that had touched that file. ##### Preview - Added `preview.show_at_start` configuration option to load preview window automatically at start up. [#&#8203;39](idursun/jjui#39) - Reduced the memory footprint of the preview window [#&#8203;45](idursun/jjui#45) ##### Quick Search (experimental) - You can now use `/` to perform a quick search, and cycle through the matches using `'` key. [#&#8203;41](idursun/jjui#41) ##### Internal - Improved log parser at handling short change and commit ids. It should support `jj` configurations that show only the short part of ids. [#&#8203;40](idursun/jjui#40) **Full Changelog**: idursun/jjui@v0.8.2...v0.8.3 ### [`v0.8.2`](https://github.com/idursun/jjui/releases/tag/v0.8.2) [Compare Source](idursun/jjui@v0.8.1...v0.8.2) - preview: removes focus mode in preview as discussed in [#&#8203;32](idursun/jjui#32) - preview: uses configured key bindings for navigating diff in the preview window (previously these were hardcoded) - oplog: `d` shows op log diff in full view - oplog: entries in the op log list is not configurable `oplog.limit = 100` - ui: improved rendering so that the graph entries outside of the view range are skipped. - app: correctly identifies jj root directory even if the passed location (e.g. `jjui ~/myrepository/src`) is not pointing to the `jj root`. **Full Changelog**: idursun/jjui@v0.8.1...v0.8.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTEuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI1MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
1 parent 25c0770 commit 693c08d

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
@@ -385,7 +385,7 @@ packages:
385385
- name: deggja/[email protected]
386386
description: Kubernetes tool for scanning clusters for network policies and identifying unprotected workloads
387387
link: https://github.com/deggja/netfetch
388-
- name: idursun/[email protected].1
388+
- name: idursun/[email protected].4
389389
description: Jujutsu UI (jjui) is a Text User Interface (TUI) designed for interacting with the Jujutsu version control system
390390
link: https://github.com/idursun/jjui
391391
- name: lusingander/[email protected]

0 commit comments

Comments
 (0)