Skip to content

Releases: theleagueof/fontship

v0.10.0

23 Sep 19:25
72bb07c
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Everything is relicensed. All previous contributors
    signed off ages ago so old code can now be used under either terms and
    future contributions will be only under the GPL.

New Features

  • rules: Make output compression more easily configurable (72c5ea7)

Bug Fixes

  • action: Args passed to Docker must be an array even if all you want is a string (a1cabd2)

Behind the Scenes

v0.9.6

20 Sep 19:18
1a71069
Compare
Choose a tag to compare

New Features

  • actions: Make it easier to override input arguments from workflows (8150a90)
  • rules: Output detected family names to GitHub Actions (73cc0c6)

Bug Fixes

  • rules: Update method of passing GitHub CI variables to current API (fe277e4)

v0.9.5

19 Sep 14:17
eefe522
Compare
Choose a tag to compare

Bug Fixes

  • docker: Rebuild Docker images with updated gftools dependencies (c41be73)

v0.9.4

19 Sep 12:39
a5e85fa
Compare
Choose a tag to compare

Bug Fixes

  • docker: Supply stat to Docker entry point for UID detection (30377dc)

v0.9.3

19 Sep 12:13
6b926e9
Compare
Choose a tag to compare

Bug Fixes

  • build: Inform autotools of the new location for packaged shell scripts (0d15eb8)

v0.9.2

17 Sep 00:06
0e12ede
Compare
Choose a tag to compare
chore(release): 0.9.2

v0.9.1

16 Sep 22:57
de34208
Compare
Choose a tag to compare

Bug Fixes

  • build: Package all source files in distribution tarball (38b93e9)

v0.9.0

16 Sep 22:20
a71c501
Compare
Choose a tag to compare

New Features

  • cli: Overhaul UI, friendlier to both CI/scripts and interactive use (517a46b)
  • rules: Allow extension of rules after Fontship loads (b7df1fd)

Bug Fixes

  • build: Avoid the perceived need for an extra automake cycle in dist tarball (7b72816)
  • build: Swap unportable ‘cp -bf’ for ‘install’ (41ed637)
  • cli: Avoid Unicode direction isolation marks in CLI output (bbae252)
  • rules: Use python protobuf, our protoc is too new for gftools (fc0e4f2)

v0.8.2

14 May 09:23
273527b
Compare
Choose a tag to compare

Bug Fixes

  • build: Replace all spaces in font family when deriving project id (da4fa72)

v0.8.1

14 May 08:41
99cfd9f
Compare
Choose a tag to compare

Features

  • actions: Run GitHub Action workflows with prebuilt containers (3dd5443)