1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-09 22:57:54 +02:00

bump version, add changelog

This commit is contained in:
Andreas Shimokawa 2018-11-08 07:06:30 +01:00
parent 2843fa242f
commit 8e2e9e2d9c
4 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,9 @@
### Changelog
#### Version 0.31.1
* Pebble: fix crash when no canned replies have been set
* Display measured hr value in debug screen
#### Version 0.31.0
* Pebble: Send all wearable notification actions (not only reply)
* Pebble: Always allow reply action even if untested features are turned off

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 27
// Note: always bump BOTH versionCode and versionName!
versionName "0.31.0"
versionCode 139
versionName "0.31.1"
versionCode 140
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.31.1" versioncode="140">
<change>Pebble: fix crash when no canned replies have been set</change>
<change>Display measured hr value in debug screen</change>
</release>
<release version="0.31.0" versioncode="139">
<change>Pebble: Send all wearable notification actions (not only reply)</change>
<change>Pebble: Always allow reply action even if untested features are turned off</change>

View File

@ -0,0 +1,2 @@
* Pebble: fix crash when no canned replies have been set
* Display measured hr value in debug screen