Skip to content

Commit

Permalink
🔖 v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoxieyoulei committed Apr 7, 2024
1 parent ca08f34 commit 8c64682
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# 更新日志

## [1.2.2] - 2024-04-07

### 修复

- 修复TVBOX直播源解析失败
- 修复m3u直播源解析异常

### 新增

- 完善自动更新(检测、下载、安装)
- 设置 - 新增FPS显示
- 设置 - 新增延时加载(减少瞬时卡顿掉帧)
- 设置 - 新增显示模式(分辨率、帧率)
- 设置 - 自定义直播源新增网页二维码
- 设置 - 新增日志历史纪录

### 优化

- 优化选台界面性能
- 操作成功、失败时信息提示
- 添加更新检测时间判断
- 优化本机ip获取
- 添加长按震动反馈

## [1.2.1] - 2024-04-03

### 修复
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8c64682

Please sign in to comment.