v1.2.0
1.2.0 (2024-01-08)
Features
- add :Fidget ex-command (ecc187e)
- add API function to remove() notification items (df0caf2)
- add update_hook option to notification group Config (0fb9e3f)
- complete group_key from active groups (0e28434)
- deduplicate repeated messages (close #162) (09f0c91)
- history: introduce separate HistoryItem type, with group_name and group_icon (010e4d1)
- history: show notifications history in echo buffer (921ee3f)
- integrate with nvim-tree to avoid collisions (72be8c6), closes #163
- notification: configure skip_history from notification config (580b4e4)
- notification: support notifications history (93d944f)
- poll: convert timetamps to absolute UNIX timestamps (9a8c672)
- progress: omit progress messages from notifications history (4ca2fb1)
- redirect notifications to alternate backends (91eb16f)
Bug Fixes
- don't render hidden items (2b44812)
- history: convert reltime to UNIX time in add_removed (fix #191) (1ba4ed7)
Erratum
This version of Fidget requires Neovim v0.9.0+ (related: 933db45).