diff --git a/change_log/1.0.7.0908.md b/change_log/1.0.7.0908.md new file mode 100644 index 000000000..874173b70 --- /dev/null +++ b/change_log/1.0.7.0908.md @@ -0,0 +1,22 @@ +## 1.0.7 + +默认倍速、直播弹幕、专栏等功能开发中 + +### 新功能 ++ 弹幕设置、屏蔽功能 ++ 不是很完美的后台播放功能 ++ 不是很完美的画中画(pip)功能(Android端) + +### 修复 ++ 动态页面加载异常 ++ 网络异常时页面空白 ++ 竖屏全屏状态栏问题 ++ iOS端代理请求异常 + +### 优化 ++ 图片预览 ++ 全屏播放时自动旋转 ++ 转发内容增加视频标题 + +更多更新日志可在Github上查看 +问题反馈、功能建议请查看「关于」页面。 diff --git a/pubspec.yaml b/pubspec.yaml index 574495b6d..2672cf635 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.6 +version: 1.0.7 environment: sdk: ">=2.19.6 <3.0.0"