Skip to content

Commit

Permalink
tweak release notes, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Mar 7, 2020
1 parent 58b116e commit 36bb090
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Changelog for FontGoggles

## [1.1.4] - 2020-03-??
## [1.1.4] - 2020-03-07

- Added "Reload font" and "Clear error" contextual menus to font item.
- If an error occurs while preparing a VF from a .designspace file, check if
it was caused within GSUB or GPOS, and try again without that table. This
allows us to at least see a partially working font.
- If an error occurs while preparing a VF from a .designspace file, check
whether it was caused within GSUB or GPOS, and try again without that table.
This allows us to at least see a partially working font.

## [1.1.3] - 2020-03-06

Expand Down
2 changes: 1 addition & 1 deletion Lib/fontgoggles/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.3"
__version__ = "1.1.4"

0 comments on commit 36bb090

Please sign in to comment.