Release 1.34.2

This commit is contained in:
Albert Vaca Cintora
2025-11-09 22:05:43 +01:00
parent c98ce1f472
commit e4c805452a
2 changed files with 13 additions and 2 deletions

View File

@@ -47,8 +47,8 @@ android {
applicationId = "org.kde.kdeconnect_tp"
minSdk = 22
targetSdk = 35
versionCode = 13401
versionName = "1.34.1"
versionCode = 13402
versionName = "1.34.2"
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro")
}
buildFeatures {

View File

@@ -0,0 +1,11 @@
We recently disabled mDNS device discovery by default. Please report any new problems finding devices.
1.34.2
* Made the notification for received files not silent by default.
1.34.0
* Disabled mDNS device discovery by default.
* Fix cellular network connectivity not being reported.
* Fix unwantedly stopping multimedia players after pausing them.
* Fix arrow keys input when using remote input.
* Display "continue watching" notifications less often.