@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
15
## [ 0.24.0] ( https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.24.0 ) - 2024-08-05
8
16
- Add ` get_svg ` method.
9
17
- Add ` is_color ` method.
@@ -17,19 +25,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
25
## [ 0.23.0] ( https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.23.0 ) - 2024-06-23
18
26
- Add ` get_family_classification ` and ` set_family_classification ` methods.
19
27
- Improve ` slugify ` utility function.
20
- - Bump requirements and ` pre-commit ` hooks
28
+ - Bump requirements and ` pre-commit ` hooks.
21
29
22
30
## [ 0.22.0] ( https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.22.0 ) - 2024-05-14
23
31
- Add ` is_monospace ` method.
24
32
- Add ` mypy ` to ` pre-commit ` .
25
33
- Fix ` pyproject ` ` Ruff ` conf warnings.
26
- - Bump requirements and ` pre-commit ` hooks
34
+ - Bump requirements and ` pre-commit ` hooks.
27
35
28
36
## [ 0.21.0] ( https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.21.0 ) - 2024-03-07
29
37
- Add type hints.
30
38
- Add vertical metrics keys available as class properties.
31
39
- Improve code quality.
32
- - Bump requirements and ` pre-commit ` hooks
40
+ - Bump requirements and ` pre-commit ` hooks.
33
41
34
42
## [ 0.20.0] ( https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.20.0 ) - 2024-01-29
35
43
- 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 ` .
0 commit comments