update changelogs, bump version

This commit is contained in:
Andreas Shimokawa 2024-02-12 15:36:30 +01:00
parent f449d88ad1
commit 5b804bfb17
4 changed files with 52 additions and 5 deletions

View File

@ -1,7 +1,6 @@
### Changelog
#### Next Version (WIP)
#### 0.79.0
* Initial support for Honor Magic Watch 2
* Initial support for Mijia MHO-C303
* Initial support for Nothing CMF Watch Pro
@ -15,7 +14,7 @@
* Huawei Watch GT 2: Fix pairing
* Redmi Smart Band Pro: Fix password digits
* Pebble: Fix app configuration page
* Pebble: Fix pairing issue with Pebble 2
* Pebble 2: Fix pairing issue
* PineTime: Fix weather forecast on InfiniTime's new simple weather
* Xiaomi: Fix sleep sometimes extending past the wakeup time
* Xiaomi: Request battery level and charging state periodically

View File

@ -89,8 +89,8 @@ android {
compileSdk 33
// Note: always bump BOTH versionCode and versionName!
versionName "0.78.0"
versionCode 228
versionName "0.79.0"
versionCode 229
vectorDrawables.useSupportLibrary = true
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
buildConfigField "boolean", "INTERNET_ACCESS", "false"

View File

@ -1,5 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.79.0" versioncode="229">
<change>Initial support for Honor Magic Watch 2</change>
<change>Initial support for Mijia MHO-C303</change>
<change>Initial support for Nothing CMF Watch Pro</change>
<change>Initial support for Sony WI-SP600N</change>
<change>Experimental support for Redmi Watch 2</change>
<change>Experimental support for Xiaomi Smart Band 8 Pro</change>
<change>Experimental support for Xiaomi Watch S1 Pro</change>
<change>Experimental support for Xiaomi Watch S1</change>
<change>Experimental support for Xiaomi Watch S3</change>
<change>Galaxy Buds2 Pro: Fix recognition of some versions</change>
<change>Huawei Watch GT 2: Fix pairing</change>
<change>Redmi Smart Band Pro: Fix password digits</change>
<change>Pebble: Fix app configuration page</change>
<change>Pebble 2: Fix pairing issue</change>
<change>PineTime: Fix weather forecast on InfiniTime's new simple weather</change>
<change>Xiaomi: Fix sleep sometimes extending past the wakeup time</change>
<change>Xiaomi: Request battery level and charging state periodically</change>
<change>Xiaomi: Fix sleep stage parsing for some devices</change>
<change>Zepp OS: Improve device discovery</change>
<change>Zepp OS: Fix weather not working on some devices</change>
<change>Zepp OS: Prevent crash when installing large firmware updates</change>
<change>Fix sport activity summary group order</change>
<change>Fix reconnection to devices failing occasionally</change>
</release>
<release version="0.78.0" versioncode="228">
<change>Initial support for Honor Band 3,4,5,6</change>
<change>Initial support for Huawei Band 4, 4 Pro, 6, 7, 3e, 4e</change>

View File

@ -0,0 +1,23 @@
* Initial support for Honor Magic Watch 2
* Initial support for Mijia MHO-C303
* Initial support for Nothing CMF Watch Pro
* Initial support for Sony WI-SP600N
* Experimental support for Redmi Watch 2
* Experimental support for Xiaomi Smart Band 8 Pro
* Experimental support for Xiaomi Watch S1 Pro
* Experimental support for Xiaomi Watch S1
* Experimental support for Xiaomi Watch S3
* Galaxy Buds2 Pro: Fix recognition of some versions
* Huawei Watch GT 2: Fix pairing
* Redmi Smart Band Pro: Fix password digits
* Pebble: Fix app configuration page
* Pebble 2: Fix pairing issue
* PineTime: Fix weather forecast on InfiniTime's new simple weather
* Xiaomi: Fix sleep sometimes extending past the wakeup time
* Xiaomi: Request battery level and charging state periodically
* Xiaomi: Fix sleep stage parsing for some devices
* Zepp OS: Improve device discovery
* Zepp OS: Fix weather not working on some devices
* Zepp OS: Prevent crash when installing large firmware updates
* Fix sport activity summary group order
* Fix reconnection to devices failing occasionally