Releases: jquast/wcwidth
Releases · jquast/wcwidth
0.6.0
0.5.3
0.5.2
0.5.1
0.5.0
- Drop Support of many historical versions of wide and zero unicode tables. Only the latest Unicode version (17.0.0) is now shipped. The related
unicode_version='auto'keyword of thewcwidth()-family of functions are ignored.list_versions()always returns a tuple of only a single element of the only unicode version supported. #195 - Performance improvement of most common call without version or ambiguous_width specified by 20%. #195
- New Function
propagate_sgr()for applying SGR state propagation to a list of lines. #194 - Improved
wrap()andclip()withpropagate_sgr=True. #194 - Bugfix
clip()zero-width characters at clipping boundaries. #194 - Bugfix OSC Hyperlinks when broken mid-text by
wrap(). #193
Full Changelog: 0.4.0...0.5.0
0.4.0
0.3.5
- Re-stamp package version correctly, 0.3.4 packaged a failing test
Full Changelog: 0.3.4...0.3.5
0.3.4
0.3.3
0.3.2
- type hinting for full
mympy --strictcompliance, by @penguinolog #183
Full Changelog: 0.3.1...0.3.2