Releases: folke/which-key.nvim
Releases · folke/which-key.nvim
v1.4.2
1.4.2 (2023-05-10)
Bug Fixes
- health: update the deprecated function (#453) (12d3b11)
v1.4.1
1.4.1 (2023-05-04)
Bug Fixes
- keys: dont overwrite existing keymaps with a callback. Fixes #449 (4db6bb0)
v1.4.0
1.4.0 (2023-04-18)
Features
- view: ensure it's above other floating windows (#442) (9443778)
v1.3.0
1.3.0 (2023-04-17)
Features
- health: move health check to separate health file (b56c512)
- preset: add
z<CR>
preset (#346) (ed37330)
- preset: added
zi
and CTRL-W_o
(#378) (5e8e6b1)
- view: allow percentages for margins. Fixes #436 (0b5a653)
Bug Fixes
- health: add OK output to check_health fn (#375) (c9c430a)
- keys: allow keymap desc to override preset labels. Fixes #386 (6aa1b2f)
- tree: don't cache plugin nodes. Fixes #441 (20fcd7b)
- util: clear cache when leader changes (df3597f)
- util: missing return statement (f6bb21c)
- util: nil check (6ab25e2)
Performance Improvements
- keys: optimized
update_keymaps
(476d137)
- tree: added fast nodes lookup (8e5e012)
- util: cache parse_keys (8649bf5)
- util: cache replace termcodes (eaa8027)
v1.2.3
1.2.3 (2023-04-17)
Bug Fixes
- util: dont parse empty lhs (8d5ab76)
- util: only collect valid <> keys (#438) (4bd6dca)
- util: replace
<lt>
by <
before parsing (789ac71)
- view: allow deviating paddings per side (#400) (3090eaf)
Performance Improvements
v1.2.2
1.2.2 (2023-04-16)
Performance Improvements
- mappings: avoid computing error string on hot path (#429) (6892f16)
v1.2.1
1.2.1 (2023-03-26)
Bug Fixes
- icons: fixed obsolete icons with nerdfix (151f21d)
- view: wrong window position when statusline is not set (#363) (e14f8dc)
v1.2.0
1.2.0 (2023-03-01)
Features
- enable spelling plugin by default (6d886f4)
- make delay configurable for marks/registers/spelling. Fixes #379. Fixes #152, Fixes #220, Fixes #334 (5649320)
v1.1.1
1.1.1 (2023-02-10)
Bug Fixes
v1.1.0
1.1.0 (2023-01-10)
Features
- Hide mapping when
desc = "which_key_ignore"
(#391) (fd07b61)
Bug Fixes