Commit 693c08d
ECG Bot
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. [#​38](idursun/jjui#38)
- Added a subtle separator between key bindings in that status. [#​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. [#​39](idursun/jjui#39)
- Reduced the memory footprint of the preview window [#​45](idursun/jjui#45)
##### Quick Search (experimental)
- You can now use `/` to perform a quick search, and cycle through the matches using `'` key. [#​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. [#​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 [#​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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
388 | | - | |
| 388 | + | |
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
| |||
0 commit comments