Skip to content

Releases: folke/noice.nvim

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)

v1.6.1

11 Jan 20:01
ca9bbf0
Compare
Choose a tag to compare

1.6.1 (2023-01-10)

Bug Fixes

  • show unstable message after loading noice (2613a16)

v1.6.0

10 Jan 10:05
567ad5b
Compare
Choose a tag to compare

1.6.0 (2023-01-10)

Features

  • show warning when running with TUI rework (cf2231b)

v1.5.2

01 Jan 12:25
256ec73
Compare
Choose a tag to compare

1.5.2 (2023-01-01)

Bug Fixes

  • treesitter: only disable injections for php and html (0e1bf11)

v1.5.1

31 Dec 12:15
661495a
Compare
Choose a tag to compare

1.5.1 (2022-12-31)

Bug Fixes

  • dont error in checkhealth if nvim-treesitter is not installed (044767a)
  • health: dont use nvim-treesitter to check if a lang exists (585d24e)
  • notify_send: properly close file descriptors from spwaning notifysend (f5132fa)
  • nui: dont trigger autocmds when doing zt (d176765)
  • popupmenu: replace any newlines by space. Fixes #265 (5199089)
  • treesitter: dont allow recursive injections. Fixes #286 (a31b41a)

v1.5.0

21 Dec 14:20
4e03e16
Compare
Choose a tag to compare

1.5.0 (2022-12-21)

Features

  • added Filter.cond to conditionally use a route (29a2e05)
  • format: allow config.format.level.icons to be false. Fixes #274 (aa68eb6)

Bug Fixes

  • correctly apply padding based on four numbers (c9c1fbd)
  • nui: removed work-around for padding and border style shadow (4f34d33)

v1.4.2

16 Dec 11:33
e7ca271
Compare
Choose a tag to compare

1.4.2 (2022-12-16)

Bug Fixes

  • debug: calculate stacktrace outisde of vim schedule to make it useful (a5de1ca)
  • debug: only concat debug info that is a string (78ec5c6)
  • nui: remove border text when style is nil, "none", or "shadow" (d85a4d0)
  • nui: remove padding when border is shadow (1515007)