Skip to content

Commit b5a6533

Browse files
author
ECG Bot
committed
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. ([#&#8203;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. ([#&#8203;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. ([#&#8203;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. ([#&#8203;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. ([#&#8203;586](idursun/jjui#586), [#&#8203;598](idursun/jjui#598)) #### What's Changed - fix(render): detect terminal width method by [@&#8203;idursun](https://github.com/idursun) in [#&#8203;592](idursun/jjui#592) - feat: add diff and preview show intents by [@&#8203;idursun](https://github.com/idursun) in [#&#8203;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

File tree

chezmoi/dot_config/aquaproj-aqua/aqua.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ packages:
240240
description: eaisly execute SQL against CSV/TSV/LTSV/JSON and Microsoft Excel with shell
241241
link: https://github.com/nao1215/sqly
242242

243-
- name: idursun/[email protected].1
243+
- name: idursun/[email protected].2
244244
description: Jujutsu UI (jjui) is a Text User Interface (TUI) designed for interacting with the Jujutsu version control system
245245
link: https://github.com/idursun/jjui
246246
- name: lusingander/[email protected]

0 commit comments

Comments
 (0)