mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
bump version, tweak changelog
This commit is contained in:
parent
e2f322d34c
commit
c5f28ea11e
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,20 +1,22 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
### next
|
### 0.66.0
|
||||||
|
|
||||||
* Add basic support for Casio GBD-H1000
|
* Add basic support for Casio GBD-H1000
|
||||||
* Add support for Hama Fit Track 1900 - via FitPro device support
|
* Add support for Hama Fit Track 1900 - via FitPro device support
|
||||||
* Add OpenTracksController for interactions with OpenTracks
|
* Add OpenTracksController for interactions with OpenTracks
|
||||||
* Fossil Hybrid HR: Start/stop track in OpenTracks from GPS workout on watch
|
* 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
|
* Fossil Hybrid HR: Try guessing new widget position
|
||||||
* UM-25: Make cumulative values resettable
|
* Fossil Hybrid HR: Allow assigning no function to a button
|
||||||
* XWatch: Add notifications and calls support
|
* Add Huami button/device action to control fitness tracking via OpenTracksController
|
||||||
* 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.
|
|
||||||
* Mi Band 6: Sync alarms set on the watch like on Amazfit Bip U and others
|
* 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
|
* Allow to open Android notification settings from Notification settings
|
||||||
* AutoExporter changes for better operation and troubleshooting
|
* AutoExporter changes for better operation and troubleshooting
|
||||||
* Change Nightly icons background color
|
* Change Nightly icons background color
|
||||||
|
@ -56,8 +56,8 @@ android {
|
|||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.65.0"
|
versionName "0.66.0"
|
||||||
versionCode 209
|
versionCode 210
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
|
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
|
||||||
|
Loading…
Reference in New Issue
Block a user