Skip to content

Releases: folke/noice.nvim

v4.4.7

24 Jul 16:50
d9328ef
Compare
Choose a tag to compare

4.4.7 (2024-07-24)

Bug Fixes

  • hacks: better on_module (c2ba96e)

v4.4.6

24 Jul 05:39
aaaef36
Compare
Choose a tag to compare

4.4.6 (2024-07-24)

Bug Fixes

  • health: dont check health on startup (9df2913)
  • text: deal with invalid extmark offsets. Fixes #875 (15d63b8)

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)