Skip to content

Commit

Permalink
🔖 v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoxieyoulei committed Aug 1, 2024
1 parent ffe0f44 commit a861e09
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions .idea/other.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# 更新日志

## [1.4.3] - 2024-08-01

### 新增

- 新增超时换源、断线重连
- 支持rtsp
- 新增全局画面比例

### 优化

- 默认禁用画中画

### 修复

- 尝试修复手机端设置界面直接退出应用

## [1.4.2] - 2024-06-29

### 新增
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.2"
versionName = "1.4.3"

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

0 comments on commit a861e09

Please sign in to comment.