@@ -4,6 +4,14 @@ 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.25.0] ( https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.25.0 ) - 2025-06-11
8+ - Add` Python 3.13 ` support.
9+ - Drop` Python 3.8 ` and` Python 3.9 ` support.
10+ - Reset file pointer when saving to fileobject.
11+ - Fix typing issues.
12+ - Update` unicode-blocks.json ` and` unicode-scripts.json ` data.
13+ - Bump requirements and` pre-commit ` hooks.
14+
715##[ 0.24.0] ( https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.24.0 ) - 2024-08-05
816- Add` get_svg ` method.
917- Add` is_color ` method.
@@ -17,19 +25,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1725##[ 0.23.0] ( https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.23.0 ) - 2024-06-23
1826- Add` get_family_classification ` and` set_family_classification ` methods.
1927- Improve` slugify ` utility function.
20- - Bump requirements and` pre-commit ` hooks
28+ - Bump requirements and` pre-commit ` hooks.
2129
2230##[ 0.22.0] ( https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.22.0 ) - 2024-05-14
2331- Add` is_monospace ` method.
2432- Add` mypy ` to` pre-commit ` .
2533- Fix` pyproject ` ` Ruff ` conf warnings.
26- - Bump requirements and` pre-commit ` hooks
34+ - Bump requirements and` pre-commit ` hooks.
2735
2836##[ 0.21.0] ( https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.21.0 ) - 2024-03-07
2937- Add type hints.
3038- Add vertical metrics keys available as class properties.
3139- Improve code quality.
32- - Bump requirements and` pre-commit ` hooks
40+ - Bump requirements and` pre-commit ` hooks.
3341
3442##[ 0.20.0] ( https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.20.0 ) - 2024-01-29
3543- Add more vertical metrics:` units_per_em ` ,` y_max ` ,` y_min ` ,` ascent ` ,` descent ` ,` line_gap ` ,` typo_ascender ` ,` typo_descender ` ,` typo_line_gap ` ,` cap_height ` ,` x_height ` ,` win_ascent ` ,` win_descent ` .