Releases: folke/noice.nvim
Releases · folke/noice.nvim
v4.4.7
4.4.7 (2024-07-24)
Bug Fixes
v4.4.6
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
4.4.5 (2024-07-22)
Bug Fixes
v4.4.4
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
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
4.4.2 (2024-07-15)
Performance Improvements
- message: replace vim.b.messages with lua variable (#898) (7ecc05d)
v4.4.1
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
4.4.0 (2024-07-06)
Features
- popupmenu: add option to hide scrollbar in popupmenu views. (#686) (cd0cd97)
Bug Fixes
v4.3.1
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
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)