bump version, update changelog

This commit is contained in:
Andreas Shimokawa 2021-05-29 17:05:11 +02:00
parent 9fc1ed2e36
commit 5e66447788
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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 {