Releases: neverpanic/google-font-download
Releases · neverpanic/google-font-download
1.4.3
20 Jun 11:40
Compare
Sorry, something went wrong.
No results found
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
1.4.2
26 Jun 18:56
Compare
Sorry, something went wrong.
No results found
Changes since the last release:
Fix long form of --output option, #20
Sort WOFF2 before WOFF by default, recommend WOFF2, #21
1.4.1
07 Mar 22:54
Compare
Sorry, something went wrong.
No results found
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
1.4
02 Jan 13:03
Compare
Sorry, something went wrong.
No results found
Changes since the last release:
Add --url parameter to directly parse URLs, patch by MusiKid, #16
1.3.4
26 Sep 21:39
Compare
Sorry, something went wrong.
No results found
Changes since the last release:
Support i shorthand for italic font style, #11 , #13
1.3.3
16 Apr 12:40
Compare
Sorry, something went wrong.
No results found
Changes since the last release:
Fix user agent for TTF file format to adapt to changes in Google's
infrastructure, #9
1.3.2
16 Apr 12:40
Compare
Sorry, something went wrong.
No results found
Changes since the last release:
Use HTTPS to download fonts, patch from Joel Purra, #7
1.3.1
16 Apr 12:40
Compare
Sorry, something went wrong.
No results found
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
16 Apr 12:39
Compare
Sorry, something went wrong.
No results found
Changes since the last release:
Add support for WOFF2, patch from Chris Jung, #3
1.2.1
16 Apr 12:39
Compare
Sorry, something went wrong.
No results found
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