Breaking changes
Minimum jj version raised to 0.33
Features
- feat: Add support for ui.diff.tool by @Cretezy in #102
- feat: configure keybinds by @istudyatuni in #94
- Add h/l keys for prev/next tab by @busfahrer in #100
- feat: Support jj prefix and quotes in command popup by @Cretezy in #105
- feat: Only fetch latest head on switch, handle terminal focus by @Cretezy in #108
- feat: Sort bookmarks in bookmark popup/list by @Cretezy in #104
- feat: Add
--jj-bin
(JJ_BIN
) option by @Cretezy in #107 - feat: Handle renames in files tab by @Cretezy in #109
- feat: Disallow squashing to @, allow squashing to immutable changes by @Cretezy in #110
- feat: Allow editing immutable changes by @Cretezy in #111
- feat: Don't snapshot working copy when getting diff by @Cretezy in #114
- feat: Add
lazyjj.diff-tool
option to customize diff-tool fromui.diff.tool
by @Cretezy in #115 - Mouse scroll in log tab (closes #68) by @peso in #127
- feat: Check jj version at startup (fix #138) by @peso in #139
- feat: add untrack feature by @Spiegie in #146
Bug fixes
- fix: do not refresh when popup is opened by @istudyatuni in #97
- fix: Update selection after command "describe" (fix #135) by @peso in #143
- fix: Changing description should not move selection by @peso in #147
- fix(bookmarks): Fix crash due to non-total ordering in the sorting lamba by @dotdash in #142
Other changes
- doc: Describe module commander by @peso in #140
- doc: Recommend
--locked
for cargo install by @dancodes in #157 - fix: jj 0.33.0 and Rust 1.89.0 compatibility by @dotdash in #159
- build: Optimize release build for size by @peso in #128
- fix: last -> next by @istudyatuni in #119
- chore: Upgrade CI by @Cretezy in #106
- chore: Remove used functions by @Cretezy in #112
- fix(ci): do not fail test on macos by @istudyatuni in #120
- chore: Update dependencies by @dotdash in #125
- fix: Workaround timeouts in Mac CI tests by @dotdash in #126
- chore(ci): use stable rust by @istudyatuni in #132
- chore(ci): error on clippy warnings by @istudyatuni in #134
- chore: Update dependencies by @dotdash in #144
- chore: update edition to 2024 by @istudyatuni in #149
New Contributors
- @busfahrer made their first contribution in #100
- @peso made their first contribution in #127
- @Spiegie made their first contribution in #146
- @dancodes made their first contribution in #157
Full Changelog: v0.5.0...v0.6.0