mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-24 01:25:50 +01:00
bump version, draft changelog
This commit is contained in:
parent
a52d22071c
commit
f328f80394
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user