From 36bb0906d583b79e25f3c816c9ffe8944384a19a Mon Sep 17 00:00:00 2001 From: justvanrossum Date: Sat, 7 Mar 2020 15:28:48 +0100 Subject: [PATCH] tweak release notes, bump version --- CHANGELOG.md | 8 ++++---- Lib/fontgoggles/__init__.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9cfaefa..9ebb31ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Lib/fontgoggles/__init__.py b/Lib/fontgoggles/__init__.py index 0b2f79db..c72e3798 100644 --- a/Lib/fontgoggles/__init__.py +++ b/Lib/fontgoggles/__init__.py @@ -1 +1 @@ -__version__ = "1.1.3" +__version__ = "1.1.4"