Skip to content

Commit

Permalink
chore(release): v0.4.0
Browse files Browse the repository at this point in the history
- `-vv` to show font file location and face index
- fix ASCII mode too narrow issue
- supports custom font paths, skip system fonts
- remove fontconfig/freetype dependency
- provide more binary in release
  • Loading branch information
7sDream committed Nov 16, 2023
1 parent 3e9cc1a commit d515713
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

## Unreleased

## 0.4.0

- Remove dependency of fontconfig and freetype lib
- Add `-vv` option to show font file location and face index
- ASCII mode render result now not narrow (Issue [#61](https://github.com/7sDream/fontfor/issues/61), fixed by PR [#63](https://github.com/7sDream/fontfor/pull/63))
- Support custom font paths (Issue [#62](https://github.com/7sDream/fontfor/issues/62), fixed by PR [#65](https://github.com/7sDream/fontfor/pull/65)), and load system fonts can be skipped.
- Support custom font paths `-I/--include <PATH>` (Issue [#62](https://github.com/7sDream/fontfor/issues/62), fixed by PR [#65](https://github.com/7sDream/fontfor/pull/65)), and load system fonts can be skipped by `--no-system`.
- 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
Expand Down
6 changes: 3 additions & 3 deletions 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.0-alpha.1"
version = "0.4.0"
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 d515713

Please sign in to comment.