mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-25 08:05:55 +01:00
bump version, draft changelog
This commit is contained in:
parent
1c637283bb
commit
7e2ac49cfc
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,5 +1,22 @@
|
|||||||
### Changelog
|
### 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
|
### 0.63.1
|
||||||
* Huami: Support native reminders
|
* Huami: Support native reminders
|
||||||
* InfiniTime: Initial support for step counting (currently very limited by the device firmware)
|
* InfiniTime: Initial support for step counting (currently very limited by the device firmware)
|
||||||
|
@ -31,8 +31,8 @@ android {
|
|||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.63.1"
|
versionName "0.64.0"
|
||||||
versionCode 207
|
versionCode 208
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user