Skip to content

Releases: folke/noice.nvim

v4.4.0

07 Jul 07:26
55e6cc7
Compare
Choose a tag to compare

4.4.0 (2024-07-06)

Features

  • popupmenu: add option to hide scrollbar in popupmenu views. (#686) (cd0cd97)

Bug Fixes

v4.3.1

27 Jun 15:34
03c6a75
Compare
Choose a tag to compare

4.3.1 (2024-06-27)

Bug Fixes

  • pkg: and don't set event either (01d57f9)
  • pkg: don't set opts = {}. Too many people manually call setup, so that would break their setup. Sigh.. (bf971a9)

v4.3.0

24 Jun 16:12
d580646
Compare
Choose a tag to compare

4.3.0 (2024-06-23)

Features

  • allow to press Enter to open a window to view message content in telescope (#796) (88ac368)

Bug Fixes

  • cmdline_input: force a border. Set cmdline input view to something else if you don't want inputprompt in a title. Closes #866 (d38ca25)
  • mini: update view options of underlying view. See #685 (7ee3649)
  • scrollbar: fix scrollbar. Fixes #759. Fixes #727 (e292a01)

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)