You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tagging 1.4.3
Changes since the last release:
- Allow local font names to be missing, patch by Daniel Peukert, #25
- Fix shellcheck warnings, switch to newer Travis CI config, patch by
Daniel Peukert, #26
Tagging 1.4.1
Changes since the last release:
- Print error when download of font file fails, #17
- Fix parsing of URLs with + characters, #19
- Add docs for --url to --help
- Fix downloading multiple families separated by | in an URL
Tagging 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
Tagging 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