mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
Bump version, add changelog
This commit is contained in:
parent
f4115fa617
commit
27f8d195c1
@ -1,11 +1,12 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
#### 0.47.2 (WIP)
|
#### 0.47.2
|
||||||
* Amazfit Bip S: Send sunrise and sunset on latest firmware if enabled
|
* Amazfit Bip S: Send sunrise and sunset on latest firmware if enabled
|
||||||
* Huami: Support new firmware update protocol (fixes firmware flashing with firmware 2.1.1.50/4.1.5.55 on Amazfit Bip S)
|
* Huami: Support new firmware update protocol (fixes firmware flashing with firmware 2.1.1.50/4.1.5.55 on Amazfit Bip S)
|
||||||
* Huami: Allow flashing latest GPS firmware
|
* Huami: Allow flashing latest GPS firmware
|
||||||
* InfiniTime: Add support for music control
|
* InfiniTime: Add support for music control
|
||||||
* Pebble: Fix steps on home screen widget
|
* Pebble: Fix steps on home screen widget
|
||||||
|
* Bangle.js: Fix issue where call state reporting was corrupted
|
||||||
* Add charts to sport activity summary view
|
* Add charts to sport activity summary view
|
||||||
* Add missing icons for new sport activity types
|
* Add missing icons for new sport activity types
|
||||||
|
|
||||||
|
@ -25,8 +25,8 @@ android {
|
|||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.47.1"
|
versionName "0.47.2"
|
||||||
versionCode 180
|
versionCode 181
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,5 +1,14 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.47.2" versioncode="181">
|
||||||
|
<change>Amazfit Bip S: Send sunrise and sunset on latest firmware if enabled</change>
|
||||||
|
<change>Huami: Support new firmware update protocol (fixes firmware flashing with firmware 2.1.1.50/4.1.5.55 on Amazfit Bip S)</change>
|
||||||
|
<change>Huami: Allow flashing latest GPS firmware</change>
|
||||||
|
<change>InfiniTime: Add support for music control</change>
|
||||||
|
<change>Pebble: Fix steps on home screen widget</change>
|
||||||
|
<change>Bangle.js: Fix issue where call state reporting was corrupted</change>
|
||||||
|
<change>Add charts to sport activity summary view</change>
|
||||||
|
<change>Add missing icons for new sport activity type</change>
|
||||||
<release version="0.47.1" versioncode="180">
|
<release version="0.47.1" versioncode="180">
|
||||||
<change>Huami: Add new activity types found in recent Bip S firmware</change>
|
<change>Huami: Add new activity types found in recent Bip S firmware</change>
|
||||||
<change>Huami: Many improvements to the activity summary view, including a global view for all devices, filtering per activity type and much more</change>
|
<change>Huami: Many improvements to the activity summary view, including a global view for all devices, filtering per activity type and much more</change>
|
||||||
|
8
fastlane/metadata/android/en-US/changelogs/181.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/181.txt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
* Amazfit Bip S: Send sunrise and sunset on latest firmware if enabled
|
||||||
|
* Huami: Support new firmware update protocol (fixes firmware flashing with firmware 2.1.1.50/4.1.5.55 on Amazfit Bip S)
|
||||||
|
* Huami: Allow flashing latest GPS firmware
|
||||||
|
* InfiniTime: Add support for music control
|
||||||
|
* Pebble: Fix steps on home screen widget
|
||||||
|
* Bangle.js: Fix issue where call state reporting was corrupted
|
||||||
|
* Add charts to sport activity summary view
|
||||||
|
* Add missing icons for new sport activity type
|
Loading…
Reference in New Issue
Block a user