Skip to content

Releases: rcarriga/nvim-notify

v3.15.0

09 Jan 14:05
Compare
Choose a tag to compare

3.15.0 (2025-01-09)

Bug Fixes

  • notify.Config type to not throw warnings at the user (#287) (d66b0af)
  • Corrects copying options from existing notification for boolean values (#296) (255b579)
  • error when attempting to call require('notify.integrations').pick() (#316) (14ea717)
  • improve string width calculation (#247) (85b90b6)
  • Incorrect Extmark Position (#313) (bd9cd51)
  • render/default: remove unnecessary spaces when the icon is empty (#301) (b96d64a)
  • render: handle large messages when calculating line width (#283) (51160f1), closes #247
  • Resizes notification window on replace (#297) (72e4b8a)
  • stages: correct the top-bottom slot limits (#228) (217e0bd), closes #189
  • windows: safe nvim__redraw if closed (1e99f4f)
  • wrapped-compact: fix Invalid 'col': out of range (#310) (c379719)

Features

Performance Improvements

  • mitigate the cursor flickering issue (#298) (3a4e83e)

v3.14.1

27 Dec 18:45
29b33ef
Compare
Choose a tag to compare

3.14.1 (2024-12-27)

Bug Fixes

v3.14.0

22 Sep 16:29
fbef5d3
Compare
Choose a tag to compare

3.14.0 (2024-09-22)

Features

v3.13.5

17 May 15:29
d333b6f
Compare
Choose a tag to compare

3.13.5 (2024-05-17)

Bug Fixes

  • do not use the deprecated API vim.tbl_add_reverse_lookup (#270) (d333b6f)

v3.13.4

17 Feb 09:19
5371f4b
Compare
Choose a tag to compare

3.13.4 (2024-02-17)

Bug Fixes

  • improve correctness of neovim version checking (#259) (8836014)
  • telescope: enable wrap on preview (#255) (5371f4b)

v3.13.3

15 Feb 12:17
7138c86
Compare
Choose a tag to compare

3.13.3 (2024-02-15)

Bug Fixes

  • util: abstract different win config structures (#253) (7138c86)

v3.13.2

03 Jan 15:49
Compare
Choose a tag to compare

3.13.2 (2024-01-03)

Bug Fixes

  • wrapped-compact: avoid mutating message (1576123)

v3.13.1

28 Dec 11:04
ebcdd82
Compare
Choose a tag to compare

3.13.1 (2023-12-28)

Bug Fixes

  • only warn for termguicolors if version minor < 10 (#239) (ebcdd82)

v3.13.0

22 Dec 15:40
Compare
Choose a tag to compare

3.13.0 (2023-12-22)

Bug Fixes

  • check has result == 1 (8904b8b)
  • defer notifications when starting neovim (b8e0a01), closes #209
  • static: disable animation (9485943), closes #218
  • wrapped-compact: default max width (e4a2022), closes #225

Features

v3.12.0

05 Jun 15:27
Compare
Choose a tag to compare

3.12.0 (2023-06-05)

Bug Fixes

  • render/compact: hide : when no title given (#196) (f3024b9)

Features