Skip to content

Commit

Permalink
🔖 v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoxieyoulei committed Apr 2, 2024
1 parent a53996d commit 1a32cc0
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 更新日志

## [1.2.0] - 2024-04-02

### 修复

- 修复点击空白区域无法打开关闭选台、设置界面
- 修复部分设备网络异常 CERTIFICATE_VERIFY_FAILED
- 修复设置界面列表滚动错位

### 新增

- 新增节目单(正在播放)
- 支持开机启动
- 新增平滑换台、节目单启用设置
- 新增检查更新

### 优化

- 播放失败后信息提示
- 长按OK键可打开设置界面
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
- [ ] 自定义直播源
- [ ] 性能优化

## 更新日志

[更新日志](./CHANGELOG.md)

## 开发环境

```
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.1.0
version: 1.2.0

environment:
sdk: '>=3.3.2 <4.0.0'
Expand Down

0 comments on commit 1a32cc0

Please sign in to comment.