Skip to content

Commit

Permalink
🔖 v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoxieyoulei committed Jun 19, 2024
1 parent fd853c1 commit 6b9e329
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# 更新日志

## [1.4.1] - 2024-06-19

### 优化

- 优化节目单显示逻辑

### 修复

- 修复设置页面地址错误

## [1.4.0] - 2024-06-11

### 新增

- 超时自动关闭选台界面
- 新增多线路快捷切换
- 设置网页添加日志历史
- 不支持格式音频采用ffmpeg解码

### 优化

- 优化界面逻辑
- 优化界面性能
- 加载界面可以打开设置界面
- 优化多线路选择逻辑

### 修复

- 修复未知直播源格式导致闪退

## [1.3.1] - 2024-05-08

### 新增
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.4.0"
versionName = "1.4.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit 6b9e329

Please sign in to comment.