Releases: jquast/wcwidth
Releases · jquast/wcwidth
Bugfix zero-width support for Hangul Jamo (Korean)
0.2.12 re-release to remove .pyi file misplaced in wheel file
Remove a .pyi
file was misplaced in the wheel file distributed on pypi for 0.2.11, issue #101
0.2.11
0.2.10: bugfix Emojis made wide by Variation Selector-16
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
- 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
Minor changes
- Include requirements files in the source distibution (PR #83).
Full Changelog: 0.2.7...0.2.8
0.2.7
Major changes
- Update Unicode version to 15.1.0 by @GalaxySnail in #77
Minor changes
- Add testing support for Python 3.12 by @hugovk in #72
- Update README by @GalaxySnail in #74
- Update requirements by @GalaxySnail in #73
- Enable GitHub Actions CI by @GalaxySnail in #76
- Prepare release 0.2.7 by @jquast in #78
- Update tox envs in README by @GalaxySnail in #80
- Include bin, docs, and tox.ini in the source distribution by @GalaxySnail in #81
Full Changelog: 0.2.6...0.2.7
0.2.6
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
- @RasmusWL made their first contribution in #43
- @lgtm-com made their first contribution in #63
- @s-t-e-v-e-n-k made their first contribution in #62
Full Changelog: 0.2.5...0.2.6
Remove dependency on pkg_resources
- Do not depend on
pkg_resources
module forlist_versions()
function.
0.2.4 bugfix for xonsh on fedora
- minor "bugfix" to avoid using pkg_resources module on import, 7918f58
- may help xonsh xonsh/xonsh#3607