mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-23 18:36:50 +01:00
bump version update xml changelog
This commit is contained in:
parent
3714ec82da
commit
98949f3b54
@ -1,7 +1,7 @@
|
||||
###Changelog
|
||||
|
||||
####Version 0.9.1
|
||||
* Mi Band: Fixed sporadic connection problems (stuck on "Initializing" #249)
|
||||
* Mi Band: fix sporadic connection problems (stuck on "Initializing" #249)
|
||||
* Mi Band: enable low latency connection (faster) during initialization and activity sync
|
||||
* Mi Band: better feedback for firmware update
|
||||
* Device Item is now clickable also when the information entries are visible
|
||||
|
@ -16,8 +16,8 @@ android {
|
||||
targetSdkVersion 23
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.9.0"
|
||||
versionCode 44
|
||||
versionName "0.9.1"
|
||||
versionCode 45
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
@ -1,5 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.9.1" versioncode="45">
|
||||
<change>Mi Band: fix sporadic connection problems (stuck on "Initializing" #249)</change>
|
||||
<change>Mi Band: enable low latency connection (faster) during initialization and activity sync</change>
|
||||
<change>Mi Band: better feedback for firmware update</change>
|
||||
<change>Device Item is now clickable also when the information entries are visible</change>
|
||||
<change>Fix enabling log file writing #261</change>
|
||||
</release>
|
||||
<release version="0.9.0" versioncode="44">
|
||||
<change>Pebble: Support for configuring watchfaces/apps locally (clay) or though webbrowser (some do not work)</change>
|
||||
<change>Pebble: hide the alarm management activity as it's unsupported</change>
|
||||
|
Loading…
Reference in New Issue
Block a user