bump version, update changelog

master
Andreas Shimokawa 2017-01-25 22:15:21 +01:00
parent 25433ef6bc
commit 2b632d8b39
3 changed files with 14 additions and 2 deletions

View File

@ -1,5 +1,11 @@
###Changelog
####Version 0.17.3 (next)
* HPlus: Improve display of new messages and phone calls
* HPlus: Fix bug related to steps and heart rate
* Pebble: Support dynamic keys for natively supported watchfaces and watchapps (more stability accross versions)
* Pebble: Fix error Toast being displayed when TimeStyle watchface is not installed
####Version 0.17.2
* Pebble: Fix temperature unit in Timestyle Pebble watchface
* Add optional Cyrillic transliteration (for devices lacking the font)

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 23
// note: always bump BOTH versionCode and versionName!
versionName "0.17.2"
versionCode 83
versionName "0.17.3"
versionCode 84
}
buildTypes {
release {

View File

@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.17.3" versioncode="84">
<change>HPlus: Improve display of new messages and phone calls</change>
<change>HPlus: Fix bug related to steps and heart rate</change>
<change>Pebble: Support dynamic keys for natively supported watchfaces and watchapps (more stability accross versions)</change>
<change>Pebble: Fix error Toast being displayed when TimeStyle watchface is not installed</change>
</release>
<release version="0.17.2" versioncode="83">
<change>Pebble: Fix temperature unit in Timestyle Pebble watchface</change>
<change>Add optional Cyrillic transliteration (for devices lacking the font)</change>