Skip to content

v0.10.1

Latest
Compare
Choose a tag to compare
@bngarren bngarren released this 28 Jul 16:51
b544f3f

0.10.1 (2025-07-28)

⚠ BREAKING CHANGES

Should affect very few users and breaking change is only related to logging.

  • Removes use_buffer opts from config.log. Will just write to log file if use_file is enabled and when logging meets level threshold. This update does make use_file enabled by default with a log level of warn so that users can at least send in debug info if problems occur. Default log file is at vim.fn.stdpath("log") with filename "checkmate.log" (this can be modified with file_path opt).

Code Refactoring

  • organize config, improve logging/debugging(#164) (186228c)