mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-24 01:25:50 +01:00
update changelog, bump version
This commit is contained in:
parent
3db009e77d
commit
4763731c4e
@ -1,5 +1,10 @@
|
||||
###Changelog
|
||||
|
||||
####Version 0.14.4
|
||||
* Pebble 2/LE: Fix multiple bugs in reconnection code, honor reconnect tries from settings
|
||||
* Mi Band 2: Experimental support for activity recognition
|
||||
* Mi Band 2: Fix time setting code
|
||||
|
||||
####Version 0.14.3
|
||||
* Pebble: Experimental support for pairing and using all Pebble models via BLE
|
||||
* Mi Band 1: Fix regression causing display of wrong activity data (#440)
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 23
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.14.3"
|
||||
versionCode 75
|
||||
versionName "0.14.4"
|
||||
versionCode 76
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
@ -1,5 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.14.4" versioncode="76">
|
||||
<change>Pebble 2/LE: Fix multiple bugs in reconnection code, honor reconnect tries from settings</change>
|
||||
<change>Mi Band 2: Experimental support for activity recognition</change>
|
||||
<change>Mi Band 2: Fix time setting code</change>
|
||||
</release>
|
||||
<release version="0.14.3" versioncode="75">
|
||||
<change>Pebble: Experimental support for pairing and using all Pebble models via BLE</change>
|
||||
<change>Mi Band 1: Fix regression causing display of wrong activity data</change>
|
||||
|
Loading…
Reference in New Issue
Block a user