Releases: rcarriga/nvim-notify
Releases · rcarriga/nvim-notify
v3.13.5
3.13.5 (2024-05-17)
Bug Fixes
- do not use the deprecated API vim.tbl_add_reverse_lookup (#270) (d333b6f)
v3.13.4
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
3.13.3 (2024-02-15)
Bug Fixes
- util: abstract different win config structures (#253) (7138c86)
v3.13.2
3.13.2 (2024-01-03)
Bug Fixes
- wrapped-compact: avoid mutating message (1576123)
v3.13.1
3.13.1 (2023-12-28)
Bug Fixes
- only warn for termguicolors if version minor < 10 (#239) (ebcdd82)
v3.13.0
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
3.12.0 (2023-06-05)
Bug Fixes
- render/compact: hide
:
when no title given (#196) (f3024b9)
Features
v3.11.0
3.11.0 (2023-01-18)
Bug Fixes
- make notify work when wiping all buffers with %bw (#167) (cf66cd8)
Features
v3.10.1
3.10.1 (2022-12-06)
Bug Fixes
- notification: reverse lookup level (b005821), closes #161