From 352b8ff20c947e6d0a31a0813f8115104fe6421b Mon Sep 17 00:00:00 2001 From: Terminator Date: Sat, 4 Feb 2023 19:06:46 +0800 Subject: [PATCH] v0.3.4 --- CHANGELOG.md | 4 ++++ README.md | 2 +- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e75abb..7dfb827 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.4 + +* Use `sans-serif` as the first `fontFamilyFallback` + ## 0.3.3 * Improve example code diff --git a/README.md b/README.md index 03cbb65..9d1b7e5 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Inside `pubspec.yaml` file, add the following dependency: ```yaml dependencies: ... - chinese_font_library: ^0.3.3 + chinese_font_library: ^0.3.4 ``` Then, use `SystemChineseFont.textTheme` for your `ThemeData` diff --git a/example/pubspec.lock b/example/pubspec.lock index bf5de68..b871e38 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -39,7 +39,7 @@ packages: path: ".." relative: true source: path - version: "0.3.3" + version: "0.3.4" clock: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index cf8164a..4a79ca9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: chinese_font_library description: Helper package for rendering Chinese fonts, including cross-platform Chinese font family fallback & dynamic font loader. -version: 0.3.3 +version: 0.3.4 homepage: https://github.com/LastMonopoly/chinese_font_library environment: