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

Release 1.31.1

This commit is contained in:
Albert Vaca Cintora
2024-06-10 15:07:25 +02:00
parent d9755f8438
commit cbd2fa7a4c
2 changed files with 13 additions and 2 deletions

View File

@@ -8,8 +8,8 @@ SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="13100"
android:versionName="1.31.0">
android:versionCode="13101"
android:versionName="1.31.1">
<uses-feature
android:name="android.hardware.telephony"

View File

@@ -0,0 +1,11 @@
1.31
* Allow sharing URLs to disconnected devices, to be opened when they become available later
* Show a notification to continue playing media on this device after stopping it on another device
* Display a shortened version of the pairing verification key
* Tweaks to the app theme
1.30
* Added Bluetooth support (beta)
* Improved device controls
* Added scroll sensitivity option to remote input
* Accessibility improvements