1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-09 06:38:01 +02:00

bump version, draft changelog

This commit is contained in:
Andreas Shimokawa 2021-12-27 21:54:33 +01:00
parent 1c637283bb
commit 7e2ac49cfc
2 changed files with 19 additions and 2 deletions

View File

@ -1,5 +1,22 @@
### Changelog
### 0.64.0 (WIP)
* Initial support for VESC NRF/HM10 devices
* Initial support vor Bose QC35
* Initial support for Sony WF-SP800N
* Fossil Hybrid HR: Fix on-device confirmation for older firmwares
* Sony WH-1000XM3: Fix Ambient Sound Control commands, potentially improving ANC quality
* Sony WH-1000XM3: Read configuration from device
* InfiniTime: Remove debug Toast and subscription to UUID_CHARACTERISTIC_MOTION_RAW_XYZ_VALUES
* Roidmi: Fix frequency configuration on some non-english languages
* Roidmi 3: Add support for Mojietu 3 rebrand
* Amazfit GTS 2 mini: Fix notification title not appearing for non-chat apps
* Amazfit Bip U/Pro: Disable event reminder feature, it is not supported by the device.
* Amazfit Bip U/Pro: Allow enabling Todo List menu (feature still not supported)
* Bangle.js: send weather confition code to device
* Allow adding test device directly from the discovery screen
* Keep device info on the correct device during reordering
### 0.63.1
* Huami: Support native reminders
* InfiniTime: Initial support for step counting (currently very limited by the device firmware)

View File

@ -31,8 +31,8 @@ android {
multiDexEnabled true
// Note: always bump BOTH versionCode and versionName!
versionName "0.63.1"
versionCode 207
versionName "0.64.0"
versionCode 208
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
}