Skip to content

Releases: folke/which-key.nvim

v2.1.0

06 Jun 15:08
0539da0
Compare
Choose a tag to compare

2.1.0 (2024-06-06)

Features

  • presets: add descriptions for fold deletion (#504) (53b6085)

Bug Fixes

v2.0.1

06 Jun 12:07
0119a83
Compare
Choose a tag to compare

2.0.1 (2024-06-06)

Bug Fixes

v2.0.0

06 Jun 10:48
91a0c87
Compare
Choose a tag to compare

2.0.0 (2024-06-06)

⚠ BREAKING CHANGES

  • which-key now requires Neovim >= 0.9

Features

  • keys: desc in "<nop>" or "" keymaps can now become prefix label (#522) (c1958e2)
  • mappings: check if desc exists when parsing mappings (#589) (a7ced9f)
  • which-key now requires Neovim >= 0.9 (53ba0ac)

Bug Fixes

  • ignore_missing: not showing key maps with desc field (#577) (928c6c8)
  • is_enabled: disable whichkey in cmdline-window (#581) (26ff0e6)
  • keys: fix buffer-local mapping groups (d87c01c)
  • mappings: dont remove desc (4a7d732)

v1.6.1

31 May 18:42
4b7167f
Compare
Choose a tag to compare

1.6.1 (2024-05-31)

Bug Fixes

  • reg: Added check for OSC 52 to disable related register previews (#604) (8063a7f)
  • small typo in operator description (#528) (d65087b)

v1.6.0

17 Oct 19:11
ce741eb
Compare
Choose a tag to compare

1.6.0 (2023-10-17)

Features

Bug Fixes

v1.5.1

16 Jul 07:06
bf09a25
Compare
Choose a tag to compare

1.5.1 (2023-07-15)

Bug Fixes

  • revert: never overwrite actual keymaps with group names. Fixes #478 Fixes #479 Fixes #480 (fc25407)

v1.5.0

14 Jul 09:18
96e9991
Compare
Choose a tag to compare

1.5.0 (2023-07-14)

Features

  • marks: show filename as label when no label (25babc6)

Bug Fixes

  • keys: don't show empty groups (8503c0d)
  • never overwrite actual keymaps with group names (f61da3a)
  • registers: dont trigger on @. Fixes #466 (65b36cc)

v1.4.3

22 May 14:41
e271c28
Compare
Choose a tag to compare

1.4.3 (2023-05-22)

Bug Fixes

  • health: dont show duplicates between global and buffer-local. It's too confusing (015fdf3)

v1.4.2

10 May 09:03
912ef1a
Compare
Choose a tag to compare

1.4.2 (2023-05-10)

Bug Fixes

  • health: update the deprecated function (#453) (12d3b11)

v1.4.1

04 May 14:21
af8f26b
Compare
Choose a tag to compare

1.4.1 (2023-05-04)

Bug Fixes

  • keys: dont overwrite existing keymaps with a callback. Fixes #449 (4db6bb0)