Skip to content

Commit

Permalink
🔖 v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoxieyoulei committed Jun 29, 2024
1 parent 6280626 commit 932edfd
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# 更新日志

## [1.4.2] - 2024-06-29

### 新增

- 新增自定义浏览器UA
- 新增后台时画中画

### 优化

- 优化节目单、收藏显示逻辑
- 优化经典选台界面UI
- 优化设置界面
- 优化tvbox直播源解析
- 经典选台界面支持多天节目单
- 优化toast样式

### 修复

- 修复手机端无法点击更新按钮

## [1.4.1] - 2024-06-19

### 优化
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
minSdk = 21
targetSdk = 34
versionCode = 1
versionName = "1.4.1"
versionName = "1.4.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/top/yogiczy/mytv/data/utils/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Constants {
* IPTV源地址
*/
const val IPTV_SOURCE_URL =
"https://mirror.ghproxy.com/https://fanmingming.com/txt?url=https://raw.githubusercontent.com/fanmingming/live/main/tv/m3u/ipv6.m3u"
"https://mirror.ghproxy.com/https://raw.githubusercontent.com/fanmingming/live/main/tv/m3u/ipv6.m3u"

/**
* IPTV源缓存时间(毫秒)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ fun LeanbackClassicPanelIptvGroupList(
contentPadding = PaddingValues(8.dp),
verticalArrangement = Arrangement.spacedBy(8.dp),
modifier = modifier
.width(120.dp)
.width(140.dp)
.fillMaxHeight()
.background(MaterialTheme.colorScheme.background.copy(0.9f))
.focusRequester(focusRequester)
Expand Down

0 comments on commit 932edfd

Please sign in to comment.