1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-26 16:26:52 +02:00

bump version, draft changelog

This commit is contained in:
Andreas Shimokawa 2021-06-13 15:38:57 +02:00
parent a52d22071c
commit f328f80394
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
### Changelog
### 0.58.0 (NEXT)
* Initial experimental support for Amazfit T-Rex Pro
* InfiniTime: Try to fix firmware upgrage by fiddleing with optimization rules
* Huami: Fix lost samples bug with timezones that are have a 30 minute offset
* Fossil Hybrid HR: Block dangerous intents by default and move some settings to developer settings submenu
* Improved logging in bonding and tried to recover from weirdness
* Use a seperate notification channel for low battery warnings
### 0.57.1
* Mi Band 6: Add Pomodoro to menu items
* Mi Band 6: Support flashing firmware, res and watchfaces

View File

@ -26,8 +26,8 @@ android {
multiDexEnabled true
// Note: always bump BOTH versionCode and versionName!
versionName "0.57.1"
versionCode 195
versionName "0.58.0"
versionCode 196
vectorDrawables.useSupportLibrary = true
}
buildTypes {