bump version to 0.6.0 (not yet tagged)

live-activity-data
Andreas Shimokawa 2015-09-19 12:56:29 +02:00
parent 5fb6090be1
commit 4b690ad641
2 changed files with 7 additions and 7 deletions

View File

@ -1,16 +1,16 @@
###Changelog ###Changelog
####Next Version ####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)
* Pebble: Option to set reconnect attempts in settings (one attempt usually takes about 5 seconds) * Pebble: Option to set reconnection attempts in settings (one attempt usually takes about 5 seconds)
* Support contolling all audio players that react to media buttons (can be chosen in settings) * Support contolling all audio players that react to media buttons (can be chosen in settings)
* Treat SMS as generic notification if set to "never" (can be blacklisted there also if desired) * Treat SMS as generic notification if set to "never" (can be blacklisted there also if desired)
* Treat Conversations messagess as chat messages, even if arrived via Pebble Intents (nice icon for Pebble FW 3.x) * Treat Conversations messagess as chat messages, even if arrived via Pebble Intents (nice icon for Pebble FW 3.x)
* Allow opening firmware / app files from the download manager "app" (technically a content provider) * Allow opening firmware / app files from the download manager "app" (technically a content provider)
* Miband: withelisted a few firmware versions * Mi Band: whitelisted a few firmware versions
####Version 0.5.4 ####Version 0.5.4
* Miband: allow the transfer of activity data without clearing MiBand's memory * Mi Band: allow the transfer of activity data without clearing MiBand's memory
* Pebble: for generic notifications use generic icon instead of SMS icons on FW 3.x (thanks @roidelapluie) * Pebble: for generic notifications use generic icon instead of SMS icons on FW 3.x (thanks @roidelapluie)
* Pebble: use different icons and background colors for specific groups of applications (chat, mail, etc) (thanks @roidelapluie) * Pebble: use different icons and background colors for specific groups of applications (chat, mail, etc) (thanks @roidelapluie)
* In settings, support blacklisting apps for generic notifications * In settings, support blacklisting apps for generic notifications
@ -25,7 +25,7 @@
####Version 0.5.2 ####Version 0.5.2
* Pebble: support "dismiss all" action also on Pebble Time/FW 3.x notifications * Pebble: support "dismiss all" action also on Pebble Time/FW 3.x notifications
* Miband: show a notification when the battery is below 10% * Mi Band: show a notification when the battery is below 10%
* Graphs are now using the same theme as the rest of the application * Graphs are now using the same theme as the rest of the application
* Graphs now show when the device was not worn by the user (for devices that send this information) * Graphs now show when the device was not worn by the user (for devices that send this information)
* Remove unused settings option in charts view * Remove unused settings option in charts view

View File

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