mirror of
https://github.com/google/fonts.git
synced 2024-12-17 21:51:52 +03:00
a2b0d67270
and simplify API usage.
18 lines
1.2 KiB
Markdown
18 lines
1.2 KiB
Markdown
Below are the most important changes from each release.
|
|
|
|
## 0.2.0 (2022-Mar-14)
|
|
- Remove pre-processing of fallback names and simplify API
|
|
|
|
## 0.1.1 (2022-Mar-14)
|
|
- Fix typos on cursive and monospace axes descriptions.
|
|
- Remove space characteres from fallback name entries of all axes. (issue #7)
|
|
- Update `min_value` and `default_value` on **y_transparent_uppercase**.
|
|
|
|
|
|
## 0.1.0 (2022-Mar-04)
|
|
### Release notes
|
|
- Initial release of the `axisregistry` python module.
|
|
- Most of the code & data was migrated from the [`fontbakery`](https://github.com/googlefonts/fontbakery/) and [`google/fonts`](https://github.com/google/fonts/) git repositories so that the GF Axis Registry data can be easily available to all our tools. The most immediate user of this module is `Font Bakery` itself, as well as `GFTools`.
|
|
- Axis Registry definitions are still being gradualy updated on the `google/fonts` repo, on its **axisregistry/** directory (https://github.com/google/fonts/tree/main/axisregistry) and this `axisregistry` python module will try to be kept in sync.
|
|
- There's an ongoing plan to make this module the main place to update these definitions, avoiding data duplication and guaranteeing uniformity across tools.
|