1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-27 20:36:51 +01:00

Bump version to 0.4.6

This commit is contained in:
Andreas Shimokawa 2015-08-15 22:41:29 +02:00
parent c69bf1b0af
commit a2e2600469
2 changed files with 3 additions and 4 deletions

View File

@ -1,10 +1,9 @@
###Changelog ###Changelog
####Version (next)
####Version 0.4.6 ####Version 0.4.6
* Mi Band: Fixed negative number of steps displayed (#91) * Mi Band: Fixed negative number of steps displayed (#91)
* Mi Band: fixed (re-) connection problems after band getting disconnected * Mi Band: fixed (re-) connection problems after band getting disconnected
* Pebble: new option to enable untested code (enable only if you like bad surprises)
* Fixed slight steps graph distortion through black text labels * Fixed slight steps graph distortion through black text labels
* Fixed control center activity and notification showing different device connection state * Fixed control center activity and notification showing different device connection state
* Small firmware installation improvements * Small firmware installation improvements

View File

@ -8,8 +8,8 @@ android {
applicationId "nodomain.freeyourgadget.gadgetbridge" applicationId "nodomain.freeyourgadget.gadgetbridge"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 21 targetSdkVersion 21
versionCode 19 versionCode 20
versionName "0.4.5" versionName "0.4.6"
} }
buildTypes { buildTypes {
release { release {