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 fromconfig.log
. Will just write to log file ifuse_file
is enabled and when logging meetslevel
threshold. This update does makeuse_file
enabled by default with a log level ofwarn
so that users can at least send in debug info if problems occur. Default log file is atvim.fn.stdpath("log")
with filename "checkmate.log" (this can be modified withfile_path
opt).