v0.21.0 #4383
martinvonz
started this conversation in
General
v0.21.0
#4383
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Breaking changes
next/prev
will no longer infer when to go into edit mode when moving fromcommit to commit. It now either follows the flags
--edit|--no-edit
or itgets the mode from
ui.movement.edit
.Deprecations
jj untrack
has been renamed tojj file untrack
.New features
Add new boolean config knob,
ui.movement.edit
for controlling the behaviourof
prev/next
. The flag turnsedit
modeon
andoff
permanently when setrespectively to
true
orfalse
.All diff formats except
--name-only
now include information about copies andmoves. So do external diff tools in file-by-file mode.
jj status
alsoincludes information about copies and moves.
Color-words diff has gained an option to display complex changes as separate
lines. It's enabled by default. To
restore the old behavior, set
diff.color-words.max-inline-alternation = -1
.A tilde (
~
) at the start of the path will now be expanded to the user's homedirectory when configuring a
signing.key
for SSH commit signing.When reconfiguring the author, warn that the working copy won't be updated
Fixed bugs
broken due to using a sunset version of GitHub's macOS runners (but nobody had
previously complained.)
Contributors
Thanks to the people who made this release happen!
This discussion was created from the release v0.21.0.
Beta Was this translation helpful? Give feedback.
All reactions