From 93383a5c6518817985ed81179e3eb7324c49fb81 Mon Sep 17 00:00:00 2001 From: guozhigq Date: Sun, 17 Sep 2023 23:51:14 +0800 Subject: [PATCH] =?UTF-8?q?v1.0.8=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.8.0917.md | 24 ++++++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 change_log/1.0.8.0917.md diff --git a/change_log/1.0.8.0917.md b/change_log/1.0.8.0917.md new file mode 100644 index 000000000..2dc1758ea --- /dev/null +++ b/change_log/1.0.8.0917.md @@ -0,0 +1,24 @@ +## 1.0.8 + +直播弹幕、循环播放等功能开发中 + +### 新功能 ++ 用户拉黑功能 ++ gif图片保存 ++ 删除已看历史记录 + +### 修复 ++ 弹幕数量较少 ++ 弹幕屏蔽设置自动记忆 ++ 动态页面渲染 ++ 用户主页数据错乱 ++ 大家都在搜空白 ++ 默认自动全屏,顶部操作栏丢失 + + +### 优化 ++ 全屏状态栏区域显示优化 ++ 图片保存至PiliPala文件夹 + +更多更新日志可在Github上查看 +问题反馈、功能建议请查看「关于」页面。 diff --git a/pubspec.yaml b/pubspec.yaml index ce9547e4e..22d91b268 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.7 +version: 1.0.8 environment: sdk: ">=2.19.6 <3.0.0"