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:
parent
371ac276a5
commit
76cd464fae
@ -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
|
||||
|
@ -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 {
|
||||
|
@ -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>
|
||||
|
3
fastlane/metadata/android/en-US/changelogs/157.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/157.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user