mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-20 14:26:48 +01:00
bump version, add changelog
This commit is contained in:
parent
2843fa242f
commit
8e2e9e2d9c
@ -1,5 +1,9 @@
|
|||||||
### Changelog
|
### 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
|
#### Version 0.31.0
|
||||||
* Pebble: Send all wearable notification actions (not only reply)
|
* Pebble: Send all wearable notification actions (not only reply)
|
||||||
* Pebble: Always allow reply action even if untested features are turned off
|
* Pebble: Always allow reply action even if untested features are turned off
|
||||||
|
@ -25,8 +25,8 @@ android {
|
|||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.31.0"
|
versionName "0.31.1"
|
||||||
versionCode 139
|
versionCode 140
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<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">
|
<release version="0.31.0" versioncode="139">
|
||||||
<change>Pebble: Send all wearable notification actions (not only reply)</change>
|
<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>
|
<change>Pebble: Always allow reply action even if untested features are turned off</change>
|
||||||
|
2
fastlane/metadata/android/en-US/changelogs/140.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/140.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
* Pebble: fix crash when no canned replies have been set
|
||||||
|
* Display measured hr value in debug screen
|
Loading…
x
Reference in New Issue
Block a user