Skip to content

v3.15.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 14:05
· 1 commit to master since this release

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)