add xml changelog and fastlane

This commit is contained in:
Andreas Shimokawa 2019-11-24 22:11:52 +01:00
parent 931f9cec04
commit 1b3fbe571e
3 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
### Changelog
#### Version 0.39.1 (WIP)
* Active re-connection
#### Version 0.39.1
* Try to actively re-connect when a connection gets interrupted (interval grows up to 64 seconds)
* Mi Band2/Amazfip Bip: Make button action settings per-device and enable for Amazfit Bip
#### Version 0.39.0

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.39.1" versioncode="162">
<change>Try to actively re-connect when a connection gets interrupted (interval grows up to 64 seconds)</change>
<change>Mi Band2/Amazfip Bip: Make button action settings per-device and enable for Amazfit Bip</change>
</release>
<release version="0.39.0" versioncode="161">
<change>Amazfit GTS: Initial and incomplete support, mostly untested</change>
<change>Add forward/backward buttons to charts for faster navigation</change>

View File

@ -0,0 +1,2 @@
* Try to actively re-connect when a connection gets interrupted (interval grows up to 64 seconds)
* Mi Band2/Amazfip Bip: Make button action settings per-device and enable for Amazfit Bip