mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-25 08:05:55 +01:00
bump version, update changelogs
This commit is contained in:
parent
dd0dfb23ac
commit
59dcea5d94
@ -1,6 +1,6 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
#### Next version (WIP)
|
#### 0.79.1
|
||||||
* Initial support for Huawei Watch Fit
|
* Initial support for Huawei Watch Fit
|
||||||
* Initial support for Xiaomi Redmi Watch 3
|
* Initial support for Xiaomi Redmi Watch 3
|
||||||
* Fossil/Skagen Hybrids: Fix crash on multi-byte unicode characters in menu
|
* Fossil/Skagen Hybrids: Fix crash on multi-byte unicode characters in menu
|
||||||
|
@ -90,8 +90,8 @@ android {
|
|||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.79.0"
|
versionName "0.79.1"
|
||||||
versionCode 229
|
versionCode 230
|
||||||
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,14 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.79.1" versioncode="230">
|
||||||
|
<change>Initial support for Huawei Watch Fit</change>
|
||||||
|
<change>Initial support for Xiaomi Redmi Watch 3</change>
|
||||||
|
<change>Fossil/Skagen Hybrids: Fix crash on multi-byte unicode characters in menu</change>
|
||||||
|
<change>Huawei: Add weather support</change>
|
||||||
|
<change>Test Device: Add fake features and data</change>
|
||||||
|
<change>Periodically (around every 2 days) synchronize time on connected devices</change>
|
||||||
|
<change>Set alarm as used and enabled if time has changed</change>
|
||||||
|
</release>
|
||||||
<release version="0.79.0" versioncode="229">
|
<release version="0.79.0" versioncode="229">
|
||||||
<change>Initial support for Honor Magic Watch 2</change>
|
<change>Initial support for Honor Magic Watch 2</change>
|
||||||
<change>Initial support for Mijia MHO-C303</change>
|
<change>Initial support for Mijia MHO-C303</change>
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
* Initial support for Huawei Watch Fit
|
||||||
|
* Initial support for Xiaomi Redmi Watch 3
|
||||||
|
* Fossil/Skagen Hybrids: Fix crash on multi-byte unicode characters in menu
|
||||||
|
* Huawei: Add weather support
|
||||||
|
* Test Device: Add fake features and data
|
||||||
|
* Periodically (around every 2 days) synchronize time on connected devices
|
||||||
|
* Set alarm as used and enabled if time has changed
|
Loading…
Reference in New Issue
Block a user