From 599d6983fce9d377f3e80b8d902813ee93af7bb2 Mon Sep 17 00:00:00 2001 From: guozhigq Date: Sat, 19 Aug 2023 21:33:39 +0800 Subject: [PATCH] =?UTF-8?q?v1.0.2=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.2.0819.md | 19 +++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 change_log/1.0.2.0819.md diff --git a/change_log/1.0.2.0819.md b/change_log/1.0.2.0819.md new file mode 100644 index 00000000..b270775f --- /dev/null +++ b/change_log/1.0.2.0819.md @@ -0,0 +1,19 @@ +## 1.0.2 + +### 新功能 ++ 自动检查更新 ++ 封面图片保存 ++ 动态跳转番剧 ++ 历史记录番剧记忆播放 ++ 一键清空稍后再看 + +### 修复 ++ 切换分P cid未切换 ++ cookie存储问题 ++ 登录/退出登录问题 + +### 优化 ++ 页面空/异常状态样式 ++ 退出登录提示 ++ 请求节流 ++ 全屏播放 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index e833aebd..043e560b 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.0+1 +version: 1.0.2 environment: sdk: ">=2.19.6 <3.0.0"