v0.4.0
Breaking
- Flatten now automatically opens files opened from wezterm and kitty windows in nvim
- By default, will only do this if their working dirs match.
- This can be disabled
- There is now a
should_nest
callback that controls when a nested instance should be allowed to open. - Callbacks that previously received lists of filenames will now receive lists of tables containing both filenames and buffer numbers. See README.md for more info.
What's Changed
- fix(setup): default to an empty table when
opt
is not provided by @utilyre in #44 - feat: get buffer id from the open function by @sassanh in #46
- refactor: miscellaneous features and fixes by @IndianBoy42 in #53
- fix: performance and misc fixes by @willothy in #54
- fix: provide winnr of newly opened file by @willothy in #55
- docs: improve toggleterm example by @loqusion in #58
- feat!: pass bufnrs to callbacks by @willothy in #59
- feat: smart open option by @willothy in #60
- feat:
should_nest
callback by @willothy in #62 - feat: diff support with the
-d
flag by @willothy in #63
New Contributors
- @utilyre made their first contribution in #44
- @sassanh made their first contribution in #46
- @loqusion made their first contribution in #58
Full Changelog: v0.3.0...v0.4.0