Added
zk config --list <object>(by @andrebauer, 484)
Fixed
- Ignore commented links for LSP diagnostics. Use an AST to parse files, fixing
other similar edge cases. (by @WhyNotHugo, 638) - Links in markdown footnotes now included in :ZkLinks (by @WhyNotHugo, 639)
- Indexing notebook now 35% and 74% faster for full and incremental indexing
respectively (by @WhyNotHugo, 642) - Stop crashing lsp server when server received
textDocument/completionrequest with out of range parameters. (by @virusbb001, 667) - lsp: Provide completion after [[ on lines with multi-byte characters (by @virusbb001, 671)
- Prevent crash in LookForward when the parameters is out of characters number. (by @virusbb001, 673)