- Fixed UFOZ support ([Issue 147](https://github.com/justvanrossum/fontgoggles/issues/147), [PR 167](https://github.com/justvanrossum/fontgoggles/pull/167), [PR 168](https://github.com/justvanrossum/fontgoggles/pull/168)) - Fixed small bug with error handling when building outlines from .designspace files
1.1.20
- Fixed non-crashing crash on TTF with single off-curve point ([Issue 156](https://github.com/justvanrossum/fontgoggles/issues/156), [PR 166](https://github.com/justvanrossum/fontgoggles/pull/166)) - Fixed too-narrow Unicode column in character pane and Unicode Picker ([Issue 165](https://github.com/justvanrossum/fontgoggles/issues/165))
1.1.18
- Fixed an AttributeError during mark feature compilation ([PR 164](https://github.com/justvanrossum/fontgoggles/pull/164)) - Updated HarfBuzz to 2.8.1 - Updated internal dependencies
1.1.17
- Updated HarfBuzz to 2.7.2 - Updated internal dependencies
1.1.16
- Show tooltip when feature description gets truncated. ([Issue 94](https://github.com/justvanrossum/fontgoggles/issues/94)) - Use HarfBuzz cluster level 1 (MONOTONE_CHARACTERS) to get a better mapping between glyphs and characters. Thanks Khaled Hosny! ([PR 91](https://github.com/justvanrossum/fontgoggles/pull/91)) - Some small layout improvements. Thanks Georg Seifert! ([PR 101](https://github.com/justvanrossum/fontgoggles/pull/101))
1.1.15
- Feature tag UI: option-click reverses the cycle direction, making it possible to enable/disable features with one click. - Use setuptools_scm for version numbers. - Updated internal packages