mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
bump version, draft changelog
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
### Changelog
|
### 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
|
### 0.57.1
|
||||||
* Mi Band 6: Add Pomodoro to menu items
|
* Mi Band 6: Add Pomodoro to menu items
|
||||||
* Mi Band 6: Support flashing firmware, res and watchfaces
|
* Mi Band 6: Support flashing firmware, res and watchfaces
|
||||||
|
|||||||
+2
-2
@@ -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.57.1"
|
versionName "0.58.0"
|
||||||
versionCode 195
|
versionCode 196
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|||||||
Reference in New Issue
Block a user