Releases: justvanrossum/fontgoggles
Releases · justvanrossum/fontgoggles
Release v1.1.3
Release v1.1.2
- [designspace] Fixed issue with composite glyphs not rendering correctly if a
base glyph uses a support layer. Issue 53
Release v1.1.1
- 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
- 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 hasmym2
as a Script, it would render
incorrectly if the user actually selectedmym2
as a Script override. Thanks
to Ben Mitchell for reporting this.
Release v1.0
- 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
- 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
- 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
- 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
- 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
- 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.