From 1a32cc04a11f6a8755bd6c1cf4b322e4b22af2b6 Mon Sep 17 00:00:00 2001 From: yaoxieyoulei <1622968661@qq.com> Date: Tue, 2 Apr 2024 18:00:31 +0800 Subject: [PATCH] :bookmark: v1.2.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ README.md | 4 ++++ pubspec.yaml | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..190473d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# 更新日志 + +## [1.2.0] - 2024-04-02 + +### 修复 + +- 修复点击空白区域无法打开关闭选台、设置界面 +- 修复部分设备网络异常 CERTIFICATE_VERIFY_FAILED +- 修复设置界面列表滚动错位 + +### 新增 + +- 新增节目单(正在播放) +- 支持开机启动 +- 新增平滑换台、节目单启用设置 +- 新增检查更新 + +### 优化 + +- 播放失败后信息提示 +- 长按OK键可打开设置界面 diff --git a/README.md b/README.md index 168899c..13ff178 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,10 @@ - [ ] 自定义直播源 - [ ] 性能优化 +## 更新日志 + +[更新日志](./CHANGELOG.md) + ## 开发环境 ``` diff --git a/pubspec.yaml b/pubspec.yaml index f3424cd..3e11007 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.1.0 +version: 1.2.0 environment: sdk: '>=3.3.2 <4.0.0'