From 77a77bc9e3918620e94eedbf655613d73173a469 Mon Sep 17 00:00:00 2001 From: guozhigq Date: Mon, 25 Dec 2023 23:40:23 +0800 Subject: [PATCH] =?UTF-8?q?v1.0.14=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.14.1225.md | 28 ++++++++++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 change_log/1.0.14.1225.md diff --git a/change_log/1.0.14.1225.md b/change_log/1.0.14.1225.md new file mode 100644 index 00000000..e025d586 --- /dev/null +++ b/change_log/1.0.14.1225.md @@ -0,0 +1,28 @@ +## 1.0.14 + +圣诞节快乐~ 🎉 + +大部分内容由@orz12提供,感谢👏 + +### 修复 ++ 全屏弹幕消失 ++ iOS全屏/退出全屏视频暂停 ++ 个人主页关注状态 ++ 视频合集向下滑动UI问题 ++ 媒体库滑动底栏不隐藏 ++ 个人主页动态加载问题 * 2 ++ 未登录状态访问个人主页异常 ++ 视频搜索标题特殊字符转义 ++ iOS闪退 ++ 消息页面夜间模式异常 ++ 消息页面含有撤回消息时异常 ++ 弹幕速度 + +### 优化 ++ 全屏播放方案优化 ++ 弹幕加载逻辑优化 ++ 点赞、投币逻辑优化 ++ 进度条及播放时间渲染优化 + +更多更新日志可在Github上查看 +问题反馈、功能建议请查看「关于」页面。 diff --git a/pubspec.yaml b/pubspec.yaml index 901dccaf..e8572cc4 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.13 +version: 1.0.14 environment: sdk: ">=2.19.6 <3.0.0"