Skip to content

Releases: justvanrossum/fontgoggles

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.

Release v1.1.13

06 Apr 20:11
Compare
Choose a tag to compare
  • Fixed contextual menu to also respond to right-click.
  • Fixed feature tag list: not all available features were always shown. (Issue 85, PR 86)

Release v1.1.12

03 Apr 11:48
Compare
Choose a tag to compare
  • Fixed app version info.

Release v1.1.11

02 Apr 13:57
Compare
Choose a tag to compare
  • Fixed UFO reload issue: if kerning and glyphs changed, only the glyph changes would show.