1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-24 08:10:52 +02:00

Draft changelog, bump version

This commit is contained in:
Andreas Shimokawa 2021-05-16 17:56:52 +02:00
parent 8d21ae1177
commit d8533fc676
2 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,14 @@
### 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
* Amazfit GTR2: Improve firmware update support (still partly broken)
* Amazfit GTR2/GTS2: Prevent emoji transliterating (Seems to support emoji)

View File

@ -26,8 +26,8 @@ android {
multiDexEnabled true
// Note: always bump BOTH versionCode and versionName!
versionName "0.56.2"
versionCode 193
versionName "0.57.0"
versionCode 194
vectorDrawables.useSupportLibrary = true
}
buildTypes {