Skip to content

v7.1.1

Latest
Compare
Choose a tag to compare
@Nukesor Nukesor released this 05 Apr 20:51
· 2 commits to main since this release
1db4db9

[7.1.1] - 2024-04-05

Fix

  • Fix string width calculation with ANSI escape sequences by switching to the ansi-str crate.
    The previous implementation didn't respect OSC 8 hyperlink style ANSI sequences.
    Implemented by dsully in #137.
  • custom_styling feature now requires tty feature as it should.