Skip to content

jjui 0.10.0#271272

Merged
BrewTestBot merged 2 commits into
mainfrom
bump-jjui-0.10.0
Mar 9, 2026
Merged

jjui 0.10.0#271272
BrewTestBot merged 2 commits into
mainfrom
bump-jjui-0.10.0

Conversation

@BrewTestBot

Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
Wow, a major release after a very long time. As promised, `v0.10` is ready, and it comes with **breaking changes**.

First, thank you to everybody who contributed code, bug reports, ideas, and testing for this release. In particular, thanks to @baggiiiie for various features and fixes, @nickchomey for contributions and continuous feedback, and @vic for updating the documentation website. Thanks as well to everyone else for various code contributions, reporting issues, and verifying fixes.

We changed a lot in v0.10, but the biggest shift is that we finally got rid of some legacy configuration and moved to a unified actions + bindings model. Old concepts like [custom_commands] and [leader] are now replaced by a more consistent system built around actions, bindings, and first-class support for leader-style key sequences.

This release also introduces config.lua, which makes it much easier to customise and extend jjui with real scripting instead of only static configuration. Between config.toml, config.lua, Lua actions, and bindings, much more of the UI can now be customised in one consistent way.

The documentation has been updated with migration notes and examples such as the Lua Cookbook.

From my testing it looks ready, but I am sure more rough edges will show up once more people start using it, so please keep reporting issues as you find them.

⚠️ Breaking Changes

v0.10 replaces the legacy keybinding and customisation model with the new actions + bindings system.

  • [keys] configuration is no longer used.
  • [custom_commands] is replaced by [[actions]] and [[bindings]].
  • [leader] sequences are replaced by sequence bindings via seq.

If you have an existing configuration, plan to migrate it rather than expecting a drop-in upgrade from v0.9.x.

✨Highlights

  • Unified actions + bindings system. Keyboard input now flows through a single dispatch pipeline, default bindings are declared in TOML, actions are discoverable, and custom behaviour can be defined in both TOML and Lua.
  • Much stronger scripting support. Lua setup now receives the full config plus runtime context, generated intent-backed actions replace handwritten drift-prone bridges, and new helpers like wait_close() and wait_refresh() make multi-step scripts more predictable.
  • Upgraded TUI foundations. Moving from Bubble Tea v1 to v2 brings better terminal support, a new rendering engine for better performance, and better input handling, including support for bindings like ctrl+space and dedicated shift+... style keys.
  • Improved diff and selection workflows. The diff view now supports word wrap, revisions and details support modifier-based mouse selection, and several details and evolog interactions are more consistent.

🚀 New and Improved

Command History

  • Added command history, available with shift+w, to review dismissed command runs together with their output.
  • Moved running command information out of the status area and into dedicated flash messages, so the command and its output are now shown together in one place.

Help and Status

  • Reintroduced a dedicated Help view for full keybinding discovery, with filtering and scrolling, alongside the existing inline help.
  • Changed status/help binding presentation to column-major order so related bindings are easier to scan.

Lua and Configuration

  • Shipped the unified actions + bindings architecture introduced in v0.10.
  • Exposed the full config object to Lua setup, including runtime context such as repository path via config.repo, and terminal state via config.terminal.dark_mode, config.terminal.fg, and config.terminal.bg.
  • Standardised closeable action naming around open_* and aligned apply/close semantics for more predictable scripted workflows.

Oplog

  • Added quick search to oplog and shared the search behavior with revision search.

Evolog

  • Changed evolog preview defaults to show interdiff output, matching jj evolog -p more closely.

Abandon

  • Added s in abandon mode to target descendants of the selected revision(s).

Revset

  • Kept revset editing open when the expression is invalid, improving iteration while editing.
  • Improved revset editing so function completion inserts ( when appropriate, while the function list display is cleaner and less noisy.

Diff

  • Added word wrap in the diff view, with explicit wrapped and unwrapped modes plus soft-wrap-aware scrolling.
  • Added g and G in the diff view to jump to the top and bottom.

Details and Revisions

  • Added Ctrl+click single-item toggle and Alt+click range selection in revisions and details.
  • Added a revisions.details.select_file action for finer control in details workflows.

🛠️ Fixes

  • Fixed rendering issues with double-width characters.
  • Simplified divergent revision handling by using change_id/offset directly from the jj log prefix template.
  • Fixed git push --all behaviour for deleted bookmarks and corrected related command descriptions.

⚙️ Internal Updates

  • Upgraded to Bubble Tea v2.
  • Replaced remaining cellbuf usage with ultraviolet.
  • Hardcoded model-level key handling has been removed in favor of dispatcher-driven intents.
  • Continued internal cleanup around rendering, overlays, display context, and generated action plumbing to support the new architecture.

What's Changed

New Contributors

Full Changelog: idursun/jjui@v0.9.12...v0.10.0

View the full release notes at https://github.com/idursun/jjui/releases/tag/v0.10.0.


@github-actions github-actions Bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Mar 8, 2026
@github-actions

github-actions Bot commented Mar 8, 2026

Copy link
Copy Markdown
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions Bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Mar 8, 2026
@BrewTestBot BrewTestBot enabled auto-merge March 8, 2026 23:57
@BrewTestBot BrewTestBot added this pull request to the merge queue Mar 9, 2026
Merged via the queue into main with commit 7a56fd5 Mar 9, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-jjui-0.10.0 branch March 9, 2026 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants