mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 08:52:58 +01:00
Draft changelog, bump version
This commit is contained in:
parent
8d21ae1177
commit
d8533fc676
@ -1,5 +1,14 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
### 0.57.0 (WIP)
|
||||||
|
* Initial limited support for Mi Band 6
|
||||||
|
* Amazfit GTR2/GTS2: Fix for flashing watchfaces
|
||||||
|
* Amazfit GTR/GTS/GTR2/GTS2/Bip S: Allow flashing AGPS bundles
|
||||||
|
* Amazfit Neo: Add lift wrist setting
|
||||||
|
* Fossil Hybrid HR: Restructure settings menus for calibration, file management and physical buttons
|
||||||
|
* Fossil Hybrid HR: Hide old settings on newer firmwares
|
||||||
|
* Improved PineTime/InfiniTime firmware DFU metadata parsing and checks
|
||||||
|
|
||||||
### 0.56.2
|
### 0.56.2
|
||||||
* Amazfit GTR2: Improve firmware update support (still partly broken)
|
* Amazfit GTR2: Improve firmware update support (still partly broken)
|
||||||
* Amazfit GTR2/GTS2: Prevent emoji transliterating (Seems to support emoji)
|
* Amazfit GTR2/GTS2: Prevent emoji transliterating (Seems to support emoji)
|
||||||
|
@ -26,8 +26,8 @@ android {
|
|||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.56.2"
|
versionName "0.57.0"
|
||||||
versionCode 193
|
versionCode 194
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
Reference in New Issue
Block a user