mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
bump version, update changelog
This commit is contained in:
parent
2dbda6138b
commit
c23e496db6
@ -1,5 +1,11 @@
|
|||||||
###Changelog
|
###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
|
####Version 0.17.4
|
||||||
* Better integration with android music players
|
* Better integration with android music players
|
||||||
* Privacy options for calls (hide caller name/number)
|
* Privacy options for calls (hide caller name/number)
|
||||||
|
@ -26,8 +26,8 @@ android {
|
|||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.17.4"
|
versionName "0.17.5"
|
||||||
versionCode 85
|
versionCode 86
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<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">
|
<release version="0.17.4" versioncode="85">
|
||||||
<change>Better integration with android music players</change>
|
<change>Better integration with android music players</change>
|
||||||
<change>Privacy options for calls (hide caller name/number)</change>
|
<change>Privacy options for calls (hide caller name/number)</change>
|
||||||
|
Loading…
Reference in New Issue
Block a user