Skip to content

Commit

Permalink
chore(release): 4.2.0
Browse files Browse the repository at this point in the history
# [4.2.0](v4.1.0...v4.2.0) (2024-02-20)

### Bug Fixes

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

### Features

* add after_paste_window_ready callback ([646a41e](646a41e)), closes [#197](#197)
  • Loading branch information
semantic-release-bot committed Feb 20, 2024
1 parent 6d7972b commit d0863a0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [4.2.0](https://github.com/mikesmithgh/kitty-scrollback.nvim/compare/v4.1.0...v4.2.0) (2024-02-20)


### Bug Fixes

* add buffer name suffix .ksb_footerbuf to footer ([4f234de](https://github.com/mikesmithgh/kitty-scrollback.nvim/commit/4f234de744cb0e84aa34e1e58654a8348ea96304))
* create separate set_local_defaults function ([2c6812a](https://github.com/mikesmithgh/kitty-scrollback.nvim/commit/2c6812abff7bb440ca4ae08310c6907324786ed4))
* include buffer local mappings when resolving footer keymaps ([af2aa25](https://github.com/mikesmithgh/kitty-scrollback.nvim/commit/af2aa252866d4c29a60b6a9c76ef010ee81f27f5))


### Features

* add after_paste_window_ready callback ([646a41e](https://github.com/mikesmithgh/kitty-scrollback.nvim/commit/646a41ea3d0f4168cdb710833a64237d13fec0ef)), closes [#197](https://github.com/mikesmithgh/kitty-scrollback.nvim/issues/197)

# [4.1.0](https://github.com/mikesmithgh/kitty-scrollback.nvim/compare/v4.0.3...v4.1.0) (2024-02-19)


Expand Down

0 comments on commit d0863a0

Please sign in to comment.