Skip to content

Latest commit

 

History

History
111 lines (56 loc) · 7.26 KB

CHANGELOG.md

File metadata and controls

111 lines (56 loc) · 7.26 KB

Changelog

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