- 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