Skip to content

Latest commit

 

History

History
95 lines (46 loc) · 4.65 KB

File metadata and controls

95 lines (46 loc) · 4.65 KB

Changelog

0.8.0 (2026-04-03)

Features

  • lspecho: add kind and status to LSP progress echo (b7a4832)
  • remove bufcomplete and cmdcomplete plugins (ad70500)

0.7.0 (2025-08-26)

Features

  • difftool: disable rename detection by default (#12) (9723854)

0.6.0 (2025-08-24)

Features

  • bookmarks: use native marks for bookmarks (#8) (d73b228)
  • diftool: improve performance and delay initialization (e697061)

Bug Fixes

  • difftool: improve performance slightly more (#11) (cc5c06a)
  • difftool: use current quickfix index for diff entry (bf8a96c)

0.5.0 (2025-08-09)

Features

  • lsp: add lspdocs and rename signature to lspsignature (4f90e09)

0.4.1 (2025-08-07)

Bug Fixes

  • plugin: improve error reporting and httpyac exec cwd (f1e4b3e)

0.4.0 (2025-04-16)

Features

  • improve http buffer display and error handling (2ad781c)
  • rooter: add exrc markers (45b3e48)

Bug Fixes

  • add error handler to buffer completion callback (9726738)

0.3.0 (2025-03-28)

Features

  • add --no-color flag to httpyac command (80cc2a7)
  • httpyac: add plugin for running http files (6fe5032)
  • remove cursorhold diagnostic float (86d847b)
  • ui: add window zoom toggle functionality (05f2bbc)

0.2.1 (2025-03-18)

Bug Fixes

  • add missing setup function to bookmarks plugin (2b6b677)

0.2.0 (2025-03-18)

Features

  • add bookmarks plugin using quickfix lists (dd67324)
  • session: save and restore quickfix lists with sessions (1bf137c)

Bug Fixes

  • handle empty quickfix list in bookmark navigation (b0be3c8)
  • improve LSP completion fallback handling (aab6832)

0.1.0 (2025-03-15)

Features

  • cmdcomplete: add compatibility check for Neovim 0.11.0 (67c93b3)