Skip to content

Releases: jquast/wcwidth

Bugfix zero-width support for Hangul Jamo (Korean)

06 Jan 02:17
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Do not depend on pkg_resources module for list_versions() function.

0.2.4 bugfix for xonsh on fedora

11 Jun 02:42
Compare
Choose a tag to compare