Skip to content

v0.5.0-beta2

Compare
Choose a tag to compare
@ethangreen-dev ethangreen-dev released this 24 Apr 14:13
· 107 commits to master since this release
0f97d12

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 a line_to_byte call with line_to_char, which would then be valid for use in subsequent rope mutations.

Full Changelog: v0.5.0-beta1...v0.5.0-beta2