Releases: faldor20/jj_tui
Releases · faldor20/jj_tui
v0.12.2
v0.12.1
Fix popup focusing issue
v0.12
- Support single pane mode when a specific minimum width is crossed (…
v0.11
Picos and async tightly integrated into the render loop. Now multithreaded Rendering and responding to input is now insanely quick, give it a go, I was impressed.
v0.10
Performance and more improvements to files settings - Big overhaul of rendering performance, rendering file contents is now sepparated from summaries. This means you can always get info on a diff even if it's huge. - Changed repo change check to never re-render the ui if the repo hasn't changed. Should improve idle cpu usage a bunch - Big changes to key mapping. Now supporting custom sub-menus!
v0.9.1
Fix bug causing multi line uselectable elements in the graph to not b…
v0.9
Big overhaul.
- Rewrote jj log parser so that it should support whatever weird config you have.
- Added a keymap config system.
- Made rendering even more async.
- Updated to latest version of jj.
- Reworked a lot of commands to support alternative versions that do/do not change which commit is edited.
- Added
duplicate
command
As always, let me know if you have any issues here/ discord. Happy jj-ing
v0.8.9
- Disable default focus movement keys eg: alt+ . Please use arrow keys and enter + escape for navigation
- Fix potential mutex deadlock in cancelled processes. Thanks Fedor!
- Ensure file handles are definitely always closed
v0.8.8
Prevent orphaned jj processes
v0.8.7
-
renamed all branch commands to bookmark commands
-
fix crashes when getting revs that no longer exist
-
show error message again when jj has an error