Releases: justvanrossum/fontgoggles
Releases · justvanrossum/fontgoggles
Release v1.3.1
- Updated blackrenderer to 0.3.1, adding support for the COLRv1/PaintComposite construct
Release v1.3.0
- Don't show hidden axes by default, add button to show them (PR 173)
- Added experimental support for variable components in two forms: fonts with a VarC table, and fonts with an "extended" COLRv1 table (PR 174, commit on master)
- Show versions of all major dependencies in the About text
Release v1.2.0
- Added support for COLRv1 fonts (Issue 162, PR 171)
Release v1.1.21
Release v1.1.20
Release v1.1.18
- Fixed an AttributeError during mark feature compilation
(PR 164) - Updated HarfBuzz to 2.8.1
- Updated internal dependencies
Release v1.1.17
- Updated HarfBuzz to 2.7.2
- Updated internal dependencies
Release v1.1.16
Release v1.1.15
- Feature tag UI: option-click reverses the cycle direction, making it possible to enable/disable features with one click.
- Use setuptools_scm for version numbers.
- Updated internal packages
Release v1.1.14
- Updated uharfbuzz to 0.10.0, which updates HarfBuzz to 2.6.5
- Fixed contextual menu for feature tags to also respond to right-click.