From fb26d35bb0d28ef155d2838cd118ea13c76c4846 Mon Sep 17 00:00:00 2001 From: guozhigq Date: Wed, 26 Jun 2024 22:47:15 +0800 Subject: [PATCH] =?UTF-8?q?v1.0.24=20=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- change_log/1.0.24.0626.md | 25 +++++++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 change_log/1.0.24.0626.md diff --git a/change_log/1.0.24.0626.md b/change_log/1.0.24.0626.md new file mode 100644 index 000000000..443f20d55 --- /dev/null +++ b/change_log/1.0.24.0626.md @@ -0,0 +1,25 @@ +## 1.0.24 + +该版本代码未开源,酌情使用。 + +### 功能 ++ 私信功能 ++ 回复我的、收到的赞查看 ++ 新的登录方式 ++ 全屏选集 ++ 一键三连 ++ 按分区搜索 + +### 优化 ++ 页面跳转动画 ++ 评论区跳转 + +### 修复 ++ 音画不同步问题 ++ 分集字幕未同步 ++ 多语言字幕 ++ 弹幕设置未生效 + + +更多更新日志可在Github上查看 +问题反馈、功能建议请查看「关于」页面。 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index e96d9843f..67b0b9b84 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.23+1023 +version: 1.0.24+1024 environment: sdk: ">=3.0.0 <4.0.0"