0.9.0 (2024-06-12)
⚠ BREAKING CHANGES
- setup: make setup() synchronous
- drop support for nvim v0.8
Features
Bug Fixes
- add workaround for Lazy issue (e31d214)
- attach: allow attaching inside .git/ (9cafac3), closes #923
- attach: detach on when the buffer name changes (75dc649), closes #1021
- attach: fix worktree attaching (54b9df4), closes #1020
- blame: avoid right-aligned blame overlapping buftext (20f305d)
- handle untracked files for custom bases (af3fdad), closes #1022
- scheduling in cwd watching (c96e3cf)
- update: always get object contents from object names (a28bb1d), closes #847
- use latest api in 0.10 (bc933d2)
- util: close file after reading (f65d1d8)
- watcher: throttle watcher handler (de18f6b)
- watcher: workaround weird annoying libuv bug (4b53134), closes #1027
- wrong api name in stable (805610a)