What's Changed
- Fix bad pattern text insert due to Rope byte API use mixup by @ethangreen-dev in #14
This was causing patch payload insertion offsets to "drift" over time due to the dynamic size of unicode chars. Fixing this entailed replacing aline_to_byte
call withline_to_char
, which would then be valid for use in subsequent rope mutations.
Full Changelog: v0.5.0-beta1...v0.5.0-beta2