Commit b5a6533
ECG Bot
build(deps): update idursun/jjui to v0.10.2
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [idursun/jjui](https://github.com/idursun/jjui) | patch | `v0.10.1` → `v0.10.2` |
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.10.2`](https://github.com/idursun/jjui/releases/tag/v0.10.2)
[Compare Source](idursun/jjui@v0.10.1...v0.10.2)
Quick release to continue the release early, release often streak.
##### Features
- **Custom diff and preview content** — You can now use `diff.show()` and `ui.preview.show()` in your Lua actions to display custom command output in the diff and preview panels. ([#​593](idursun/jjui#593))
##### Bug Fixes
- **Rebase source + insert between** — Rebase now correctly uses `-s` (source) instead of `-r` when combining source mode with insert-between. ([#​598](idursun/jjui#598))
- **Missing actions in status bar** — Actions with the same name in different scopes (e.g. `revset.edit` and `revisions.edit`) are no longer hidden from the status bar. ([#​595](idursun/jjui#595))
- **Misaligned lines across terminals** — Terminals handle Unicode width calculation differently — Ghostty enables grapheme clustering by default while Kitty does not. We now detect the terminal's width mode and calculate widths accordingly, fixing rendering in both. ([#​592](idursun/jjui#592))
- **Operation action overrides** — Some built-in actions during operations couldn't be overridden in `config.lua`. For example, `revisions.details.diff`, `revisions.evolog.diff`, and `revisions.rebase.*` actions can now be properly overridden. ([#​586](idursun/jjui#586), [#​598](idursun/jjui#598))
#### What's Changed
- fix(render): detect terminal width method by [@​idursun](https://github.com/idursun) in [#​592](idursun/jjui#592)
- feat: add diff and preview show intents by [@​idursun](https://github.com/idursun) in [#​593](idursun/jjui#593)
**Full Changelog**: <idursun/jjui@v0.10.1...v0.10.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:eyJjcmVhdGVkSW5WZXIiOiI0My43Ny4wIiwidXBkYXRlZEluVmVyIjoiNDMuNzcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6OnBhdGNoIl19-->1 parent bf1037f commit b5a6533
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
0 commit comments