diff --git a/build.gradle.kts b/build.gradle.kts index 17c1b4c5..ea802e22 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,8 +40,8 @@ android { applicationId = "org.kde.kdeconnect_tp" minSdk = 21 targetSdk = 35 - versionCode = 13304 - versionName = "1.33.4" + versionCode = 13305 + versionName = "1.33.5" proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro") } buildFeatures { diff --git a/fastlane/metadata/android/en-US/changelogs/13305.txt b/fastlane/metadata/android/en-US/changelogs/13305.txt new file mode 100644 index 00000000..9185fcfa --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/13305.txt @@ -0,0 +1,16 @@ +1.33.5 +* Bug fixes and translation improvements. + +1.33.4 +* Extend offline URL sharing behavior to direct share targets. +* Improve paring screen. + +1.33.3 +* Fix connection issues. Pairing again might be needed in some cases. +* Add a setting to export the application logs. + +1.33.0 +* Add support for PeerTube links. +* Allow filtering notifications from work profile. +* Fix bug where devices would unpair without user interaction. +* Verification key now changes every second (if both devices support it).