Skip to content

Releases: folke/which-key.nvim

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)

v1.4.0

18 Apr 18:26
94cb020
Compare
Choose a tag to compare

1.4.0 (2023-04-18)

Features

  • view: ensure it's above other floating windows (#442) (9443778)

v1.3.0

17 Apr 15:53
f82ca7f
Compare
Choose a tag to compare

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

17 Apr 06:32
f635738
Compare
Choose a tag to compare

1.2.3 (2023-04-17)

Bug Fixes

  • util: dont parse empty lhs (8d5ab76)
  • util: only collect valid <> keys (#438) (4bd6dca)
  • util: replace &lt;lt&gt; by < before parsing (789ac71)
  • view: allow deviating paddings per side (#400) (3090eaf)

Performance Improvements

v1.2.2

16 Apr 06:00
8b1bb02
Compare
Choose a tag to compare

1.2.2 (2023-04-16)

Performance Improvements

  • mappings: avoid computing error string on hot path (#429) (6892f16)