Skip to content

Releases: justvanrossum/fontgoggles

Release v1.1.3

06 Mar 08:34
Compare
Choose a tag to compare
  • [designspace] fixed layer composite regression introduced in 1.1.2 with the
    fix for issue 53.
  • Fixed automatic reloading snag. Issue 48

Release v1.1.2

05 Mar 19:37
Compare
Choose a tag to compare
  • [designspace] Fixed issue with composite glyphs not rendering correctly if a
    base glyph uses a support layer. Issue 53

Release v1.1.1

03 Mar 18:39
Compare
Choose a tag to compare
  • Fixed minor UI glitch: update available language tags after reload.
  • Update the used Unicode database to 12.1.0
  • Work around related Unicode bidi problem. Issue #49

Release v1.1

02 Mar 12:32
Compare
Choose a tag to compare
  • Added View -> Show/hide Font File name menu. Issue #39
  • Sort fonts that are dropped onto a window the same way as when they are dropped
    onto the application. Issue #46
  • Small layout improvements. PR #45
  • GSUB feature tags now have a contextual menu (control-click or right-click)
    that allows the "alternate number" to be specified. This is useful for features
    that expose multiple alternates. Issue #42
  • Fixed Script override for script codes that are different between OpenType and
    ISO-15924. For example, when a font has mym2 as a Script, it would render
    incorrectly if the user actually selected mym2 as a Script override. Thanks
    to Ben Mitchell for reporting this.

Release v1.0

29 Feb 14:58
Compare
Choose a tag to compare
  • One! Oh! Let's go!
  • Sort axis sliders more logically: sort registered axes first, then
    by name.
  • The Unicode Picker can now show more than 500 search results.

Release v0.9.8

28 Feb 20:21
Compare
Choose a tag to compare
  • Added “Reset all axes” button to Variations panel.
  • Deal better with different default axis values when multiple fonts are
    being viewed.
  • Improved shift-click behavior in the font list

Release v0.9.7

28 Feb 15:55
Compare
Choose a tag to compare
  • Be smarter about multi-font glyph selection if fonts behave the same and
    use the same glyph names, as is usual within a family
  • Show stylistic set names when possible. If multiple fonts are loaded and
    they don't have matching names for a stylistic set, a generic "<multiple
    names>" is shown.

Release v0.9.6

27 Feb 16:44
Compare
Choose a tag to compare
  • Fixed issue with glyph selection/hover, when adjacent glyphs overlap
  • Fixed pinch zoom issue which messed up window resize + scroll behavior
  • Fixed issue with clicking in font list but beyond of items
  • Made Copy menu (⌘-C) work in UnicodePicker
  • Added support for vertical text layout for .designspace files

Release v0.9.5

25 Feb 21:37
Compare
Choose a tag to compare
  • Added support for COLR/CPAL color fonts
  • Added support for UFO color layer fonts, as experimentally supported
    by fontmake. See this new feature
    in ufo2ft.

Release v0.9.4

24 Feb 14:33
Compare
Choose a tag to compare
  • Implement File -> Revert
  • Discovered a bug in the BiDi algorithm we use, which triggered an assert.
    Disabled the assert so we can at least see the result of the bug.
    Workaround: disable BiDi processing. See #35.
  • Hide the compile output panel by default, but show visual feedback
    in the font list when a compile warning or error was issued, and show
    the compile output pane automatically when a font item is selected
    that has a warning or error.
  • Fixed issue with dragging multiple fonts: the selection was reset to
    a single item, making it impossible to drag multiple fonts.
  • Fixed issue where you couldn't select glyphs by clicking outside the
    glyphs.
  • Make app icon work better at small sizes.