File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 0.3.0] ( https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.3.0 ) - 2022-01-??
7+ ## [ 0.4.0] ( https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.4.0 ) - 2022-01-12
8+ - Added more informations to characters returned by ` get_characters ` method.
9+ - Added ` get_unicode_block_by_name ` and ` get_unicode_script_by_name ` methods.
10+ - Improved ` subset ` unicodes parsing.
11+ - Renamed ` uni ` module to ` unicodedata ` .
12+
13+ ## [ 0.3.0] ( https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.3.0 ) - 2022-01-11
814- Added ` get_unicode_blocks ` method.
915- Added ` get_unicode_scripts ` method.
1016- Changed ` get_name ` and ` set_name ` to read/write both Mac and Windows IDs.
Original file line number Diff line number Diff line change 1212[ ![ ] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
1313
1414# python-fontbro
15- friendly font operations. :billed_cap :
15+ friendly font operations on top of ` fontTools ` . :billed_cap :
1616
1717## Index
1818- [ Installation] ( #installation )
Original file line number Diff line number Diff line change 66__email__ = "fabio.caccamo@gmail.com"
77__license__ = "MIT"
88__title__ = "python-fontbro"
9- __version__ = "0.3 .0"
9+ __version__ = "0.4 .0"
You can’t perform that action at this time.
0 commit comments