mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-23 18:36:50 +01:00
draft changelog and other stuff for release
This commit is contained in:
parent
b867bacae9
commit
de567ba3d3
@ -1,5 +1,14 @@
|
||||
### Changelog
|
||||
|
||||
### 0.59.1
|
||||
* Fossil Hybrid HR: Add power saving feature
|
||||
* Fossil Hybrid HR: Add timezone selector for second timezone widget
|
||||
* Fossil Hybrid HR: add many new widgets (battery, calories, 2nd TZ, chance of rain)
|
||||
* Fossil Hybrid HR: Support setting metric/imperial mode
|
||||
* add Heart Rate measurement screen, accessible via heart icon in device action icons
|
||||
* Amazfit T-Rex Pro: Try to fix some menu items
|
||||
* Huami: re-enable setting the timezone correctly with included DST
|
||||
|
||||
### 0.59.0
|
||||
* Initial support for SMA Q2 OSS firmware (Emeryth)
|
||||
* Fix broken UM25 support
|
||||
|
@ -31,8 +31,8 @@ android {
|
||||
multiDexEnabled true
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.59.0"
|
||||
versionCode 199
|
||||
versionName "0.59.1"
|
||||
versionCode 200
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
multiDexEnabled true
|
||||
}
|
||||
|
@ -1,5 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.59.1" versioncode="200">
|
||||
<change>Fossil Hybrid HR: Add power saving feature</change>
|
||||
<change>Fossil Hybrid HR: Add timezone selector for second timezone widget</change>
|
||||
<change>Fossil Hybrid HR: add many new widgets (battery, calories, 2nd TZ, chance of rain)</change>
|
||||
<change>Fossil Hybrid HR: Support setting metric/imperial mode</change>
|
||||
<change>add Heart Rate measurement screen, accessible via heart icon in device action icons</change>
|
||||
<change>Amazfit T-Rex Pro: Try to fix some menu items</change>
|
||||
<change>Huami: re-enable setting the timezone correctly with included DST</change>
|
||||
</release>
|
||||
<release version="0.59.0" versioncode="199">
|
||||
<change>Initial support for SMA Q2 OSS firmware (Emeryth)</change>
|
||||
<change>Fix broken UM25 support</change>
|
||||
|
7
fastlane/metadata/android/en-US/changelogs/200.txt
Normal file
7
fastlane/metadata/android/en-US/changelogs/200.txt
Normal file
@ -0,0 +1,7 @@
|
||||
* Fossil Hybrid HR: Add power saving feature
|
||||
* Fossil Hybrid HR: Add timezone selector for second timezone widget
|
||||
* Fossil Hybrid HR: add many new widgets (battery, calories, 2nd TZ, chance of rain)
|
||||
* Fossil Hybrid HR: Support setting metric/imperial mode
|
||||
* add Heart Rate measurement screen, accessible via heart icon in device action icons
|
||||
* Amazfit T-Rex Pro: Try to fix some menu items
|
||||
* Huami: re-enable setting the timezone correctly with included DST
|
Loading…
Reference in New Issue
Block a user