Skip to content

Commit

Permalink
✨ tv2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoxieyoulei committed Aug 17, 2024
1 parent 96825e3 commit adccb98
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# 更新日志

## [2.2.0] - 2024-08-17

### 新增

- 超时关闭界面延时可修改
- 新增播放器显示模式
- 新增使用须知
- 新增设置恢复初始化

### 优化

- 去除直播源重复线路
- 优化播放控制进度
- 优化频道分组管理名称过长
- 优化长文本自动滚动
- 跟换media3 ffmpeg aar

### 修复

- 修复部分场景下链接回放检测闪退
- 修复部分设备无未知来源安装权限设置项导致闪退
- 移除自定义直播源界面获取直播源信息,可能导致部分低内存设备OOM
- 修复设置网页无法打开
- 修复节目单匹配问题
- 修复切换频道时播放器信息未重置

## [2.1.2] - 2024-08-11

### 新增
Expand Down
2 changes: 1 addition & 1 deletion tv/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
versionCode = 2
versionName = "2.1.2"
versionName = "2.2.0"
vectorDrawables {
useSupportLibrary = true
}
Expand Down

0 comments on commit adccb98

Please sign in to comment.