Skip to content

Releases: 7sDream/fontfor

v0.4.3

10 May 12:05
v0.4.3
54819ee
Compare
Choose a tag to compare

0.4.3

  • Add -f option to filter font list by family name, and a search box in TUI mode to change the filter word (Issue #64, PR #71)
  • Remove #[deny(warnings)] in source code, add it in CI (Issue #70)
  • Fix build for upcoming Rust 1.79 new lints
  • Update deps

v0.4.2

21 Jan 08:18
v0.4.2
cbf4383
Compare
Choose a tag to compare

v0.4.1

18 Nov 14:03
v0.4.1
b0d868d
Compare
Choose a tag to compare
  • 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

v0.4.0

16 Nov 10:51
v0.4.0
0234aae
Compare
Choose a tag to compare
  • remove fontconfig/freetype dependencies
  • add -vv to show font file location and face index
  • add -I/--include to support custom font dir, --no-system to skip load system fonts
  • fix TUI preview ASCII render mode result is too narrow

v0.3.1

22 May 09:42
v0.3.1
53e1a71
Compare
Choose a tag to compare
  • Display help message directly when arg are missing (Issue #11, Pr #12)

v0.3.0

20 May 08:27
v0.3.0
0947a57
Compare
Choose a tag to compare
  • Browser preview page gets a new wonderful UI (Thanks @Tiierr, PR #5)