Skip to content

Commit 5d5bde9

Browse files
chore(main): release 3.14.0 (#860)
🤖 I have created a release *beep* *boop* --- ## [3.14.0](v3.13.3...v3.14.0) (2024-11-28) ### Features * **icons:** add grapple icon ([#838](#838)) ([c21b71f](c21b71f)) ### Bug Fixes * **state:** use redraw flush to prevent issues with selecting visual line etc. Fixes [#898](#898) ([3974c2d](3974c2d)) * **triggers:** when in macro defer re-checking suspended for 100ms. Fixes [#864](#864) ([f46556b](f46556b)) ### Performance Improvements * **state:** only redraw when waiting for a key longer than 200ms ([1c5aeba](1c5aeba)) * **tree:** small perf optims ([5610eb6](5610eb6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8468c4c commit 5d5bde9

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.github/.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.13.3"
2+
".": "3.14.0"
33
}

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [3.14.0](https://github.com/folke/which-key.nvim/compare/v3.13.3...v3.14.0) (2024-11-28)
4+
5+
6+
### Features
7+
8+
* **icons:** add grapple icon ([#838](https://github.com/folke/which-key.nvim/issues/838)) ([c21b71f](https://github.com/folke/which-key.nvim/commit/c21b71ff0bc4e516705811ec6916131e880cb882))
9+
10+
11+
### Bug Fixes
12+
13+
* **state:** use redraw flush to prevent issues with selecting visual line etc. Fixes [#898](https://github.com/folke/which-key.nvim/issues/898) ([3974c2d](https://github.com/folke/which-key.nvim/commit/3974c2d21b117236ec4f5be4e61a9e4f02aa4c46))
14+
* **triggers:** when in macro defer re-checking suspended for 100ms. Fixes [#864](https://github.com/folke/which-key.nvim/issues/864) ([f46556b](https://github.com/folke/which-key.nvim/commit/f46556b2b1bb7dbbd3b1086eaa24ca5db52b1986))
15+
16+
17+
### Performance Improvements
18+
19+
* **state:** only redraw when waiting for a key longer than 200ms ([1c5aeba](https://github.com/folke/which-key.nvim/commit/1c5aeba42861a2cd446156ec8cbb7e7a5b5a9dfd))
20+
* **tree:** small perf optims ([5610eb6](https://github.com/folke/which-key.nvim/commit/5610eb6bd7193e78d31eb399effacd2dfc25dedf))
21+
322
## [3.13.3](https://github.com/folke/which-key.nvim/compare/v3.13.2...v3.13.3) (2024-09-18)
423

524

lua/which-key/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---@field triggers {mappings: wk.Mapping[], modes: table<string,boolean>}
33
local M = {}
44

5-
M.version = "3.13.3" -- x-release-please-version
5+
M.version = "3.14.0" -- x-release-please-version
66

77
---@class wk.Opts
88
local defaults = {

0 commit comments

Comments
 (0)