Skip to content

Releases: folke/which-key.nvim

v3.15.0

15 Dec 08:59
8ab96b3
Compare
Choose a tag to compare

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

28 Nov 14:33
9b365a6
Compare
Choose a tag to compare

3.14.1 (2024-11-28)

Bug Fixes

  • state: do proper redraw that works on nightly and on stable (3a9b162)

v3.14.0

28 Nov 14:21
5d5bde9
Compare
Choose a tag to compare

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

18 Sep 18:38
fb07034
Compare
Choose a tag to compare

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.2

24 Jul 22:00
6c1584e
Compare
Choose a tag to compare

3.13.2 (2024-07-24)

Bug Fixes

v3.13.1

24 Jul 16:50
058486e
Compare
Choose a tag to compare

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

24 Jul 06:30
c5e7993
Compare
Choose a tag to compare

3.13.0 (2024-07-24)

Features

  • debug: add git info to log when using lazy (550338d)

v3.12.1

24 Jul 05:39
4dc2237
Compare
Choose a tag to compare

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

22 Jul 16:42
48cdaaa
Compare
Choose a tag to compare

3.12.0 (2024-07-22)

Features

Bug Fixes

  • dont expand nodes without children. Fixes #782 (53a1d2a)

v3.11.1

21 Jul 13:54
c74c245
Compare
Choose a tag to compare

3.11.1 (2024-07-21)

Bug Fixes