diff --git a/build.gradle.kts b/build.gradle.kts index e4958a2c..80bd75fe 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,8 +47,8 @@ android { applicationId = "org.kde.kdeconnect_tp" minSdk = 22 targetSdk = 35 - versionCode = 13403 - versionName = "1.34.3" + versionCode = 13404 + versionName = "1.34.4" proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro") } buildFeatures { diff --git a/fastlane/metadata/android/en-US/changelogs/13404.txt b/fastlane/metadata/android/en-US/changelogs/13404.txt new file mode 100644 index 00000000..b63fcf65 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/13404.txt @@ -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.