bump version, update changelogs

This commit is contained in:
Andreas Shimokawa 2024-02-22 13:38:22 +01:00
parent dd0dfb23ac
commit 59dcea5d94
4 changed files with 19 additions and 3 deletions

View File

@ -1,6 +1,6 @@
### Changelog
#### Next version (WIP)
#### 0.79.1
* 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

View File

@ -90,8 +90,8 @@ android {
minSdkVersion 21
// Note: always bump BOTH versionCode and versionName!
versionName "0.79.0"
versionCode 229
versionName "0.79.1"
versionCode 230
vectorDrawables.useSupportLibrary = true
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
buildConfigField "boolean", "INTERNET_ACCESS", "false"

View File

@ -1,5 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<change>Initial support for Honor Magic Watch 2</change>
<change>Initial support for Mijia MHO-C303</change>

View File

@ -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