Skip to content

Commit

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

## [1.3.0] - 2024-04-25

### 新增

- 多直播源(历史直播源)
- 多线路
- 多节目单(历史节目单)
- 当天节目单
- 频道收藏
- 节目进度
- 播放器信息

### 优化

- 防止更新提示太频繁
- 修复打开选台界面后,未能正确聚焦到当前频道
- 跟换epg默认地址
- 设置页面新增上传apk

## [1.2.0] - 2024-04-18

### 新增
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.2.0"
versionName = "1.3.0"
vectorDrawables {
useSupportLibrary = true
}
Expand Down

0 comments on commit c4bd77f

Please sign in to comment.