Skip to content

Releases: folke/noice.nvim

v4.2.2

16 Jun 14:26
8f1d996
Compare
Choose a tag to compare

4.2.2 (2024-06-16)

Bug Fixes

  • hover: ignore invalid markup. Fixes #819 (59e633f)
  • msg: clear existing confirm messages. Fixes #302 (d3d8329)

v4.2.1

15 Jun 08:24
3638abc
Compare
Choose a tag to compare

4.2.1 (2024-06-15)

Bug Fixes

  • cmdline: only use cmdline_input for short prompts without newline. Fixes #856 (d46c4ba)

v4.2.0

13 Jun 15:50
f65b6b7
Compare
Choose a tag to compare

4.2.0 (2024-06-13)

Features

  • cmdline: icon for cmdline input (d21d1d6)
  • cmdline: use cmdline prompt as title. Noice is now great for vim.ui.input out of the box (4c1efad)

Bug Fixes

  • cmdline_input: put in same position as cmdline_popup (e55ce94)
  • cmdline: allow overriding title hl (a5aa639)
  • cmdline: do fix_cursor after calculating cmdline position (ba79352)
  • cmdline: reset title when needed (edd14df)
  • fzf: message id (a9fa1a2)
  • nui: redo layout when border changes (0327de8)

v4.1.0

12 Jun 06:13
b828b57
Compare
Choose a tag to compare

4.1.0 (2024-06-12)

Features

  • added integrations for fzf-lua (1605be3)

Bug Fixes

  • cmdline: make sure search always uses correct view. Fixes #841 (6a8a6de)
  • cmdline: separate cmdline input view (07e8f9c)
  • fzf: use --with-nth and skip message id in the display (ac01164)

v4.0.1

04 Jun 20:17
29c7f03
Compare
Choose a tag to compare

4.0.1 (2024-06-04)

Bug Fixes

  • cmdline: use real cursors on Neovim >= 0.10 (5b5fa91)
  • disable noice on VimLeavePre so that the user can see exit errors (31ec80c)
  • fixup (cfd7aa4)
  • fixup (2bf0429)
  • reduce flickering when searching. See #679 (4e1f9f1)
  • remove smart_move (b6ae820)
  • search IS blocking, but shouldnt trigger redraw. Fixes #345 (b3f08e6)

v4.0.0

29 May 14:18
69c6ad5
Compare
Choose a tag to compare

4.0.0 (2024-05-29)

⚠ BREAKING CHANGES

  • remove cmdpreview hack for nigytly since it's no longer needed there. Update your Nightlies!!

Bug Fixes

  • markdown: ignore empty completion documentation tables (#820) (f119045)
  • remove cmdpreview hack for nigytly since it's no longer needed there. Update your Nightlies!! (49caf99)

v3.0.2

23 May 05:17
2785787
Compare
Choose a tag to compare

3.0.2 (2024-05-22)

Bug Fixes

  • markdown: keys when buf is invalid (0dc97cb)

v3.0.1

18 May 13:03
9f6f6ba
Compare
Choose a tag to compare

3.0.1 (2024-05-18)

Bug Fixes

v3.0.0

18 May 10:12
4a691f6
Compare
Choose a tag to compare

3.0.0 (2024-05-18)

⚠ BREAKING CHANGES

  • bump required Neovim version to >= 0.9

Features

  • bump required Neovim version to >= 0.9 (6c5290a)
  • util: better debug log (217c684)

Bug Fixes

  • cmdline: use other work-around for cmdpreview (6a3721b)
  • msg: add historical messages as a msg_show instead of history so it doesnt popup (b9b4818)
  • ui: dont try updating the ui during textlock (4ef75a3)

v2.1.1

16 May 21:11
2c49d4a
Compare
Choose a tag to compare

2.1.1 (2024-05-16)

Bug Fixes