jjui 0.10.0#271272
Merged
Merged
Conversation
chenrui333
approved these changes
Mar 8, 2026
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created by
brew bumpCreated with
brew bump-formula-pr.Details
release notes
[keys]configuration is no longer used.[custom_commands]is replaced by[[actions]]and[[bindings]].[leader]sequences are replaced by sequence bindings viaseq.If you have an existing configuration, plan to migrate it rather than expecting a drop-in upgrade from
v0.9.x.✨Highlights
setupnow receives the full config plus runtime context, generated intent-backed actions replace handwritten drift-prone bridges, and new helpers likewait_close()andwait_refresh()make multi-step scripts more predictable.ctrl+spaceand dedicatedshift+...style keys.diffview now supports word wrap,revisionsanddetailssupport modifier-based mouse selection, and severaldetailsandevologinteractions are more consistent.🚀 New and Improved
Command History
shift+w, to review dismissed command runs together with their output.flashmessages, so the command and its output are now shown together in one place.Help and Status
Lua and Configuration
v0.10.setup, including runtime context such as repository path viaconfig.repo, and terminal state viaconfig.terminal.dark_mode,config.terminal.fg, andconfig.terminal.bg.open_*and aligned apply/close semantics for more predictable scripted workflows.Oplog
oplogand shared the search behavior with revision search.Evolog
evologpreview defaults to show interdiff output, matchingjj evolog -pmore closely.Abandon
sinabandonmode to target descendants of the selected revision(s).Revset
revsetediting open when the expression is invalid, improving iteration while editing.revsetediting so function completion inserts(when appropriate, while the function list display is cleaner and less noisy.Diff
diffview, with explicit wrapped and unwrapped modes plus soft-wrap-aware scrolling.gandGin thediffview to jump to the top and bottom.Details and Revisions
Ctrl+clicksingle-item toggle andAlt+clickrange selection inrevisionsanddetails.revisions.details.select_fileaction for finer control indetailsworkflows.🛠️ Fixes
change_id/offsetdirectly from thejj logprefix template.git push --allbehaviour for deleted bookmarks and corrected related command descriptions.⚙️ Internal Updates
cellbufusage withultraviolet.What's Changed
escto clear checked revisions by @baggiiiie in fix: add backescto clear checked revisions idursun/jjui#541chooselua api by @baggiiiie in feat(lua): add "filter" and "ordered" option tochooselua api idursun/jjui#548sfor selecting descendants by @idursun in feat(abandon): usesfor selecting descendants idursun/jjui#544(to functions when autocompleted by @nickchomey in feat: add(to functions when autocompleted idursun/jjui#564f1by @idursun in feat(help): add "help view" bound tof1idursun/jjui#578New 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.