mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 09:01:55 +01:00
bump version, add xml and fastlane changelogs
This commit is contained in:
parent
2113dd691e
commit
bfefc7f31c
@ -1,6 +1,6 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
#### Next
|
#### 0.83.1
|
||||||
* Initial support for Garmin Fenix 6X Pro Solar
|
* Initial support for Garmin Fenix 6X Pro Solar
|
||||||
* Initial support for Redmi Buds 4 Active
|
* Initial support for Redmi Buds 4 Active
|
||||||
* Colmi R09: Add support for temperature data
|
* Colmi R09: Add support for temperature data
|
||||||
|
@ -79,8 +79,8 @@ android {
|
|||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.83.0"
|
versionName "0.83.1"
|
||||||
versionCode 235
|
versionCode 236
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
|
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
|
||||||
buildConfigField "boolean", "INTERNET_ACCESS", "false"
|
buildConfigField "boolean", "INTERNET_ACCESS", "false"
|
||||||
|
@ -1,5 +1,18 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.83.1" versioncode="236">
|
||||||
|
<change>Initial support for Garmin Fenix 6X Pro Solar</change>
|
||||||
|
<change>Initial support for Redmi Buds 4 Active</change>
|
||||||
|
<change>Colmi R09: Add support for temperature data</change>
|
||||||
|
<change>Garmin: Enable calendar sync setting</change>
|
||||||
|
<change>Garmin: Enable transliteration setting</change>
|
||||||
|
<change>Garmin: Prevent double initialization</change>
|
||||||
|
<change>Marstek B2500: Display current battery change level in Wh, not only percentage</change>
|
||||||
|
<change>Marstek B2500: Fix wrong gauge display for panel 2 and output 2</change>
|
||||||
|
<change>Xiaomi-protobuf: Improve activity and workout parsing</change>
|
||||||
|
<change>Display sleep HR average in past 24h mode</change>
|
||||||
|
<change>Send phone volume changes to devices</change>
|
||||||
|
</release>
|
||||||
<release version="0.83.0" versioncode="235">
|
<release version="0.83.0" versioncode="235">
|
||||||
<change>Add first start onboarding screen</change>
|
<change>Add first start onboarding screen</change>
|
||||||
<change>Initial support for Bowers and Wilkins P Series</change>
|
<change>Initial support for Bowers and Wilkins P Series</change>
|
||||||
|
@ -0,0 +1,11 @@
|
|||||||
|
* Initial support for Garmin Fenix 6X Pro Solar
|
||||||
|
* Initial support for Redmi Buds 4 Active
|
||||||
|
* Colmi R09: Add support for temperature data
|
||||||
|
* Garmin: Enable calendar sync setting
|
||||||
|
* Garmin: Enable transliteration setting
|
||||||
|
* Garmin: Prevent double initialization
|
||||||
|
* Marstek B2500: Display current battery change level in Wh, not only percentage
|
||||||
|
* Marstek B2500: Fix wrong gauge display for panel 2 and output 2
|
||||||
|
* Xiaomi-protobuf: Improve activity and workout parsing
|
||||||
|
* Display sleep HR average in past 24h mode
|
||||||
|
* Send phone volume changes to devices
|
Loading…
Reference in New Issue
Block a user