Skip to content

Releases: j-hui/fidget.nvim

v1.2.0

08 Jan 06:45
3a93300
Compare
Choose a tag to compare

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).

v1.1.0

08 Dec 10:24
300018a
Compare
Choose a tag to compare

1.1.0 (2023-12-08)

Features

  • public progress API for non-lsp use cases (#178) (d81cc08)

Bug Fixes

  • ci: do not add lemmy-help binary in CI (e1ecc2d)
  • doc: generate link instead of tag in ToC (3f5a5bb)
  • docs badge link (fd95ef3)

Erratum

This version of Fidget requires Neovim v0.9.0+ (related: 933db45).

v1.0.0

07 Dec 04:40
fa1445f
Compare
Choose a tag to compare

1.0.0 (2023-12-07)

⚠ BREAKING CHANGES

  • reorganize all documentation (fix #144)

doc

Bug Fixes

  • the emoji in the README lol (5be46c8)

Erratum

This version of Fidget requires Neovim v0.9.0+ (related: 933db45).

v0.0.0

07 Dec 04:20
Compare
Choose a tag to compare

This release represents the "initial" release of Fidget, post rewrite (#143), but before it adopted any kind of versioning.

Erratum

This version of Fidget requires Neovim v0.9.0+ (related: 933db45).

Legacy

07 Dec 04:18
Compare
Choose a tag to compare
Legacy Pre-release
Pre-release

State of Fidget before the rewrite in #131