github iwe-org/iwe iwe-v0.1.9
v0.1.9

latest releases: iwec-v0.1.9, iwes-v0.1.9
3 hours ago

iwes

Fixed

  • textDocument/definition and textDocument/hover now resolve links correctly in documents containing multi-byte characters (previously returned empty results due to byte-vs-character offset mismatch)

liwe

Fixed

  • InlineRange character positions now use character offsets instead of byte offsets, fixing link_at/url_at position lookups in documents containing multi-byte characters
  • line_starts now counts actual \n byte positions instead of using str::lines().len() + 1, fixing line offset calculations for \r\n line endings

Don't miss a new iwe release

NewReleases is sending notifications on new releases.