Skip to content

Releases: folke/noice.nvim

v1.9.2

12 Mar 17:37
e2a04d4
Compare
Choose a tag to compare

1.9.2 (2023-03-12)

Bug Fixes

  • cmdline: make sure cursor is always visible (2f0a427)
  • config: allow overriding options set by presets (5a1bf17)
  • config: correctly set the presets (e5cb84f)

v1.9.1

03 Mar 22:35
c226516
Compare
Choose a tag to compare

1.9.1 (2023-03-03)

Bug Fixes

  • health: correctly check if lsp.message is enabled (#381) (1ff6b10)

v1.9.0

03 Mar 19:13
38e42e1
Compare
Choose a tag to compare

1.9.0 (2023-03-03)

Features

  • lsp: fallback to buffer filetype for code blocks without lang. Fixes #378 (cab2c80)

Bug Fixes

  • treesitter: use the new treesitter ft to lang API if availble. Fixes #378 (36d141b)

v1.8.3

02 Mar 06:51
f148923
Compare
Choose a tag to compare

1.8.3 (2023-03-02)

Bug Fixes

  • notify: take col offsets into account for nvim-notify renderers. Fixes #375 (20596d9)

v1.8.2

07 Feb 21:03
d8a1f30
Compare
Choose a tag to compare

1.8.2 (2023-02-07)

Bug Fixes

  • signature: when loading, attach to existing lsp clients. Fixes #342 (f69f1a5)

v1.8.1

06 Feb 21:18
a83b5fb
Compare
Choose a tag to compare

1.8.1 (2023-02-06)

Bug Fixes

v1.8.0

25 Jan 08:12
bf83a2d
Compare
Choose a tag to compare

1.8.0 (2023-01-24)

Features

Bug Fixes

v1.7.1

23 Jan 19:59
7938017
Compare
Choose a tag to compare

1.7.1 (2023-01-23)

Bug Fixes

  • nui: make sure nui recreates buffer and window when needed (3e6dfd8)
  • nui: mount if buffer is no longer valid (71d7b5c)
  • nui: set mounted=false if buffer is no longer valid (3353a7a)

Performance Improvements

  • make noice a bit more robust when exiting to prevent possible delays on exit (35e3664)

v1.7.0

14 Jan 14:05
e8f0cdc
Compare
Choose a tag to compare

1.7.0 (2023-01-14)

Features

  • ui: added hybrid messages functionality, but not needed for now (addc0a2)

Bug Fixes

  • swap: additionally check for updates when a swap file was found (1165d3e)
  • ui: work-around for segfaults in TUI. Fixes #298 (176ec31)

v1.6.2

13 Jan 21:19
78047d4
Compare
Choose a tag to compare

1.6.2 (2023-01-13)

Bug Fixes

  • ui_attach: dont update router during ext_messages and disable/enable Noice during confirm. #298 (a4cbc0f)