From f214c454481a06f48fa31db5758931e25f914c12 Mon Sep 17 00:00:00 2001 From: guozhigq Date: Sun, 15 Oct 2023 23:10:07 +0800 Subject: [PATCH] =?UTF-8?q?v1.0.9=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.9.1015.md | 28 ++++++++++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 change_log/1.0.9.1015.md diff --git a/change_log/1.0.9.1015.md b/change_log/1.0.9.1015.md new file mode 100644 index 000000000..8b71e183a --- /dev/null +++ b/change_log/1.0.9.1015.md @@ -0,0 +1,28 @@ +## 1.0.9 + + +### 新功能 ++ 自定义倍速、默认倍速 ++ 历史记录搜索 ++ 收藏夹搜索 ++ 历史记录多选删除 ++ 视频循环播放 ++ 免登录看1080P ++ 评论区视频链接跳转 ++ up主分组 ++ up主投稿搜索 + +### 修复 ++ 搜索视频标题乱码 ++ 屏幕帧率 ++ 动态页面渲染 + + + +### 优化 ++ 快进手势 ++ 视频简介链接匹配 ++ 视频全屏时安全区域 + +更多更新日志可在Github上查看 +问题反馈、功能建议请查看「关于」页面。 diff --git a/pubspec.yaml b/pubspec.yaml index daed5d175..4fb8df020 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.8 +version: 1.0.9 environment: sdk: ">=2.19.6 <3.0.0"