Skip to content

Latest commit

 

History

History
124 lines (67 loc) · 7.59 KB

CHANGELOG.md

File metadata and controls

124 lines (67 loc) · 7.59 KB

Changelog

1.4.5 (2024-05-19)

Bug Fixes

  • another dummy commit for testing release-please (6ed1fc5)
  • dummy fix commit to trigger release-please (26e24cf)

1.4.4 (2024-05-19)

Bug Fixes

  • another attempt to trigger luarocks workflow (19fa0e7)

1.4.3 (2024-05-18)

Bug Fixes

  • trigger luarocks workflow on release published (ecfb680)

1.4.2 (2024-05-18)

Bug Fixes

  • trigger luarocks workflow on release (c4762f2)

1.4.1 (2024-03-20)

Bug Fixes

  • doc: require Neovim v0.9.0+ (close #225) (933db45)
  • integration: improved avoidance of Test Explorer (xcodebuild.nvim) (#221) (910104a)
  • logger: create log directory on initialization (fix #226) (0d4b47b)
  • missing argument for function (#219) (889028b)
  • progress: use INFO level for all progress notifications (ebb8e44)

1.4.0 (2024-02-14)

Features

  • integration: improved avoidance of Test Explorer window from xcodebuild.nvim plugin (#213) (7d1873a)
  • integration: xcodebuild.nvim integration (#212) (9eb2833), closes #207

Bug Fixes

  • checking for winid value before to evoke it (#203) (53d5b79)
  • notificationa: don't reset x_offset when closing window (d1b2a71)

1.3.0 (2024-02-04)

Features

  • log: auto-prune logs to prevent them from growing indefinitely (e3cb72b)
  • logger: improve LSP progress message logging (f03a2d6)
  • log: log $/progress handler invocations (8d4cd3b)

Bug Fixes

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)

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)

1.0.0 (2023-12-07)

⚠ BREAKING CHANGES

  • reorganize all documentation (fix #144)

doc

Bug Fixes

  • the emoji in the README lol (5be46c8)