Skip to content

Commit

Permalink
chore(release): v0.4.1
Browse files Browse the repository at this point in the history
- Use family + subfamily as a fallback of missing full name, instead of postscript name
- Add musl libc build for Linux release, static link to crt for Windows release
- Max release profile performance, reduce binary size to around 1M
  • Loading branch information
7sDream committed Nov 18, 2023
1 parent 6220ff9 commit b0d868d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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

## 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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fontfor"
version = "0.4.1-alpha1"
version = "0.4.1"
authors = ["7sDream <i@7sdre.am>"]
edition = "2021"
description = "find fonts which can show a specified character and preview them in terminal or browser"
Expand Down

0 comments on commit b0d868d

Please sign in to comment.