From 53d4379bb9ad813aeb811dfbf42a99dc12c265dd Mon Sep 17 00:00:00 2001 From: guozhigq Date: Sat, 26 Aug 2023 15:51:14 +0800 Subject: [PATCH] =?UTF-8?q?v1.0.5=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.5.0826.md | 30 ++++++++++++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 change_log/1.0.5.0826.md diff --git a/change_log/1.0.5.0826.md b/change_log/1.0.5.0826.md new file mode 100644 index 00000000..c76e9d61 --- /dev/null +++ b/change_log/1.0.5.0826.md @@ -0,0 +1,30 @@ +## 1.0.5 + +主要是bug修复跟一部分小功能,弹幕功能需要下一版。 +问题反馈请前往QQ频道或提交issues。 +感谢🙏酷友「无力感*」「斤斤计较呀」「Pseudopamine」 + +### 新功能 ++ 高帧率支持 ++ 默认评论排序设置 ++ 默认动态类别设置 ++ 动态合集查看 ++ 同时观看人数 ++ iOS路由切换效果 + + +### 修复 ++ 收藏夹翻页 ++ 首页搜索框频繁点击消失 ++ 评论排序切换空白 ++ 快速返回首页 ++ 重复进入个人中心页面数据未刷新 ++ 动态goods数据异常 ++ 大会员切换番剧 ++ 高画质codes匹配 + + +### 优化 ++ 倍速选择 ++ 播放器亮度记忆 ++ 下载对应版本apk \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 3b78e438..1ee8abbe 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.4 +version: 1.0.5 environment: sdk: ">=2.19.6 <3.0.0"