Skip to content

Releases: jquast/wcwidth

0.2.14

22 Sep 16:27

Choose a tag to compare

0.2.14 2025-09-22

  • Drop Support for Python 2.7 and 3.5. PR #117.
  • Update tables to include Unicode Specifications 16.0.0 and 17.0.0.
    PR #146.
  • Bugfix U+00AD SOFT HYPHEN should measure as 1, versions 0.2.9 through
    0.2.13 measured as 0. PR #149.

Full Changelog: 0.2.13...0.2.14

Bugfix zero-width support for Hangul Jamo (Korean)

06 Jan 02:17

Choose a tag to compare

  • Bugfix zero-width support for Hangul Jamo (Korean) #111

0.2.12 re-release to remove .pyi file misplaced in wheel file

21 Nov 19:56

Choose a tag to compare

Remove a .pyi file was misplaced in the wheel file distributed on pypi for 0.2.11, issue #101

0.2.11

21 Nov 02:39

Choose a tag to compare

Include tests files in the source distribution (PR #98, PR #100).

0.2.10: bugfix Emojis made wide by Variation Selector-16

13 Nov 21:52
42e7af8

Choose a tag to compare

0.2.10 2023-11-13

  • Bugfix accounting of some kinds of emoji sequences using U+FE0F
    Variation Selector 16 (PR #97).
  • Updated Specification.

0.2.9: Improved zero-width support

30 Oct 20:45

Choose a tag to compare

  • Bugfix zero-width characters used in Emoji ZWJ sequences, Balinese,
    Jamo, Devanagari, Tamil, Kannada and others (PR #91).
  • Updated to include a Specification of character measurements.

0.2.8

30 Sep 07:27
2c9ab7c

Choose a tag to compare

Minor changes

  • Include requirements files in the source distibution (PR #83).

Full Changelog: 0.2.7...0.2.8

0.2.7

28 Sep 23:58
8265a20

Choose a tag to compare

Major changes

Minor changes

Full Changelog: 0.2.6...0.2.7

0.2.6

15 Jan 04:10
f0232e5

Choose a tag to compare

What's Changed

  • Fix example for str.rjust(20, '_') by @RasmusWL in #43
  • Bugfix sphinx build on readthedocs.org by @jquast in #53
  • Add CodeQL workflow for GitHub code scanning by @lgtm-com in #63
  • Switch to using importlib.metadata by @s-t-e-v-e-n-k in #62
  • Use a new jinja2 templating process to update library to latest unicode (15.0) by @jquast in #61

New Contributors

Full Changelog: 0.2.5...0.2.6

Remove dependency on pkg_resources

23 Jun 16:09
29c32b3

Choose a tag to compare

  • Do not depend on pkg_resources module for list_versions() function.