2.11.0 (2024-04-22)
- add string array support to
open_mapping
setting. (#557) (5ec59c3) - support the CR for nushell (#561) (72d2aa2)
- autochdir for custom terminals (#553) (dca1c80)
- clear command (#565) (fef08f3)
- cmd and path now work with paths containing spaces (#483) (f059a52)
- column indexing (#572) (9e65d60)
- cursor position after motion (#563) (75d3de9)
- ensure
on_choice
operates on exactitems
element (#566) (d3fff44)
2.10.0 (2024-02-12)
2.9.0 (2023-12-06)
- commands: call ToggleTermSetName with count (#497) (ef1bbff), closes #496
- terminal: clear correctly on windows (#513) (0731e99)
2.8.0 (2023-09-11)
- add
Terminal.find
function (#486) (01a84bc) - add name param to ToggleTerm and TermExec (#479) (81ea9f7)
- #487: avoid terminal id collisions in __add (#490) (6bec54e)
- determine custom terminal ids on spawn (#488) (8572917)
- TermExec cmd with config.shell as function (#467) (83871e3)
2.7.1 (2023-07-10)
- handle errors when switching buffer #453 (#454) (029ad96)
- replace vim.wo with nvim_set_option_value (#449) (7da102a)
- terminal: allow resizing hidden terminals (bacbaa7), closes #459
2.7.0 (2023-05-22)
- add a terminal select command (#429) (c8574d7)
- allow changing terminal dir in background (#438) (f5cf0b1)
- float: ensure sidescroll is zero (43b75f4)
2.6.0 (2023-04-09)
2.5.0 (2023-03-31)
- switch persist_mode to false (#410)
- support z-index option for floating windows (#418) (0aa9364)
- switch persist_mode to false (#410) (98e15df)
- terminal: add mechanism to fetch last focused terminal (#411) (bfb7a72)
- release 2.5.0 (f14cbfd)