From 1f6663fa4a0fc1e02e1b4898639989ed32f9e145 Mon Sep 17 00:00:00 2001 From: guozhigq Date: Tue, 2 Jan 2024 23:53:11 +0800 Subject: [PATCH] =?UTF-8?q?v1.0.16=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.16.0102.md | 15 +++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 change_log/1.0.16.0102.md diff --git a/change_log/1.0.16.0102.md b/change_log/1.0.16.0102.md new file mode 100644 index 000000000..b0a85a0f2 --- /dev/null +++ b/change_log/1.0.16.0102.md @@ -0,0 +1,15 @@ +## 1.0.16 + + +### 功能 ++ toast 背景支持透明度调节 + +### 修复 ++ web端推荐未展示【已关注】 ++ up主动态页异常 ++ 未打开自动播放时,视频详情页异常 ++ 视频暂停状态取消自动ip + + +更多更新日志可在Github上查看 +问题反馈、功能建议请查看「关于」页面。 diff --git a/pubspec.yaml b/pubspec.yaml index dcd17995d..9545e8cc9 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.15 +version: 1.0.16 environment: sdk: ">=2.19.6 <3.0.0"