Skip to content

Releases: folke/noice.nvim

v4.5.1

18 Sep 18:37
c1ba80c
Compare
Choose a tag to compare

4.5.1 (2024-09-18)

Bug Fixes

  • dont redraw when exiting. Fixes #936. Fixes #921 (8c6a024)
  • hacks: dont close timer multiple times during exit (86a4891)
  • hacks: only redraw cursor when cmdline is active. Fixes #950. Fixes #937. Fixes #923 (3373ab5)

v4.5.0

25 Jul 09:07
448bb9c
Compare
Choose a tag to compare

4.5.0 (2024-07-25)

Features

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