Releases: rcarriga/nvim-notify
Releases · rcarriga/nvim-notify
v2.4.0
2.4.0 (2022-04-11)
Features
v2.3.0
2.3.0 (2022-04-10)
Features
v2.2.2
2.2.2 (2022-04-07)
Bug Fixes
Performance Improvements
v2.2.1
2.2.1 (2022-03-20)
Bug Fixes
- buffer: clear namespace on render (da10302), closes #71
v2.2.0
2.2.0 (2022-03-19)
Features
- use width of extmarks for window width (2c93e29), closes #68
v2.1.1
2.1.1 (2022-03-19)
Bug Fixes
- config: show opacity warning once (8e0ccb0), closes #69
v2.1.0
2.1.0 (2022-03-02)
Features
- silently dismiss pending notifications (#64) (f81b48d)
v2.0.0
2.0.0 (2022-02-20)
Features
- replace and hide_from_history options (#59) (57093e9), closes #43
BREAKING CHANGES
- Async return value now nests events under
events
key.
Adds the ability to replace existing notifications and omit
notifications from the history.
v1.19.1
1.19.1 (2022-02-16)
Bug Fixes
- render: use min width config (8038d04), closes #61