- Removed unnecessary polling and improved responsiveness to repository updates that happen from outside of jjk, such as from the command line (#131)
- Fixed diff and squash selected ranges for jj 0.30.0 (#128)
- Fixed discard changes command for renamed files (status
R
) (#129) - Added the ability to view diffs for renamed files (status
R
) that also have modifications in the current change (#130) - Added a setting to specify a path to a jj binary (#124)
- Added basic search for a jj binary in common install locations, rather than only relying on the
PATH
environment variable (#125) - Added file decorations to indicate conflicts (#133)
- Added a confirmation prompt when a command is run that affects an immutable change (#134)
- Added the ability to detect the creation or deletion of a jj repository in an already-opened folder (#132)