Skip to content

Releases: faldor20/jj_tui

v0.12.2

07 Mar 11:26
v0.12.2
Compare
Choose a tag to compare
Fix bug in ansi parser and optimize for multiple appended ansi codes

v0.12.1

06 Mar 13:20
v0.12.1
Compare
Choose a tag to compare
Fix popup focusing issue

v0.12

03 Mar 23:44
v0.12
Compare
Choose a tag to compare
- Support single pane mode when a specific minimum width is crossed (…

v0.11

03 Mar 00:37
v0.11
Compare
Choose a tag to compare
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

02 Mar 11:08
v0.10
Compare
Choose a tag to compare
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

23 Feb 19:45
v0.9.1
Compare
Choose a tag to compare
Fix bug causing multi line uselectable elements in the graph to not b…

v0.9

21 Feb 11:06
v0.9
Compare
Choose a tag to compare

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

01 Nov 11:05
v0.8.9
Compare
Choose a tag to compare
  • 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

31 Oct 09:18
v0.8.8
Compare
Choose a tag to compare
Prevent orphaned jj processes

v0.8.7

27 Oct 11:36
v0.8.7
Compare
Choose a tag to compare
  • 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