Releases: folke/which-key.nvim
Releases · folke/which-key.nvim
v3.15.0
3.15.0 (2024-12-15)
Features
- icons: icons for snacks and profiler (d533d8a)
Bug Fixes
- config: load early when executing WhichKey command. Fixes #912 (c890020)
v3.14.1
3.14.1 (2024-11-28)
Bug Fixes
- state: do proper redraw that works on nightly and on stable (3a9b162)
v3.14.0
3.14.0 (2024-11-28)
Features
Bug Fixes
- state: use redraw flush to prevent issues with selecting visual line etc. Fixes #898 (3974c2d)
- triggers: when in macro defer re-checking suspended for 100ms. Fixes #864 (f46556b)
Performance Improvements
- state: only redraw when waiting for a key longer than 200ms (1c5aeba)
- tree: small perf optims (5610eb6)
v3.13.3
3.13.3 (2024-09-18)
Bug Fixes
- config: disable wk by default for terminal mode (#825) (e7b415c)
- triggers: never attach when macro is recording / executing. Fixes #851. Fixes #822. Fixes #807 (6b023b4)
- view: display actual scroll up/down keys in help (#821) (dafe27a)
v3.13.1
3.13.1 (2024-07-24)
Bug Fixes
- state: better current buf/mode check (711453b)
- state: deal with the fact that ModeChanged doesn't always seems to trigger. Fixes #787 (388bd3f)
v3.13.0
3.13.0 (2024-07-24)
Features
- debug: add git info to log when using lazy (550338d)
v3.12.1
3.12.1 (2024-07-24)
Bug Fixes
- node: dynamic mappings only support functions as rhs. Fixes #790 (ba91db7)
- state: use cached mode. Fixes #787. Closes #789 (c1b062a)
- triggers: check for existing keymaps in the correct buffer. Fixes #783 (977fa23)
- triggers: nil error (dae3bd2)
v3.12.0
3.12.0 (2024-07-22)
Features
Bug Fixes
- dont expand nodes without children. Fixes #782 (53a1d2a)