Skip to content

Releases: mikesmithgh/kitty-scrollback.nvim

v4.2.1

20 Feb 21:43
Compare
Choose a tag to compare

4.2.1 (2024-02-20)

Bug Fixes

  • adjust tmux position based on status option and add .ksb_errorbuf (a55226d)

v4.2.0

20 Feb 05:30
Compare
Choose a tag to compare

4.2.0 (2024-02-20)

Bug Fixes

  • add buffer name suffix .ksb_footerbuf to footer (4f234de)
  • create separate set_local_defaults function (2c6812a)
  • include buffer local mappings when resolving footer keymaps (af2aa25)

Features

  • add after_paste_window_ready callback (646a41e), closes #197

v4.1.0

19 Feb 03:08
Compare
Choose a tag to compare

4.1.0 (2024-02-19)

Features

v4.0.3

10 Feb 01:27
Compare
Choose a tag to compare

4.0.3 (2024-02-10)

Bug Fixes

  • print configs for KittyScrollbackGenerateKittens if headless mode (#190) (fca2b05), closes #189

v4.0.2

01 Feb 21:41
Compare
Choose a tag to compare

4.0.2 (2024-02-01)

Bug Fixes

  • fallback to kitty colors when Normal hl is undefined (#185) (0d2e76f), closes #181

v4.0.1

31 Jan 14:16
Compare
Choose a tag to compare

4.0.1 (2024-01-31)

Bug Fixes

v4.0.0

29 Jan 02:00
Compare
Choose a tag to compare

4.0.0 (2024-01-29)

BREAKING CHANGES

  • kitty-scrollback.nvim loads your Neovim configuration by default. Previous versions of kitty-scrollback.nvim, did not load any configurations or plugins by default.

    • Previously, kitty-scrollback.nvim did not open Neovim with your Neovim configuration by default. This has changed to loading your Neovim
      configuration by default, with the ability to opt out. If you prefer to continue not loading your Neovim configuration, then follow the
      steps at No Configuration.
    • If you previously used the flag --no-nvim-args, then delete it from your configuration because it no longer has any effect. The flag
      --nvim-args remains unchanged and can still be used.
    • ksb_example configurations have been removed and can no longer be referenced by name. If you were previously referencing an example configuration
      by name, then you can manually copy it from ./tests/example.lua into your kitty-scrollback.nvim configuration. See
      Plugin Configuration for detailed instructions on configuration kitty-scrollback.nvim.
    • The command KittyScrollbackGenerateKittens and api generate_kittens no longer have an option to generate ksb_example configurations.
      • The command KittyScrollbackGenerateKittens no longer accepts the bang ! modifier
      • The api generate_kittens signature removed the all parameter
    • The reserved global configuration name has been removed and global options are now configured by the first element of the options table without a key.
      See Global Configuration for more details.
    • The undocumented reserved default configuration name has been removed. kitty-scrollback.nvim defaults to ksb_builtin_get_text_all if no configuration is provided.

v3.2.1

23 Jan 16:55
Compare
Choose a tag to compare

3.2.1 (2024-01-23)

Bug Fixes

  • create empty buffer when first buffer has content (#169) (ba68807)

v3.2.0

20 Jan 03:52
Compare
Choose a tag to compare

3.2.0 (2024-01-20)

Features

  • add the env variable KITTY_SCROLLBACK_NVIM (#166) (c598ff9)

v3.1.6

10 Jan 20:41
Compare
Choose a tag to compare

3.1.6 (2024-01-10)

Bug Fixes