diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d1b298..2efd209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## 0.4.1 + +- Use family + subfamily as a fallback of missing full name, instead of postscript name (Issue [[#67](https://github.com/7sDream/fontfor/issues/67)], fixed by PR [#68](https://github.com/7sDream/fontfor/pull/68)) +- Add musl libc build for Linux release, static link to crt for Windows release +- Max release profile performance, reduce binary size to around 1M + ## 0.4.0 - Remove dependency of fontconfig and freetype lib diff --git a/Cargo.lock b/Cargo.lock index abdf20e..62321dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -251,7 +251,7 @@ dependencies = [ [[package]] name = "fontfor" -version = "0.4.1-alpha1" +version = "0.4.1" dependencies = [ "ab_glyph", "clap", diff --git a/Cargo.toml b/Cargo.toml index 463d006..5b7c790 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fontfor" -version = "0.4.1-alpha1" +version = "0.4.1" authors = ["7sDream "] edition = "2021" description = "find fonts which can show a specified character and preview them in terminal or browser"