Releases: neverpanic/google-font-download
Releases · neverpanic/google-font-download
1.4.3
1.4.2
1.4.1
1.4
1.3.4
1.3.3
1.3.2
1.3.1
Changes since the last release:
- Add automated tests and Travis CI support running these tests
- Fix a problem where the EOT format could not be selected explicitly
- Document the 'all' language subset, pull request from Dave Crossland, #4
- Change WOFF2 user agent to Firefox 40 to fix WOFF2 download, bug reported by Tomas Mozes, #6
- Fix help output in a GNU userland, was broken due to fmt parameter incompatibility, bug reported by Tomas Mozes, #5
- Release tags are now signed with my GPG key
1.3
1.2.1
Changes since the last release:
- Return a non-zero exit code on errors
- Print error output when font was not found
- Check getopt(1) version, fix usage note on misuse, closes: #1
- Correctly handle fonts wo/separate postscript name, closes: #2
- Reformat --help output to term width using fmt(1)
- Static analysis with ShellCheck, fixed multiple issues