- preview: removes focus mode in preview as discussed in #32
- preview: uses configured key bindings for navigating diff in the preview window (previously these were hardcoded)
- oplog:
d
shows op log diff in full view - oplog: entries in the op log list is not configurable
oplog.limit = 100
- ui: improved rendering so that the graph entries outside of the view range are skipped.
- app: correctly identifies jj root directory even if the passed location (e.g.
jjui ~/myrepository/src
) is not pointing to thejj root
.
Full Changelog: v0.8.1...v0.8.2