mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
bump version, update changelog
This commit is contained in:
parent
25433ef6bc
commit
2b632d8b39
@ -1,5 +1,11 @@
|
|||||||
###Changelog
|
###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
|
####Version 0.17.2
|
||||||
* Pebble: Fix temperature unit in Timestyle Pebble watchface
|
* Pebble: Fix temperature unit in Timestyle Pebble watchface
|
||||||
* Add optional Cyrillic transliteration (for devices lacking the font)
|
* Add optional Cyrillic transliteration (for devices lacking the font)
|
||||||
|
@ -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.2"
|
versionName "0.17.3"
|
||||||
versionCode 83
|
versionCode 84
|
||||||
}
|
}
|
||||||
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.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">
|
<release version="0.17.2" versioncode="83">
|
||||||
<change>Pebble: Fix temperature unit in Timestyle Pebble watchface</change>
|
<change>Pebble: Fix temperature unit in Timestyle Pebble watchface</change>
|
||||||
<change>Add optional Cyrillic transliteration (for devices lacking the font)</change>
|
<change>Add optional Cyrillic transliteration (for devices lacking the font)</change>
|
||||||
|
Loading…
Reference in New Issue
Block a user