Releases: justvanrossum/fontgoggles
Releases · justvanrossum/fontgoggles
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.
Release v0.9.3
- Save all text settings and many UI settings to the project file.
- When performing undo/redo in the font list, also take the selection into account.
Release v0.9.2
- Fixed drag and drop bug on macOS 10.10
Release v0.9.1
- Reordering of fonts in the font list is now possible through drag and drop. One can also drag fonts to other FontGoggles windows, and to other applications.
- Implement copying selected data from the character list and the glyph list to the clipboard. Selecting a whole column is also implemented. The result is tab-separated text, so it can be pasted straight into a spreadsheet.
- Renamed “Size” slider to “Relative Size”, to make it clearer this is about the size relative to the font list item. Normal zooming is done with pinch gestures, command minus and plus, and option scroll.
- Misc copyright updates.