From 18960c1d02c8ce5387138c2259e0fa25e36b64bb Mon Sep 17 00:00:00 2001 From: guozhigq Date: Sun, 5 May 2024 18:13:03 +0800 Subject: [PATCH] =?UTF-8?q?v1.0.23=20=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- change_log/1.0.23.0505.md | 15 +++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 change_log/1.0.23.0505.md diff --git a/change_log/1.0.23.0505.md b/change_log/1.0.23.0505.md new file mode 100644 index 00000000..9c05fb7b --- /dev/null +++ b/change_log/1.0.23.0505.md @@ -0,0 +1,15 @@ +## 1.0.23 + +### 功能 ++ 封面下载 + + +### 修复 ++ 全屏问题 ++ 视频播放器灰屏问题 ++ 评论区点击区域问题 ++ 动态详情跳转异常问题 + + +更多更新日志可在Github上查看 +问题反馈、功能建议请查看「关于」页面。 diff --git a/pubspec.yaml b/pubspec.yaml index 99054311..e96d9843 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.22+1022 +version: 1.0.23+1023 environment: sdk: ">=3.0.0 <4.0.0"