|
| 1 | +## JJ-FZF 0.33.0 - 2025-09-11 |
| 2 | + |
| 3 | +### Added: |
| 4 | +* New preflight.sh script dedicated to dependency handling |
| 5 | +* Added version.sh to support Github "Source code" archives |
| 6 | +* Added self extracting jj-fzf.sfx script to release artifacts |
| 7 | +* Added manual page jj-fzf.1.gz to release artifacts |
| 8 | +* Added contrib/jj-foreach.sh to run shell command for each commit in a revset |
| 9 | +* Added option to contrib/jj-foreach.sh to not affecting descendants |
| 10 | +* Alt-J: inject selected revision as historic commit before @ |
| 11 | +* Documented F5 and F11 keybindings |
| 12 | + |
| 13 | +### Breaking: |
| 14 | +* This release requires jj-0.33.0 |
| 15 | +* This release is the last one to support fzf 0.44.1, future release |
| 16 | + will depend on more recent fzf versions |
| 17 | +* Upon start, fzf will now wait for `jj log` to finish before display; if this |
| 18 | + turns out too slow for some repos, please file an issue and request --async |
| 19 | +* Instead of enforcing gsed use, preflight.sh now defines an `sed()` function |
| 20 | + that proxies `gsed` if needed. Please file an issue if sed problems remain |
| 21 | + |
| 22 | +### Changed: |
| 23 | +* Pushing to a remote will now also push deleted bookmarks |
| 24 | +* Preserve history when deleting tags or bookmarks |
| 25 | + (enforces git.abandon-unreachable-commits=false during deletion) |
| 26 | +* Added cursor down to swap-commits to follow swapped commit |
| 27 | +* Moved preview and helper into library files (speeds up previews) |
| 28 | +* Undo/redo operations in jj-fzf now use jj's built-in commands |
| 29 | +* Use `jj-fzf oplog` to display the undo stack with ⋯ undo step markers |
| 30 | +* Renamed oplog and oplog-browser commands |
| 31 | + |
| 32 | +### Fixed: |
| 33 | +* Fixed evolog preview and evolog paging (was broken since jj-0.30) |
| 34 | +* Fixed outdated uses of `jj --config-toml` |
| 35 | +* Fixed broken Github jj-fzf links |
| 36 | +* Fixed lacking DESTDIR for make (un)install |
| 37 | + |
| 38 | +### Removed: |
| 39 | +* Removed unnecessary `all:` prefix in jj revset expressions |
| 40 | +* Removed unsed command / key binding for undo marker reset |
| 41 | + |
| 42 | + |
1 | 43 | ## JJ-FZF 0.32.0 - 2025-08-14 |
2 | 44 |
|
3 | 45 | ### Added: |
|
0 commit comments