Updated
This commit is contained in:
parent
e9f693942a
commit
1b1d60faa8
|
@ -1,11 +1,14 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
####Version (next)
|
####Version (next)
|
||||||
|
|
||||||
|
####Version 0.4.5
|
||||||
* Enhancement to activity graphs: new graph showing the number of steps done today and in the last week
|
* Enhancement to activity graphs: new graph showing the number of steps done today and in the last week
|
||||||
* New preference to set the desired fitness goal (number of steps to walk in one day)
|
* New preference to set the desired fitness goal (number of steps to walk in one day)
|
||||||
* Mi Band: support for setting the fitness goal (the band will show the progress to the goal with the leds and vibrates when the goal is reached)
|
* Mi Band: support for setting the fitness goal (the band will show the progress to the goal with the leds and vibrates when the goal is reached)
|
||||||
* Mi Band: send the wear location (left / right hand) to the device
|
* Mi Band: send the wear location (left / right hand) to the device
|
||||||
* Mi Band: support for flashing firmware from .fw files (upgrades and downgrades are possible)
|
* Mi Band: support for flashing firmware from .fw files (upgrades and downgrades are possible)
|
||||||
|
* Fixed crash when synchronizing activity data in the graphs activity and changing device orientation
|
||||||
|
|
||||||
####Version 0.4.4
|
####Version 0.4.4
|
||||||
* Set GadgetBridge notification visibility to public, to show the connection status on the lockscreen
|
* Set GadgetBridge notification visibility to public, to show the connection status on the lockscreen
|
||||||
|
|
|
@ -42,6 +42,8 @@ need to create an account and transmit any of your data to the vendor's servers.
|
||||||
* Synchronize the time to the Mi Band
|
* Synchronize the time to the Mi Band
|
||||||
* Display firmware version and battery state
|
* Display firmware version and battery state
|
||||||
* Synchronize activity data
|
* Synchronize activity data
|
||||||
|
* Display sleep data (alpha)
|
||||||
|
* Display sports data (step count) (alpha)
|
||||||
* Set alarms on the Mi Band
|
* Set alarms on the Mi Band
|
||||||
|
|
||||||
## How to use (Mi Band)
|
## How to use (Mi Band)
|
||||||
|
|
Loading…
Reference in New Issue