diff --git a/change_log/1.0.11.1112.md b/change_log/1.0.11.1112.md new file mode 100644 index 000000000..4292048c8 --- /dev/null +++ b/change_log/1.0.11.1112.md @@ -0,0 +1,26 @@ +## 1.0.11 + +### 新功能 ++ 适配了原生媒体通知栏 @Daydreamer-riri ++ 视频主题图标 @Daydreamer-riri ++ 关闭软件后自动画中画播放 ++ UP主分组管理 ++ md2样式底栏 ++ + + +### 修复 ++ 历史记录记忆播放 ++ 部分类型视频连播 ++ 播放速度选择框不支持返回手势 ++ 播放速度选择框不支持返回手势 ++ 视频播放速度总是显示1.0X ++ 评论页面计数错误 ++ 退出视频还有声音 + + +### 优化 ++ 视频加载速度 + +更多更新日志可在Github上查看 +问题反馈、功能建议请查看「关于」页面。 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 373204393..616e99e75 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.10 +version: 1.0.11 environment: sdk: ">=2.19.6 <3.0.0"