Skip to content

Latest commit

 

History

History
54 lines (28 loc) · 2.95 KB

CHANGELOG.md

File metadata and controls

54 lines (28 loc) · 2.95 KB

Changelog

1.5.0 (2022-12-21)

Features

  • added Filter.cond to conditionally use a route (29a2e05)
  • format: allow config.format.level.icons to be false. Fixes #274 (aa68eb6)

Bug Fixes

  • correctly apply padding based on four numbers (c9c1fbd)
  • nui: removed work-around for padding and border style shadow (4f34d33)

1.4.2 (2022-12-16)

Bug Fixes

  • debug: calculate stacktrace outisde of vim schedule to make it useful (a5de1ca)
  • debug: only concat debug info that is a string (78ec5c6)
  • nui: remove border text when style is nil, "none", or "shadow" (d85a4d0)
  • nui: remove padding when border is shadow (1515007)

1.4.1 (2022-12-03)

Bug Fixes

  • scrollbar destructs itself, so make a copy to see if there are any remnants left (8d80a69)
  • stop processing messages when Neovim is exiting. Fixes #237 (8c8acf7)

1.4.0 (2022-12-03)

Features

  • added support for <pre>{lang} code blocks used in the Neovim codebase (de48a45)

Bug Fixes

  • check if loader returned a function before loading (66946c7)
  • reset preloader before trying to load the module (08655e9)

1.3.1 (2022-12-01)

Bug Fixes

  • dont error if cmp not loaded when overriding (4bae487)
  • wait to override cmp till it loaded (712180f)