Features
Configuration
jjui
now allows the configuration of keys and some of the ui features. Go to configuration documentation for more information.
Preview
Adds preview panel. Pressing p
shows the preview panel on the right. Go to Preview documentation for more information.
Evolog
Pressing O
on a revision shows the evolog within the tree. You can use d
or the preview to see what has changed.
Rebase
Adds support for --insert-before
as a rebase target. See Rebase for detailed information.
UI Improvements
jjui
now displays the selected revision with a background colour. This colour can be configured by settingui.highlight_light
,ui.highlight_dark
configuration values.- Includes various changes to the default palette style to match the styling of the
jj log
output. (e.g. immutable node, working copy node, connection lines, and description) - Adds a new help page which can be opened by pressing
?
key. - Displays the current operation name on the status line and merges key binding help view with the status line so that more space is left for rendering the revisions and the preview views.
Bug fixes
Full Changelog: v0.5...v0.6