2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-22 09:58:08 +00:00

Release 1.33.4

This commit is contained in:
Albert Vaca Cintora 2025-05-02 17:22:52 +02:00
parent e3ccfb1b25
commit ed1dcdab52
No known key found for this signature in database
2 changed files with 18 additions and 2 deletions

View File

@ -40,8 +40,8 @@ android {
applicationId = "org.kde.kdeconnect_tp" applicationId = "org.kde.kdeconnect_tp"
minSdk = 21 minSdk = 21
targetSdk = 35 targetSdk = 35
versionCode = 13303 versionCode = 13304
versionName = "1.33.3" versionName = "1.33.4"
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro") proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro")
} }
buildFeatures { buildFeatures {

View File

@ -0,0 +1,16 @@
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.1
* Fix compatibility with GSConnect.
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).