Skip to content

Tags: glehmann/jjui

Tags

v0.8.8

Toggle v0.8.8's commit message

Verified

This commit was signed with the committer’s verified signature.
idursun ibrahim dursun
feat: enable experimental log batching through config

adding `experimental_log_batching_enabled = true` to the config file
enables this feature

v0.8.7

Toggle v0.8.7's commit message
feat: add status bar to diff view

v0.8.6

Toggle v0.8.6's commit message

Verified

This commit was signed with the committer’s verified signature.
idursun ibrahim dursun
feat(rebase): add insert between mode

Pressing `i` will switch to insert between mode by setting the currently
selected revision to be the `--insert-after` argument, and the revision
where the `enter` is pressed will be the `--insert-before` argument.
Effectively running; 

`jj rebase <your source> --insert-after <where i was pressed> --insert-before <where enter was pressed>

idursun#66

v0.8.5

Toggle v0.8.5's commit message
chore(nix): Add flake check GH action.

Just to make sure that jjui is buildable with nix.

Previusly, if we added a new Go dependency, we
wont notice since CI was not testing with nix.
Now for every commit, we make sure that the
package builds correctly under nix.

v0.8.4

Toggle v0.8.4's commit message

Verified

This commit was signed with the committer’s verified signature.
idursun ibrahim dursun
feat(details): show `*` binding in the status

v0.8.3

Toggle v0.8.3's commit message

Verified

This commit was signed with the committer’s verified signature.
idursun ibrahim dursun
feat(help): add new key bindings to help

v0.8.2

Toggle v0.8.2's commit message

Verified

This commit was signed with the committer’s verified signature.
idursun ibrahim dursun
feat(oplog): make op log limit configurable defaulting to 100

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was signed with the committer’s verified signature.
idursun ibrahim dursun
ci: update go toolchain version

v0.8

Toggle v0.8's commit message

Verified

This commit was signed with the committer’s verified signature.
idursun ibrahim dursun
feat(undo): show last operation in confirmation

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was signed with the committer’s verified signature.
idursun ibrahim dursun
ci: update release workflow