Skip to content

Commit

Permalink
🔖 v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoxieyoulei committed May 8, 2024
1 parent 10a109c commit 48e7137
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Prepare artifacts
run: |
mkdir artifacts
cp app/release/mytv-android-*.apk artifacts/
cp app/release/*.apk artifacts/
- name: Upload Release
uses: ncipollo/release-action@v1
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# 更新日志

## [1.3.1] - 2024-05-08

### 新增

- 新增频道ipv4、ipv6标识
- 新增更新强提醒
- 新增经典选台界面
- 新增界面缩放
- 新增时间显示

### 优化

- 显示频道分组数量
- 左右切换节目单
- 优化设置界面

### 修复

- 修复部分链接播放失败

## [1.3.0] - 2024-04-25

### 新增
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,18 @@
- 设置入口:打开应用设置界面,选中`自定义直播源`项,点击后将弹出历史直播源列表
- 历史直播源列表:短按可切换当前直播源(需重启),长按将清除历史记录;该功能类似于`多仓`,主要用于简化直播源切换流程
- 须知:
1. 当直播源数据获取成功时,会将该直播源保存到历史直播源列表中
2. 当直播源数据获取失败时,会将该直播源移出历史直播源列表
1. 当直播源数据获取成功时,会将该直播源保存到历史直播源列表中
2. 当直播源数据获取失败时,会将该直播源移出历史直播源列表

### 多线路

- 功能描述:同一频道拥有多个播放地址,相关标识位于频道名称后面
- 切换线路:左右方向键;屏幕左右滑动
- 自动切换:当当前线路播放失败后,将自动播放下一个线路,直至最后
- 须知:
1. 当某一线路播放成功后,会将该线路的`域名`保存到`可播放域名列表`
2. 当某一线路播放失败后,会将该线路的`域名`移出`可播放域名列表`
3. 当播放某一频道时,将优先选择匹配`可播放域名列表`的线路
1. 当某一线路播放成功后,会将该线路的`域名`保存到`可播放域名列表`
2. 当某一线路播放失败后,会将该线路的`域名`移出`可播放域名列表`
3. 当播放某一频道时,将优先选择匹配`可播放域名列表`的线路

### 自定义节目单

Expand Down Expand Up @@ -99,7 +99,7 @@
- [x] 节目单
- [x] 开机自启
- [x] 自动更新
- [x] 多直播源(多仓)
- [x] 多直播源
- [x] 多线路
- [x] 自定义直播源
- [x] 多节目单
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
minSdk = 21
targetSdk = 34
versionCode = 1
versionName = "1.3.0"
versionName = "1.3.1"
vectorDrawables {
useSupportLibrary = true
}
Expand Down

0 comments on commit 48e7137

Please sign in to comment.