mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 09:01:55 +01:00
bump version add xml changelog
This commit is contained in:
parent
3ad25ed7f1
commit
cffface778
@ -1,6 +1,6 @@
|
||||
### Changelog
|
||||
|
||||
#### Next
|
||||
#### 0.49.0
|
||||
* Initial support for Amazfit Bip S Lite
|
||||
* Initial support for Amazfit GTR 2
|
||||
* Huami: allow sorting of shortcuts and menus (all except Mi Band 2)
|
||||
@ -8,6 +8,7 @@
|
||||
* Mi/Amazfit Band 5: Support shortcuts (right/left swipe)
|
||||
* Amazfit GTS: Fix firmware flashing on Firmware >=0.1.1.16
|
||||
* Amazfit GTR: Fix firmware flashing on Firmware >=1.3.7.16 or >=1.7.0.10
|
||||
* Amazfit GTR/GTS: Add missing settings menu item in preferences
|
||||
* Fossil Hybrid HR: Remove Android notifications when deleting them from the watch
|
||||
* Fossil Hybrid HR: Enable rejecting calls on newer firmwares
|
||||
* Fossil Hybrid HR: Support hands calibration
|
||||
|
@ -25,8 +25,8 @@ android {
|
||||
targetSdkVersion 29
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.48.0"
|
||||
versionCode 182
|
||||
versionName "0.49.0"
|
||||
versionCode 183
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.49.0" versioncode="183">
|
||||
<change>Initial support for Amazfit Bip S Lite</change>
|
||||
<change>Initial support for Amazfit GTR 2</change>
|
||||
<change>Huami: allow sorting of shortcuts and menus (all except Mi Band 2)</change>
|
||||
<change>Amazfit Band 5: Allow enabling SpO2 menu</change>
|
||||
<change>Mi/Amazfit Band 5: Support shortcuts (right/left swipe)</change>
|
||||
<change>Amazfit GTS: Fix firmware flashing on Firmware >=0.1.1.16</change>
|
||||
<change>Amazfit GTR: Fix firmware flashing on Firmware >=1.3.7.16 or >=1.7.0.10</change>
|
||||
<change>Amazfit GTR/GTS: Add missing settings menu item in preferences</change>
|
||||
<change>Fossil Hybrid HR: Remove Android notifications when deleting them from the watch</change>
|
||||
<change>Fossil Hybrid HR: Enable rejecting calls on newer firmwares</change>
|
||||
<change>Fossil Hybrid HR: Support hands calibration</change>
|
||||
<change>Fossil Hybrid HR: Support factory reset</change>
|
||||
<change>InfiniTime: Improve notification support for firmware >=0.9</change>
|
||||
<change>Add version to About screen</change>
|
||||
<change>Show GPS track in Sport Activity detail screen</change>
|
||||
<change>Add Activity List Dashboard/Summary view to charts</change>
|
||||
<change>Add heart rate average to Activity and Sleep charts</change>
|
||||
<change>Add intensity to Sleep charts</change>
|
||||
<change>Recognize Wire messenger as a chat application</change>
|
||||
<change>Add confirmation dialog for find device button</change>
|
||||
</release>
|
||||
<release version="0.48.0" versioncode="182">
|
||||
<change>Initial support for Sony SWR12</change>
|
||||
<change>Initial support for Lefun Smart Bands</change>
|
||||
|
20
fastlane/metadata/android/en-US/changelogs/183.txt
Normal file
20
fastlane/metadata/android/en-US/changelogs/183.txt
Normal file
@ -0,0 +1,20 @@
|
||||
* Initial support for Amazfit Bip S Lite
|
||||
* Initial support for Amazfit GTR 2
|
||||
* Huami: allow sorting of shortcuts and menus (all except Mi Band 2)
|
||||
* Amazfit Band 5: Allow enabling SpO2 menu
|
||||
* Mi/Amazfit Band 5: Support shortcuts (right/left swipe)
|
||||
* Amazfit GTS: Fix firmware flashing on Firmware >=0.1.1.16
|
||||
* Amazfit GTR: Fix firmware flashing on Firmware >=1.3.7.16 or >=1.7.0.10
|
||||
* Amazfit GTR/GTS: Add missing settings menu item in preferences
|
||||
* Fossil Hybrid HR: Remove Android notifications when deleting them from the watch
|
||||
* Fossil Hybrid HR: Enable rejecting calls on newer firmwares
|
||||
* Fossil Hybrid HR: Support hands calibration
|
||||
* Fossil Hybrid HR: Support factory reset
|
||||
* InfiniTime: Improve notification support for firmware >=0.9
|
||||
* Add version to About screen
|
||||
* Show GPS track in Sport Activity detail screen
|
||||
* Add Activity List Dashboard/Summary view to charts
|
||||
* Add heart rate average to Activity and Sleep charts
|
||||
* Add intensity to Sleep charts
|
||||
* Recognize Wire messenger as a chat application
|
||||
* Add confirmation dialog for find device button
|
Loading…
Reference in New Issue
Block a user