Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrofitted to pure Rust #58

Merged
merged 11 commits into from
Nov 13, 2023
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

- Remove dependency of fontconfig and freetype lib
- Add `-vv` option to show font file location and face index
- Now release contains ia32/x64/arm64 binary for Windows
- Now release contains x64/arm64 binary for macOS
- Now release contains x64/arm64/armhf binary Linux

## 0.3.1

- Display help message directly when `char` arg are missing (Issue #11, Pr #12)
Expand Down
Loading
Loading