Skip to content

Latest commit

 

History

History
128 lines (63 loc) · 8.38 KB

CHANGELOG.md

File metadata and controls

128 lines (63 loc) · 8.38 KB

Changelog

1.0.13 (2024-07-15)

Bug Fixes

  • lsp: remove warnings from "Partial Result Progress" (#148) (5314be5)

1.0.12 (2024-05-17)

Bug Fixes

1.0.11 (2024-05-17)

Bug Fixes

  • LspProgress: fix data polled from lsp clients for nvim-0.10 (#137) (d5c9c57)

1.0.10 (2024-04-02)

Bug Fixes

  • fix integration tutorials on lazy dependency issue (#133) (047417b)

1.0.9 (2024-02-24)

Performance Improvements

1.0.8 (2024-02-24)

Performance Improvements

1.0.7 (2024-02-09)

Bug Fixes

1.0.6 (2024-01-11)

Performance Improvements

  • data source: support 'LspProgress' event in v0.10 (#109) (2032169)

1.0.5 (2023-12-08)

Performance Improvements

1.0.4 (2023-11-07)

Bug Fixes

  • format: double percentage '%' for nvim components (#105) (b304f51)

1.0.3 (2023-11-07)

Bug Fixes

  • format: don't use 'string.format' when formatting (#103) (d671304)

1.0.2 (2023-11-07)

Bug Fixes

  • format: fix percentage (%) escape char caused illegal character in lualine (#101) (be18587)

Performance Improvements

1.0.1 (2023-11-07)

Bug Fixes

  • escapes percentages in LSP progress messages (#95) (b9d5002)

1.0.0 (2023-10-09)

Features

Bug Fixes

Performance Improvements

  • cache deduped series (#18) (72967c0)
  • cache deduped series (#15) (fac0b89)
  • migrate heavy CPU work to background to reduce UI blocking (#13) (ad4263c)