Skip to content

Releases: mikesmithgh/kitty-scrollback.nvim

v2.1.1

10 Nov 03:36
Compare
Choose a tag to compare

2.1.1 (2023-11-10)

Bug Fixes

  • set nvim terminal colors to match kitty (#51) (0971ab0), closes #49

v2.1.0

06 Nov 00:50
Compare
Choose a tag to compare

2.1.0 (2023-11-06)

Features

  • add ability to customize Visual highlight (#45) (b2ca294)

v2.0.0

01 Nov 03:30
Compare
Choose a tag to compare

2.0.0 (2023-11-01)

  • feat!: use kitty_mod for keymaps (8e652bf), closes #30
  • feat!: replace config-file with config name (e16e96a), closes #16 #12 #2

BREAKING CHANGES

  • The default mapping keys changed from ctrl+shift to kitty_mod.
  • If you are using the default value for kitty_mod of ctrl+shift, then no change is needed.
  • If you are using a different value for kitty_mod, then you should correct any potential mapping conflicts that may occur
    now that kitty-scrollback.nvim is using kitty_mod.
  • The --config-file option has been removed.
    Custom configurations are now supplied in the setup() function instead
    of separate config file. The config name correspondes to the key of
    the table provided to setup().

v1.1.10

24 Oct 17:54
Compare
Choose a tag to compare

1.1.10 (2023-10-24)

Bug Fixes

  • fallback to opts if no shell integration env (#37) (858f1e3)

v1.1.9

15 Oct 03:24
Compare
Choose a tag to compare

1.1.9 (2023-10-15)

Bug Fixes

  • set initial cursor position on pastewin close (#34) (bb98562)

v1.1.8

15 Oct 02:58
Compare
Choose a tag to compare

1.1.8 (2023-10-15)

Bug Fixes

  • use set title to remove process exited msg (#33) (684dd83)

v1.1.7

01 Oct 19:12
Compare
Choose a tag to compare

1.1.7 (2023-10-01)

Bug Fixes

v1.1.6

01 Oct 01:25
Compare
Choose a tag to compare

1.1.6 (2023-10-01)

Bug Fixes

  • reattempt kitty window close and get-colors (#28) (abc677a), closes #20

v1.1.5

29 Sep 18:55
Compare
Choose a tag to compare

1.1.5 (2023-09-29)

Bug Fixes

  • disable opening scrollback if already open (#27) (b78242d)

v1.1.4

28 Sep 16:29
Compare
Choose a tag to compare

1.1.4 (2023-09-28)

Bug Fixes

  • healthcheck: add fallback logic for < 0.10 closes #23 (#26) (f1e8c40)