bump version, update changelog

master
Andreas Shimokawa 2017-02-20 22:19:16 +01:00
parent 2dbda6138b
commit c23e496db6
3 changed files with 14 additions and 2 deletions

View File

@ -1,5 +1,11 @@
###Changelog
####Version 0.17.5
* Automatically start the service on boot (can be turned off)
* Pebble: PebbleKit compatibility improvements (Datalogging)
* Pebble: Display music shuffle and repeat states for some players
* Pebble 2/LE: Speed up data transfer
####Version 0.17.4
* Better integration with android music players
* Privacy options for calls (hide caller name/number)

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 23
// note: always bump BOTH versionCode and versionName!
versionName "0.17.4"
versionCode 85
versionName "0.17.5"
versionCode 86
}
buildTypes {
release {

View File

@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.17.5" versioncode="86">
<change>Automatically start the service on boot (can be turned off)</change>
<change>Pebble: PebbleKit compatibility improvements (Datalogging)</change>
<change>Pebble: Display music shuffle and repeat states for some players</change>
<change>Pebble 2/LE: Speed up data transfer</change>
</release>
<release version="0.17.4" versioncode="85">
<change>Better integration with android music players</change>
<change>Privacy options for calls (hide caller name/number)</change>