|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v0.5.0 |
| 4 | + |
| 5 | +- New: add support for slicing to files that have a subset of variable axes (commonly known as partial instantiation or sub-spacing) |
| 6 | +- New: add new validation that at least one axis value is defined (else user is requesting the input font design space with the new definition approach) |
| 7 | +- New: add indefinite progress indicator during slicing operation |
| 8 | +- New: add axis editor tag tooltips with full axis names that are derived from (1) OpenType registered axes; (2) Google Fonts axis registry; (3) font's fvar table definitions |
| 9 | +- New: add embedded Recursive typeface instance subset for formatting of the in-app view of application name (SIL OFL) |
| 10 | +- New: add embedded IBM Plex typeface for formatting of the axis and name table editor text (SIL OFL) |
| 11 | +- New: add Code of Conduct |
| 12 | +- Fixed: address (some) of the VirusTotal false positive flags for the Win executable build (required PyInstaller update) |
| 13 | +- Fixed: axis editor table view max height |
| 14 | +- Updated: Changed "Axis Definitions" view title to "Axis Editor" |
| 15 | +- Updated: Changed "Name Table Definitions" view title to "Name Editor" |
| 16 | +- Updated: Changed "Bit Flag Settings" view title to "Bit Flag Editor" |
| 17 | +- Updated: improve application launch center position |
| 18 | +- Updated: About dialog window width increased |
| 19 | +- Updated: About dialog dependencies list text size increased |
| 20 | +- Updated: change axis and name table editor field header strings to "Edit Values" from "Instance Values" |
| 21 | +- Updated: change Makefile `run` target with build of automated fontresources and imageresources on each execution |
| 22 | +- Updated: pin the PyInstaller build dependency at production release v4.3 |
| 23 | +- Updated: bump fonttools dependency to v4.22.0 from v4.21.1 |
| 24 | +- Removed: embedded Monoton typeface |
| 25 | + |
3 | 26 | ## v0.4.0
|
4 | 27 |
|
5 | 28 | - add macOS code signed / installer notarization support
|
|
22 | 45 | - fix: set the About dialog title and icon on Windows views
|
23 | 46 | - fix: update image conversion approach to maintain alpha transparency in Windows application icon
|
24 | 47 |
|
25 |
| - |
26 | 48 | ## v0.2.1
|
27 | 49 |
|
28 | 50 | - update FontNameModel model flags definitions based on qabstractitemmodel.cpp fails
|
|
0 commit comments