bump version, tweak changelog

This commit is contained in:
Andreas Shimokawa 2022-03-17 20:57:20 +01:00
parent e2f322d34c
commit c5f28ea11e
2 changed files with 13 additions and 11 deletions

View File

@ -1,20 +1,22 @@
### Changelog
### next
### 0.66.0
* Add basic support for Casio GBD-H1000
* Add support for Hama Fit Track 1900 - via FitPro device support
* Add OpenTracksController for interactions with OpenTracks
* Fossil Hybrid HR: Start/stop track in OpenTracks from GPS workout on watch
* Add HUAMI button/device action to control fitness tracking via OpenTracksController
* Fossil Hybrid HR: Try guessing new widget position
* UM-25: Make cumulative values resettable
* XWatch: Add notifications and calls support
* VESC: Fixed crash when loading a saved value
* Fossil HR: Allow assigning no function to a button
* WaspOS: Fix battery chart. Add condition code to weather JSON.
* Fossil Hybrid HR: Allow assigning no function to a button
* Add Huami button/device action to control fitness tracking via OpenTracksController
* Mi Band 6: Sync alarms set on the watch like on Amazfit Bip U and others
* Bangle.js: Handle battery charging status and fix battery chart. Prevent exception in case UART RX line is empty. Add repetitions in alarm json.
* Bangle.js: Handle battery charging status and fix battery chart.
* Bangle.js: Prevent exception in case UART RX line is empty
* Bangle.js: Add repetitions in alarm JSON
* WaspOS: Fix battery chart.
* WaspOS: Add condition code to weather JSON
* XWatch: Add notifications and calls support
* UM-25: Make cumulative values resettable
* VESC: Fixed crash when loading a saved value
* Allow to open Android notification settings from Notification settings
* AutoExporter changes for better operation and troubleshooting
* Change Nightly icons background color

View File

@ -56,8 +56,8 @@ android {
multiDexEnabled true
// Note: always bump BOTH versionCode and versionName!
versionName "0.65.0"
versionCode 209
versionName "0.66.0"
versionCode 210
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""