Release 1.26.1

This commit is contained in:
Albert Vaca Cintora
2023-06-24 15:37:07 +02:00
parent 10352e53c2
commit 096cf3f5f5
2 changed files with 11 additions and 2 deletions

View File

@@ -9,8 +9,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"
package="org.kde.kdeconnect_tp"
android:versionCode="12600"
android:versionName="1.26.0">
android:versionCode="12601"
android:versionName="1.26.1">
<uses-feature
android:name="android.hardware.telephony"

View File

@@ -0,0 +1,9 @@
1.26.1:
* Fix infinite loop that would cause high CPU usage.
1.26.0:
* Allow having different widgets for diferent devices.
* Add stats about network packets sent and received.
* Add the option to cancel a pairing request after sending it.
* Fix device name set initially not being human-friendly.
* Rewrite some of the internals to improve performance.