1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-10-18 09:19:34 +02:00

Bump version, update CHANGELOG

This commit is contained in:
Andreas Shimokawa 2015-09-26 21:28:58 +02:00
parent e7e583a5ba
commit 949c49f2c9
2 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,11 @@
###Changelog ###Changelog
####Next Version ####Version 0.6.1
* Pebble: Allow muting (blacklisting) Apps from within generic notifications on the watch * Pebble: Allow muting (blacklisting) Apps from within generic notifications on the watch
* Pebble: Detect all known Pebble Versions including new "chalk" platform (Pebble Time Round) * Pebble: Detect all known Pebble Versions including new "chalk" platform (Pebble Time Round)
* Option to ignore phone calls (useful for Pebble Dialer) * Option to ignore phone calls (useful for Pebble Dialer)
* Mi Band: Added progressbar for activity data transfer and fixes for firmware transfer progressbar
* Bugfix for app blacklist (some checkboxes where wrongly drawn as checked)
####Version 0.6.0 ####Version 0.6.0
* Pebble: WIP implementantion of PebbleKit Intents to make some 3rd party Android apps work with the Pebble (eg. Ventoo) * Pebble: WIP implementantion of PebbleKit Intents to make some 3rd party Android apps work with the Pebble (eg. Ventoo)

View File

@ -12,8 +12,8 @@ android {
applicationId "nodomain.freeyourgadget.gadgetbridge" applicationId "nodomain.freeyourgadget.gadgetbridge"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 23 targetSdkVersion 23
versionCode 26 versionCode 27
versionName "0.6.0" versionName "0.6.1"
} }
buildTypes { buildTypes {
release { release {