Releases: stadiamaps/sdf_font_tools
tools-v3.1.1
This release vendors the generated protobuf code in the repository, making it easier for downstream users (you don't need a protobuf compiler available anymore! yay!).
This should have no effect for most users. If you explicitly specified a feature like protoc-from-src, the existing behavior will remain unchanged (rebuilding the protobuf code every time). This is no longer necessary though, so you can drop that feature flag and enjoy the faster builds 😎
What's Changed
Full Changelog: cli-v1.5.0...tools-v3.1.1
cli-v1.5.1
This release vendors the generated protobuf code in the repository, making it easier for downstream users (you don't need a protobuf compiler available anymore! yay!).
This should have no effect for most users. cargo install will "just work" on more platforms. If you explicitly had to specify a feature like protoc-from-src, the existing behavior will remain unchanged (rebuilding the protobuf code every time). This is no longer necessary though, so you can drop that feature flag and enjoy the faster builds 😎
What's Changed
Full Changelog: cli-v1.5.0...tools-v3.1.1
tools-v3.1.0
This release upgrades the underlying FreeType dependency in the glyph renderer to the latest version (2.13.3). This should also resolve issues when trying to build with the protoc-from-src feature flag.
There are no public API changes.
PRs landed
- Cleanup cargo toml by @ianthetechie in #26
- Upgrade all dependencies to latest compatible versions by @lseelenbinder in #25
- Add protoc-from-src regression test in CI by @ianthetechie in #28
Full Changelog: cli-v1.4.3...tools-v3.1.0
sdf-v1.1.0
This release updates the bundled FreeType dependency to the latest version (2.13.3). There are no public API changes.
- Upgrade all dependencies to latest compatible versions by @lseelenbinder in #25
Full Changelog: cli-v1.4.3...sdf-v1.1.0
cli-v1.5.0
This release upgrades the underlying FreeType dependency in the glyph renderer to the latest version (2.13.3). This should also resolve issues when trying to build with the protoc-from-src feature flag.
There are no public changes to the CLI interface.
PRs landed
- Cleanup cargo toml by @ianthetechie in #26
- Upgrade all dependencies to latest compatible versions by @lseelenbinder in #25
- Add protoc-from-src regression test in CI by @ianthetechie in #28
Full Changelog: cli-v1.4.3...tools-v3.1.0
tools-v3.0.0
Updates
- A few more CI tests by @nyurik in #18
- Switch to Prost + enable bringing your own
protocby @ianthetechie in #22
sdf-v1.0.2
Enhancements
- Significantly faster SDF glyph generation @TuckerBMorgan in #19
New Contributors
- @TuckerBMorgan made their first contribution in #19
cli-v1.4.3
Enhancements
- Significantly faster SDF glyph generation by @TuckerBMorgan in #19