diff --git a/change_log/1.0.15.0101.md b/change_log/1.0.15.0101.md new file mode 100644 index 000000000..184a6b3cc --- /dev/null +++ b/change_log/1.0.15.0101.md @@ -0,0 +1,22 @@ +## 1.0.15 + +元旦快乐~ 🎉 + +### 功能 ++ 转发动态评论展示 ++ 推荐、最热、收藏视频增肌日期显示 + +### 修复 ++ 全屏播放相关问题 ++ 评论区@用户展示问题 ++ 登录状态闪退问题 ++ pip意外触发问题 ++ 动态页tab切换样式问题 + +### 优化 ++ 首页默认使用web端推荐 ++ 取消iOS路由切换效果 ++ 视频分享中添加Up主 + +更多更新日志可在Github上查看 +问题反馈、功能建议请查看「关于」页面。 diff --git a/pubspec.yaml b/pubspec.yaml index e8572cc4c..dcd17995d 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.14 +version: 1.0.15 environment: sdk: ">=2.19.6 <3.0.0"