Skip to content

Commit

Permalink
update contents of CHANGELOG
Browse files Browse the repository at this point in the history
(issue #74)
  • Loading branch information
felipesanches committed Oct 26, 2022
1 parent bb21382 commit 1622ce9
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,58 @@
Below are the most important changes from each release.

## Upcoming release: 0.3.9 (2022-Oct-??)
- loosen protobuf dependency on setup.py so that it is easier to install axisregistry as a dependency of other projects (such as fontbakery) (https://github.com/googlefonts/axisregistry/commit/bb213824f9b8a6215b9b78c28f59773e0bd93515)


## 0.3.8 (2022-Oct-10)
- fix_stat do not drop nameids <= 25 (PR #88)


## 0.3.7 (2022-Oct-10)
- build_stat: do not rm fvar axis name records (PR #87)


## 0.3.6 (2022-Oct-07)
- Added YEAR axis (PR #53)
- Added ELSH axis (PR #56)
- Changed EGRD to ELGR (PR #57)
- Added EHLT and EDPT (PR #61)
- Added HEXP axis (PR #79)


## 0.3.5 (2022-Jul-01)
- Move nameid25 to its own func (PR #52)


## 0.3.4 (2022-Jul-01)
- Fix typo and ensure tox runs tests correctly (PR #50)


## 0.3.3 (2022-Jul-01)
- Don't delete name IDs which are shared with the STAT table (PR #49)


## 0.3.2 (2022-Jun-27)
- added _fvar_instance_collision function, which determines whether a family of fonts will have fvar instances which collide.
- build_vf_name_table: only use v1 name tables if fvar instances match (PR #48)


## 0.3.1 (2022-Jun-24)
- AxisRegistry: add items method. Fixed googlefonts/gftools#576 (PR #47)


## 0.3.0 (2022-Jun-23)
- Add name builder (PR #31)
- Add illustrations (PRs #29, #30, #32 and #35)
- Reduce length of parametric axis descriptions (PR #34)
- y_transparent_descender.textproto Use depth, not height (PR #36)
- tox: use black (PR #39)


## 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)
Expand Down

0 comments on commit 1622ce9

Please sign in to comment.