Releases: rcarriga/nvim-notify
Releases · rcarriga/nvim-notify
v3.15.0
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
wrapped-compact
uses nvim 0.10's inline text for proper padding (#277) (228a969)- Add ability to clear notification history (#248) (0f50e89)
- merge duplicate notifications (#278) (dbe2b8e)
- picker: support for fzf (#302) (c974bfb)
- slide_out animation (#300) (fcb7cc6)