0.5.1 (2024-01-26)
- check int return value of
vim.fn.has
(#92) (0338960) - handle absolute paths on windows (#90) (d1fff3c)
- lint: remove unused initializer for is_absolute (1153797)
0.5.0 (2023-11-28)
- make wezterm/kitty feature opt-in, disabled by default
- make wezterm/kitty feature opt-in, disabled by default (797b02a)
0.4.1 (2023-09-24)
- default should_nest (11f9960)
- don't escape filenames (6236aa9), closes #70
- only open new tab if tab option is set (9f08ac1), closes #66
- smart-open: only avoid curwin if it's a term (6813ad3)
v0.4.0 (2023-08-10)
Merged pull requests:
- Release v0.4.0 #62 (willothy)
- docs: improve toggleterm example #58 (loqusion)
- fix: provide winnr of newly opened file #55 (willothy)
- Performance and misc fixes #54 (willothy)
- Miscellaneous features and fixes #53 (IndianBoy42)
- feat: get buffer id from the open function #46 (sassanh)
- fix(setup): default to an empty table when
opt
is not provided #44 (utilyre)
v0.3.0 (2023-04-09)
Implemented enhancements:
Fixed bugs:
Merged pull requests:
- fix: support for pre-0.9 Neovim instances #38 (davidmh)
- fix: absolute paths should not use the guest cwd #34 (davidmh)
- Read and pass full argv options #33 (davidmh)
- fix: prioritize guest cwd #30 (davidmh)
- feat: open in alternate window #29 (willothy)
- Update README.md to fix lazy.nvim config example #23 (catgoose)
- feat: force blocking from cmdline #22 (willothy)
- fix: close guest bufs before host opens files #21 (willothy)
- fix: paths with spaces on Windows #20 (willothy)
v0.2.0 (2023-03-16)
Implemented enhancements:
Merged pull requests:
- feat: default to open in current window instead of tab #14 (willothy)
- refactor: use Lua
[[]]
multiline string syntax #13 (nyngwang) - doc: mention unception author in license/readme #6 (willothy)
v0.1.2 (2023-03-12)
Merged pull requests:
v0.1.1 (2023-03-11)
Merged pull requests: