update changelogs, bump version

This commit is contained in:
Andreas Shimokawa 2024-03-25 09:46:40 +01:00
parent 7d1f9ca007
commit 668ed5ab71
4 changed files with 60 additions and 3 deletions

View File

@ -1,6 +1,6 @@
### Changelog
#### Next release (WIP)
#### 0.80.0
* Initial support for Amazfit Bip 3
* Initial support for Huawei Band 8
* Initial support for Huawei Watch GT 4
@ -11,16 +11,19 @@
* Bangle.js: Set filename on save file dialogs
* Bangle.js: Improve communication stability
* Bangle.js: Sync activity tracks
* Bangle.js: remove unwanted charaters from calendar events
* Femometer Vinca II: Add temperature charts
* Fossil/Skagen Hybrids: Remove activity fetching toasts and add finished signal
* Fossil/Skagen Hybrids: Use steps instead of calories for activity intensity
* Fossil/Skagen Hybrids: Mark device busy and show transfer notification while syncing
* Huami/Zepp OS: Fix activity sync getting stuck sometimes
* Mi Band 1/2: Fix vibration settings preference screens
* Huawei: Add smart wakeup interval
* Pebble: Fix pairing with LE counterpart
* Xiaomi Watch S1 Pro: Add temperature charts
* Xiaomi: Fix sleep sync failing when sleep stages are not found
* Xiaomi: Improve activity sync
* Nothing CMF Watch Pro: Fix music playback status
* Allow for device settings sub-screens (#3620)
* Device connection: Add support for scan before BLE connection
* Misc UI improvements (alarms, chart settings)

View File

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

View File

@ -1,5 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.80.0" versioncode="231">
<change>* Initial support for Amazfit Bip 3</change>
<change>* Initial support for Huawei Band 8</change>
<change>* Initial support for Huawei Watch GT 4</change>
<change>* Initial support for Huawei Watch Ultimate</change>
<change>* Initial support for Sony LinkBuds</change>
<change>* Initial support for Xiaomi Smart Band 8 Active</change>
<change>* Bangle.js: Fix crash when file save is cancelled</change>
<change>* Bangle.js: Set filename on save file dialogs</change>
<change>* Bangle.js: Improve communication stability</change>
<change>* Bangle.js: Sync activity tracks</change>
<change>* Bangle.js: remove unwanted charaters from calendar events</change>
<change>* Femometer Vinca II: Add temperature charts</change>
<change>* Fossil/Skagen Hybrids: Remove activity fetching toasts and add finished signal</change>
<change>* Fossil/Skagen Hybrids: Use steps instead of calories for activity intensity</change>
<change>* Fossil/Skagen Hybrids: Mark device busy and show transfer notification while syncing</change>
<change>* Huami/Zepp OS: Fix activity sync getting stuck sometimes</change>
<change>* Mi Band 1/2: Fix vibration settings preference screens</change>
<change>* Huawei: Add smart wakeup interval</change>
<change>* Pebble: Fix pairing with LE counterpart</change>
<change>* Xiaomi Watch S1 Pro: Add temperature charts</change>
<change>* Xiaomi: Fix sleep sync failing when sleep stages are not found</change>
<change>* Xiaomi: Improve activity sync</change>
<change>* Nothing CMF Watch Pro: Fix music playback status</change>
<change>* Allow for device settings sub-screens (#3620)</change>
<change>* Device connection: Add support for scan before BLE connection</change>
<change>* Misc UI improvements (alarms, chart settings)</change>
</release>
<release version="0.79.1" versioncode="230">
<change>Initial support for Huawei Watch Fit</change>
<change>Initial support for Xiaomi Redmi Watch 3</change>

View File

@ -0,0 +1,26 @@
* Initial support for Amazfit Bip 3
* Initial support for Huawei Band 8
* Initial support for Huawei Watch GT 4
* Initial support for Huawei Watch Ultimate
* Initial support for Sony LinkBuds
* Initial support for Xiaomi Smart Band 8 Active
* Bangle.js: Fix crash when file save is cancelled
* Bangle.js: Set filename on save file dialogs
* Bangle.js: Improve communication stability
* Bangle.js: Sync activity tracks
* Bangle.js: remove unwanted charaters from calendar events
* Femometer Vinca II: Add temperature charts
* Fossil/Skagen Hybrids: Remove activity fetching toasts and add finished signal
* Fossil/Skagen Hybrids: Use steps instead of calories for activity intensity
* Fossil/Skagen Hybrids: Mark device busy and show transfer notification while syncing
* Huami/Zepp OS: Fix activity sync getting stuck sometimes
* Mi Band 1/2: Fix vibration settings preference screens
* Huawei: Add smart wakeup interval
* Pebble: Fix pairing with LE counterpart
* Xiaomi Watch S1 Pro: Add temperature charts
* Xiaomi: Fix sleep sync failing when sleep stages are not found
* Xiaomi: Improve activity sync
* Nothing CMF Watch Pro: Fix music playback status
* Allow for device settings sub-screens (#3620)
* Device connection: Add support for scan before BLE connection
* Misc UI improvements (alarms, chart settings)