mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
update changelogs, bump version
This commit is contained in:
parent
8243fe712e
commit
54231ba490
@ -1,5 +1,11 @@
|
||||
### Changelog
|
||||
|
||||
#### Version 0.21.6
|
||||
* Amazfit Bip: Fix non-working notifications from Outlook, Yahoo Mail and GMail
|
||||
* HPlus: Fix Unicode encoding
|
||||
* No.1 F1: Alarms support
|
||||
* No.1 F1: Show data fetching progress
|
||||
|
||||
#### Version 0.21.5
|
||||
* Mi2/Bip: Support setting distance units (metric/imperial)
|
||||
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 25
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.21.5"
|
||||
versionCode 106
|
||||
versionName "0.21.6"
|
||||
versionCode 107
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.21.6" versioncode="107">
|
||||
<change>Amazfit Bip: Fix non-working notifications from Outlook, Yahoo Mail and GMail</change>
|
||||
<change>HPlus: Fix Unicode encoding</change>
|
||||
<change>No.1 F1: Alarms support</change>
|
||||
<change>No.1 F1: Show data fetching progress</change>
|
||||
</release>
|
||||
<release version="0.21.5" versioncode="106">
|
||||
<change>Mi2/Bip: Support setting distance units (metric/imperial)</change>
|
||||
</release>
|
||||
|
4
fastlane/metadata/android/en-US/changelogs/107.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/107.txt
Normal file
@ -0,0 +1,4 @@
|
||||
* Amazfit Bip: Fix non-working notifications from Outlook, Yahoo Mail and GMail
|
||||
* HPlus: Fix Unicode encoding
|
||||
* No.1 F1: Alarms support
|
||||
* No.1 F1: Show data fetching progress
|
Loading…
Reference in New Issue
Block a user