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-argsremains unchanged and can still be used. ksb_exampleconfigurations 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
KittyScrollbackGenerateKittensand apigenerate_kittensno longer have an option to generateksb_exampleconfigurations.- The command
KittyScrollbackGenerateKittensno longer accepts the bang!modifier - The api
generate_kittenssignature removed theallparameter
- The command
- The reserved
globalconfiguration 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
defaultconfiguration name has been removed. kitty-scrollback.nvim defaults toksb_builtin_get_text_allif no configuration is provided.
- Previously, kitty-scrollback.nvim did not open Neovim with your Neovim configuration by default. This has changed to loading your Neovim