Releases: fabiocaccamo/python-fontbro
Releases · fabiocaccamo/python-fontbro
0.14.8
0.14.7
0.14.6
0.14.5
0.14.4
- Automatically update unicode data once a month.
- Update
unicode-blocks.json
andunicode-scripts.json
data. - Fix unformatted string in
get_characters
method.
0.14.3
- Bump
python-fsutil
requirement.
0.14.2
- Add
ignore_blank
option toget_characters
andget_characters_count
methods. - Fix
Pillow
textsize
method deprecation warning. - Bump requirements.
0.14.1
- Update unicode data.
0.14.0
- Drop
Python 3.7
support. - Add
setup.cfg
(setuptools
declarative syntax) generated usingsetuptools-py2cfg
. - Add
pyupgrade
topre-commit
config. - Bump requirements and actions.
- Pin test requirements.
0.13.0
- Add
Python 3.11
support. - Replace
str.format
withf-strings
. - Remove encoding pragma.
- Remove
python setup.py test
usage. - Bump requirements and actions.