mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-24 01:25:50 +01:00
update changelog, bump version
This commit is contained in:
parent
ba565df088
commit
51c7a1f202
16
CHANGELOG.md
16
CHANGELOG.md
@ -1,19 +1,31 @@
|
||||
### Changelog
|
||||
|
||||
### 0.69.0 (next)
|
||||
* Initial Support for Mi Band 7
|
||||
* Initial support for devices using Binary Sensor Service
|
||||
* Mi Band 4: Add activity monitoring option
|
||||
* Mi Band 4: Enable heartrate activity monitoring support
|
||||
* Mi Band 4: Enable activate display on lift sensitivity setting
|
||||
* Mi Band 6: Enable password support
|
||||
* Mi Band 4/6: Enable sending GPS coordinates to band during workout
|
||||
* Mi Band 4/6: Enable start fitness tracking on phone when workout starts on band setting
|
||||
* Amazfit Neo: Support hourly chime which was added in firmware 1.1.2.46
|
||||
* Amazfit Neo: Fix daily steps goal and notification
|
||||
* Bangle.js: make text as bitmaps have transparent background, and allow font size to be specified
|
||||
* Amazfit Neo: Fix heartrate sleep detection setting
|
||||
* Amazfit Neo: Enable heartrate activity monitoring support
|
||||
* Amazfit Neo: Fix alarms setting to "unused" on connect.
|
||||
* Bangle.js: Make text as bitmaps have transparent background, and allow font size to be specified
|
||||
* Bangle.js: Allow starting Activties on the Android device
|
||||
* Fossil Hybrid HR: Add support for Hybrid HR 38mm watches
|
||||
* Fossil Hybrid HR: Add optional circle backgrounds to widgets
|
||||
* Fossil Hybrid HR: Add toggling of widgets with physical button event
|
||||
* Fossil Hybrid HR: Add missing physical button options
|
||||
* Fossil Q Hybrid: Fix config activity after multi-device merge
|
||||
* InfiniTine: Fixes for steps count sync
|
||||
* Add steps/sleep streaks screen
|
||||
* Add French transliteration
|
||||
* Refactor file logging initialization logic
|
||||
* Add alert to Log Sharing if logging has not been enabled yet
|
||||
* Fix crash on some phones for find android device (add fallback tone)
|
||||
* Fix regression since 0.68.0 with active auto connect
|
||||
|
||||
### 0.68.0
|
||||
|
@ -55,8 +55,8 @@ android {
|
||||
multiDexEnabled true
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.68.0"
|
||||
versionCode 213
|
||||
versionName "0.69.0"
|
||||
versionCode 214
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
multiDexEnabled true
|
||||
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
|
||||
|
Loading…
Reference in New Issue
Block a user