Skip to content

Releases: wnineg/nvim-notify

v1.0.0

10 Jan 09:18
Compare
Choose a tag to compare

1.0.0 (2025-01-10)

Bug Fixes

  • notify.Config type to not throw warnings at the user (#287) (d66b0af)
  • buffer: clear namespace on render (da10302), closes #71
  • buffer: safe delete (9655936), closes #80
  • catch none syn attr (#19) (118444c)
  • check has result == 1 (8904b8b)
  • check if telescope exists without loading it (#25) (4743b32)
  • compact: correct string length (#307) (29b33ef), closes #292
  • config: catch 'bg' value for background (3f7af58), closes #38
  • config: get base highlights (74eb04d), closes #134
  • config: lower case level (c6ca279), closes #77
  • config: show opacity warning once (8e0ccb0), closes #69
  • config: use level num directly (e51722e)
  • config: warn on 'none' background (2f5559d), closes #19
  • Corrects copying options from existing notification for boolean values (#296) (255b579)
  • defer notifications when starting neovim (b8e0a01), closes #209
  • do not use the deprecated API vim.tbl_add_reverse_lookup (#270) (d333b6f)
  • error when attempting to call require('notify.integrations').pick() (#316) (14ea717)
  • handle missing attributes in normal highlight (8b2ef65)
  • handle unknown level (968d01a), closes #97
  • highlights buffer name (43c54ae), closes #157
  • highlights: redefine when colorscheme changes (#10) (3bace26)
  • highlights: use new treeseitter hl names (070c278), closes #128
  • history: add space between icon and message (#103) (8252aae)
  • history: use MsgArea highlight (712c79e)
  • improve correctness of neovim version checking (#259) (8836014)
  • improve string width calculation (#247) (85b90b6)
  • Incorrect Extmark Position (#313) (bd9cd51)
  • make notify work when wiping all buffers with %bw (#167) (cf66cd8)
  • notification: reverse lookup level (b005821), closes #161
  • only warn for termguicolors if version minor < 10 (#239) (ebcdd82)
  • remove schedule over on_open (2c8f744), closes #26
  • render/compact: hide : when no title given (#196) (f3024b9)
  • render/default: remove unnecessary spaces when the icon is empty (#301) (b96d64a)
  • render: handle large messages when calculating line width (#283) (51160f1), closes #247
  • render: set nowrap on windows (285ff11), closes #1
  • render: use min width config (8038d04), closes #61
  • Resizes notification window on replace (#297) (72e4b8a)
  • set ID on records (#156) (4f5bdfe)
  • set noautocmd in win opts (f0d2aaf), closes #46
  • set winhl only as local option (#74) (5cfbdb2)
  • stages-util: misc alignment calculations (cf5dc4f), closes #124
  • stages-util: more misc alignment issues (dd007d2), closes #124
  • stages: correct the top-bottom slot limits (#228) (217e0bd), closes #189
  • stages: handle messages larger than vim (7936170)
  • stages: use correct anchor (d4a01ee), closes #93
  • static: disable animation (9485943), closes #218
  • support named colours (9ac4202), closes #31
  • telescope: correct body highlight (5e8d494), closes #145
  • telescope: enable wrap on preview (#255) (5371f4b)
  • telescope: error when nothing is selected (#118) ([60bb6bf](60bb6bfd6992549ee5336bb...
Read more