v0.22.0
zut v0.22.0
Install with:
curl -fsSL https://raw.githubusercontent.com/bnema/zut/main/install.sh | bashOr download a binary below, verify it with checksums.txt, and add it to your $PATH.
Changelog
Added
- 0c5f7c1: feat(sessions): add scoped fuzzy session picker (@bnema)
- 1315561: feat(web): add safe page exploration (@bnema)
Fixed
- 108af61: fix(sessions): address picker review findings (@bnema)
- c7b7d25: fix(sessions): count repeated search matches (@bnema)
- caa47a7: fix(sessions): harden picker search lifecycle (@bnema)
- ae3daad: fix(sessions): require contiguous search text (@bnema)
- 2d08d05: fix(sessions): retain matched search excerpts (@bnema)
- 51621a9: fix(web): address review findings (@bnema)
- 964ab58: fix(web): harden exploration policy (@bnema)
- cb40c2f: fix(web): satisfy static analysis (@bnema)
Changed
Tests
Other changes
- 8b4e3af: Merge pull request #149 from bnema/feat/session-picker-fuzzy-search (@bnema)
- f2559ec: Merge pull request #150 from bnema/feat/web-page-exploration (@bnema)
- fae6c20: Merge pull request #151 from bnema/fix/session-search-substrings (@bnema)
- 8dff8a1: Merge remote-tracking branch 'origin/main' into feat/web-page-exploration (@bnema)