Skip to content

Tags: neverpanic/google-font-download

Tags

1.4.3

Toggle 1.4.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
neverpanic Clemens Lang
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

1.4.2

Toggle 1.4.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
neverpanic Clemens Lang
Tagging 1.4.2

Changes since the last release:
 - Fix long form of --output option, #20
 - Sort WOFF2 before WOFF by default, recommend WOFF2, #21

1.4.1

Toggle 1.4.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
neverpanic Clemens Lang
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

1.4

Toggle 1.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
neverpanic Clemens Lang
Tagging 1.4

Changes since the last release:
 - Add `--url` parameter to directly parse URLs, patch by MusiKid, #16

1.3.4

Toggle 1.3.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
neverpanic Clemens Lang
Tagging 1.3.4

Changes since the last release:
 - Support `i` shorthand for `italic` font style, #11, #13

1.3.3

Toggle 1.3.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
neverpanic Clemens Lang
Tagging 1.3.3

Changes since the last release:
 - Fix user agent for TTF file format to adapt to changes in Google's
   infrastructure, #9

1.3.2

Toggle 1.3.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
neverpanic Clemens Lang
Tagging 1.3.2

Changes since the last release:
 - Use HTTPS to download fonts, patch from Joel Purra, #7

1.3.1

Toggle 1.3.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
neverpanic Clemens Lang
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

1.3

Toggle 1.3's commit message
Tagging 1.3

Changes since the last release:
 - Add support for WOFF2, patch from Chris Jung, #3

1.2.1

Toggle 1.2.1's commit message
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