diff --git a/change_log/1.0.3.0821.md b/change_log/1.0.3.0821.md new file mode 100644 index 00000000..4c845976 --- /dev/null +++ b/change_log/1.0.3.0821.md @@ -0,0 +1,19 @@ +## 1.0.3 + +建议卸载1.0.2版本,重新安装 +### 新功能 ++ 底部播放进度条设置 ++ 复制图片链接 + + +### 修复 ++ 用户数据格式修改 ++ video Fit ++ 没有audio 资源的视频异常 ++ 评论区域图片无法点击 ++ 视频进度条拖动问题 + +### 优化 ++ 页面空/异常状态样式 ++ 部分页面样式 ++ 图片预览页面样式 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 043e560b..717fe276 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.2 +version: 1.0.3 environment: sdk: ">=2.19.6 <3.0.0"