toggleterm.nvim/CHANGELOG.md
github-actions[bot] 48be57eaba
chore(main): release 2.12.0 (#589)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-07-17 17:12:02 +01:00

7.6 KiB

Changelog

2.12.0 (2024-06-25)

Features

2.11.0 (2024-04-22)

Features

  • add string array support to open_mapping setting. (#557) (5ec59c3)
  • support the CR for nushell (#561) (72d2aa2)

Bug Fixes

2.10.0 (2024-02-12)

Features

Bug Fixes

  • send_lines_to_terminal now honours ID variable when trim_spaces = false (#541) (63ac4c8)

2.9.0 (2023-12-06)

Features

  • allow operator mapping to send to terminal (#507) (5b84866)

Bug Fixes

2.8.0 (2023-09-11)

Features

Bug Fixes

  • #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)

Reverts

  • determine custom terminal ids on spawn (#488) (0e4dcb8)

2.7.1 (2023-07-10)

Bug Fixes

2.7.0 (2023-05-22)

Features

Bug Fixes

  • float: ensure sidescroll is zero (43b75f4)

2.6.0 (2023-04-09)

Features

  • config: allow shell parameter to be a function (#423) (a7857b6)

2.5.0 (2023-03-31)

⚠ BREAKING CHANGES

  • switch persist_mode to false (#410)

Features

  • 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)

Miscellaneous Chores