From 8c6468241520a8199f815f96d3f17be6a5991b81 Mon Sep 17 00:00:00 2001 From: yaoxieyoulei <1622968661@qq.com> Date: Sun, 7 Apr 2024 20:28:16 +0800 Subject: [PATCH] :bookmark: v1.2.2 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b53112..5ff7f7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # 更新日志 +## [1.2.2] - 2024-04-07 + +### 修复 + +- 修复TVBOX直播源解析失败 +- 修复m3u直播源解析异常 + +### 新增 + +- 完善自动更新(检测、下载、安装) +- 设置 - 新增FPS显示 +- 设置 - 新增延时加载(减少瞬时卡顿掉帧) +- 设置 - 新增显示模式(分辨率、帧率) +- 设置 - 自定义直播源新增网页二维码 +- 设置 - 新增日志历史纪录 + +### 优化 + +- 优化选台界面性能 +- 操作成功、失败时信息提示 +- 添加更新检测时间判断 +- 优化本机ip获取 +- 添加长按震动反馈 + ## [1.2.1] - 2024-04-03 ### 修复 diff --git a/pubspec.yaml b/pubspec.yaml index ae43669..cff5e4e 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.2.1 +version: 1.2.2 environment: sdk: '>=3.3.2 <4.0.0'