- Added View -> Show/hide Font File name menu. [Issue 39](https://github.com/justvanrossum/fontgoggles/issues/39)
- Sort fonts that are dropped onto a window the same way as when they are dropped
onto the application. [Issue 46](https://github.com/justvanrossum/fontgoggles/issues/46)
- Small layout improvements. [PR 45](https://github.com/justvanrossum/fontgoggles/pull/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](https://github.com/justvanrossum/fontgoggles/issues/42)
- Fixed Script override for script codes that are different between OpenType and
ISO-15924. For example, when a font has `mym2` as a Script, it would render
incorrectly if the user actually selected `mym2` as a Script override. Thanks
to Ben Mitchell for reporting this.