Skip to content

Releases: folke/noice.nvim

v4.4.5

22 Jul 07:48
b97852e
Compare
Choose a tag to compare

4.4.5 (2024-07-22)

Bug Fixes

v4.4.4

21 Jul 13:53
5fd435c
Compare
Choose a tag to compare

4.4.4 (2024-07-21)

Bug Fixes

  • hacks: schedule fixing cmp. Fixes #910 (b7515c0)
  • remove a bunch of hacks that are no longer needed (5e55d0d)

Performance Improvements

  • scrollbar: only show when needed (7723c2b)

v4.4.3

17 Jul 10:55
29b63a8
Compare
Choose a tag to compare

4.4.3 (2024-07-16)

Bug Fixes

  • mini: no need to show scrollbar (c661f95)
  • syntax: prevent invalid group names. Closes #903 (3b5ea55)

v4.4.2

15 Jul 13:46
d53a913
Compare
Choose a tag to compare

4.4.2 (2024-07-15)

Performance Improvements

  • message: replace vim.b.messages with lua variable (#898) (7ecc05d)

v4.4.1

12 Jul 20:14
1cbf3a4
Compare
Choose a tag to compare

4.4.1 (2024-07-12)

Bug Fixes

  • views: show confirm at the top so it doesn't obscure the buffer (2a97893)

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)