mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-26 16:41:43 +01:00
bump version, draft changelog
This commit is contained in:
parent
f7fe3a836f
commit
258a76b10a
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,15 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### NEXT
|
||||||
|
* BFH-16: Initial support
|
||||||
|
* Mi Band 2/3/Bip/Cor: Generate random per-device secutiry keys when pairing, allow manual override to still support multiple android devices connecting to the same device
|
||||||
|
* Mi Band 3: Add Indonesian, Thai, Arabic, Vietnamese, Portuguese, Dutch, Turkish and Ukrainian to language settings
|
||||||
|
* Mi Band 3: Support flashing latest Japanese-Korean font
|
||||||
|
* Amazfit Cor 2: Inital experimental support (untested)
|
||||||
|
* Casio: Bugfixes and improvements
|
||||||
|
* Lookup contacts also in work profile
|
||||||
|
* Fix searching in application name when blacklisting
|
||||||
|
|
||||||
#### Version 0.32.4
|
#### Version 0.32.4
|
||||||
* Make voip call support optional (disabled by default)
|
* Make voip call support optional (disabled by default)
|
||||||
* Amazfit Bip: GPX export corrections
|
* Amazfit Bip: GPX export corrections
|
||||||
|
@ -25,8 +25,8 @@ android {
|
|||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.32.4"
|
versionName "0.33.0"
|
||||||
versionCode 147
|
versionCode 148
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
Reference in New Issue
Block a user