Skip to content

Commit 8861840

Browse files
committed
[CHANGELOG.md] v0.5.0 changes
1 parent 47f2ee5 commit 8861840

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

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+
326
## v0.4.0
427

528
- add macOS code signed / installer notarization support
@@ -22,7 +45,6 @@
2245
- fix: set the About dialog title and icon on Windows views
2346
- fix: update image conversion approach to maintain alpha transparency in Windows application icon
2447

25-
2648
## v0.2.1
2749

2850
- update FontNameModel model flags definitions based on qabstractitemmodel.cpp fails

0 commit comments

Comments
 (0)