Skip to content

Releases: justvanrossum/fontgoggles

Release v1.3.1

29 May 11:32
Compare
Choose a tag to compare
  • Updated blackrenderer to 0.3.1, adding support for the COLRv1/PaintComposite construct

Release v1.3.0

28 May 15:58
Compare
Choose a tag to compare

Release v1.2.0

27 May 12:52
Compare
Choose a tag to compare

Release v1.1.21

23 May 08:13
Compare
Choose a tag to compare
  • Fixed UFOZ support (Issue 147, PR 167, PR 168)
  • Fixed small bug with error handling when building outlines from .designspace files

Release v1.1.20

15 May 17:47
Compare
Choose a tag to compare
  • Fixed non-crashing crash on TTF with single off-curve point
    (Issue 156, PR 166)
  • Fixed too-narrow Unicode column in character pane and Unicode Picker
    (Issue 165)

Release v1.1.18

15 May 13:19
Compare
Choose a tag to compare
  • Fixed an AttributeError during mark feature compilation
    (PR 164)
  • Updated HarfBuzz to 2.8.1
  • Updated internal dependencies

Release v1.1.17

07 Sep 10:59
Compare
Choose a tag to compare
  • Updated HarfBuzz to 2.7.2
  • Updated internal dependencies

Release v1.1.16

23 Jun 09:07
Compare
Choose a tag to compare
  • Show tooltip when feature description gets truncated.
    (Issue 94)
  • Use HarfBuzz cluster level 1 (MONOTONE_CHARACTERS) to get a better mapping between glyphs and characters. Thanks Khaled Hosny!
    (PR 91)
  • Some small layout improvements. Thanks Georg Seifert!
    (PR 101)

Release v1.1.15

10 May 06:56
Compare
Choose a tag to compare
  • 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

30 Apr 09:58
Compare
Choose a tag to compare
  • 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.