From 3ad3ca9d48c4c91cd2bf5f2750bfed882a6e33ef Mon Sep 17 00:00:00 2001 From: guozhigq Date: Tue, 22 Aug 2023 22:02:16 +0800 Subject: [PATCH] =?UTF-8?q?v1.0.4=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- change_log/1.0.4.0822.md | 21 +++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 change_log/1.0.4.0822.md diff --git a/change_log/1.0.4.0822.md b/change_log/1.0.4.0822.md new file mode 100644 index 00000000..e2c3553b --- /dev/null +++ b/change_log/1.0.4.0822.md @@ -0,0 +1,21 @@ +## 1.0.4 + +### 新功能 ++ 热搜刷新 ++ 视频搜索排序、筛选 ++ app字体大小自定义 ++ app主题色自定义 ++ 「课堂」类动态渲染 + + +### 修复 ++ 搜索词联想richText渲染异常 ++ 部分动态点赞异常 ++ 默认视频解码格式 ++ 搜索页面返回搜索词未清空 ++ 动态详情评论加载异常 ++ 动态页面下拉刷新数据异常 + +### 优化 ++ 一些样式修改 ++ 取消热搜词缓存 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 717fe276..b177f93b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.3 +version: 1.0.4 environment: sdk: ">=2.19.6 <3.0.0"