1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-03 08:52:58 +01:00

bump version, add changelog

This commit is contained in:
Andreas Shimokawa 2019-09-22 21:54:13 +02:00
parent 371ac276a5
commit 76cd464fae
4 changed files with 15 additions and 2 deletions

View File

@ -1,5 +1,10 @@
### Changelog
#### Version 0.36.2
* Amazfit Bip: Untested support for Lite variant
* Force Lineage OS to ask for permission when Trust is used to fix non-working incoming calls
* Charts: List multiple sleep sessions per day
#### Version 0.36.1
* Mi Band 2/3/4, Amazfit Bip/Cor: Add setting to expose the HR sensor to 3rd party apps
* Mi Band 4: Really fix weather location not being updated on the Band

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 27
// Note: always bump BOTH versionCode and versionName!
versionName "0.36.1"
versionCode 156
versionName "0.36.2"
versionCode 157
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.36.2" versioncode="157">
<change>Amazfit Bip: Untested support for Lite variant </change>
<change>Force Lineage OS to ask for permission when Trust is used to fix non-working incoming calls</change>
<change>Charts: List multiple sleep sessions per day</change>
</release>
<release version="0.36.1" versioncode="156">
<change>Mi Band 2/3/4, Amazfit Bip/Cor: Add setting to expose the HR sensor to 3rd party apps</change>
<change>Mi Band 4: Really fix weather location not being updated on the Band</change>

View File

@ -0,0 +1,3 @@
* Amazfit Bip: Untested support for Lite variant
* Force Lineage OS to ask for permission when Trust is used to fix non-working incoming calls
* Charts: List multiple sleep sessions per day