Skip to content

Releases: folke/which-key.nvim

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)

v1.2.1

26 Mar 10:39
4b73390
Compare
Choose a tag to compare

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

02 Mar 06:51
2a0c2d8
Compare
Choose a tag to compare

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

10 Feb 17:16
5224c26
Compare
Choose a tag to compare

1.1.1 (2023-02-10)

Bug Fixes

v1.1.0

11 Jan 20:01
16ed12a
Compare
Choose a tag to compare

1.1.0 (2023-01-10)

Features

  • Hide mapping when desc = "which_key_ignore" (#391) (fd07b61)

Bug Fixes