From 0234aae570f59e03d811e615e3f3c7c7fe963707 Mon Sep 17 00:00:00 2001 From: 7sDream Date: Thu, 16 Nov 2023 18:30:56 +0800 Subject: [PATCH] chore(release): v0.4.0 - 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 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73d3acb..caa0b3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -229,7 +229,7 @@ dependencies = [ [[package]] name = "fontfor" -version = "0.4.1-alpha1" +version = "0.4.0" dependencies = [ "ab_glyph", "clap", diff --git a/Cargo.toml b/Cargo.toml index e29e332..c8be953 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fontfor" -version = "0.4.1-alpha1" +version = "0.4.0" authors = ["7sDream "] edition = "2021" description = "find fonts which can show a specified character and preview them in terminal or browser"