update changelog and version

This commit is contained in:
Andreas Shimokawa 2022-10-05 11:58:51 +02:00
parent 857a9bf229
commit 7d516a9c96
4 changed files with 18 additions and 2 deletions

View File

@ -1,5 +1,11 @@
### Changelog
### 0.71.1
* Try to exclude non-free stuff from shortcuts library (#2918)
* SuperCars: fix periodicDataSender, add tricks
* Zepp OS: Fix crash when user attempts to disable Settings display item
* Fix crash when opening Gadgetbridge from the notification
### 0.71.0
* Remove KitKat support, Gadgetbridge now requires Android 5.0
* Initial support for Amazfit GTR 3

View File

@ -55,8 +55,8 @@ android {
targetSdkVersion 29
// Note: always bump BOTH versionCode and versionName!
versionName "0.71.0"
versionCode 216
versionName "0.71.1"
versionCode 217
vectorDrawables.useSupportLibrary = true
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
buildConfigField "boolean", "INTERNET_ACCESS", "false"

View File

@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.71.1" versioncode="217">
<change>Try to exclude non-free stuff from shortcuts library (#2918)</change>
<change>SuperCars: fix periodicDataSender, add tricks</change>
<change>Zepp OS: Fix crash when user attempts to disable Settings display item</change>
<change>Fix crash when opening Gadgetbridge from the notification</change>
</release>
<release version="0.71.0" versioncode="216">
<change>Remove KitKat support, Gadgetbridge now requires Android 5.0</change>
<change>Initial support for Amazfit GTR 3</change>

View File

@ -0,0 +1,4 @@
* Try to exclude non-free stuff from shortcuts library (#2918)
* SuperCars: fix periodicDataSender, add tricks
* Zepp OS: Fix crash when user attempts to disable Settings display item
* Fix crash when opening Gadgetbridge from the notification