mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
bump version, update changelog
This commit is contained in:
parent
9fc1ed2e36
commit
5e66447788
@ -1,10 +1,13 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
### NEXT
|
### 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
|
||||||
* Mi Band 6: Enable Unicode Emoji support
|
* Mi Band 6: Enable Unicode Emoji support
|
||||||
* Fossil Hybrid HR: Move commute actions to device specific settings
|
* Fossil Hybrid HR: Move commute actions to device specific settings
|
||||||
|
* Fossil Hybrid HR: Use Gadgetbridge App Manager (same as Pebble), allowing quick switching of watchfaces and caching apps for later re-(installation)
|
||||||
|
* Huami: Send changed weight, birthday and height data to watch immediately
|
||||||
|
* Use flexbox layout for icons in device cards, allowing line breaks for small phones
|
||||||
|
|
||||||
### 0.57.0
|
### 0.57.0
|
||||||
* Initial limited support for Mi Band 6
|
* Initial limited support for Mi Band 6
|
||||||
|
@ -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.0"
|
versionName "0.57.1"
|
||||||
versionCode 194
|
versionCode 195
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
Reference in New Issue
Block a user