mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
bump version to 0.6.5, update CHANGELOG.md and README.md
This commit is contained in:
parent
54c316778b
commit
b99b9bbb75
@ -1,7 +1,8 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
####Version 0,6.5
|
####Version 0,6.5
|
||||||
* Support "Locate Device" with Mi Band 1A (and Mi Band 1 with new firmware)
|
* Mi Band: Support "Locate Device" with Mi Band 1A (and Mi Band 1 with new firmware)
|
||||||
|
* Pebble: Support syncing steps from Misfit (untested features must be turned on to see them), intensity=steps, no sleep support yet
|
||||||
* Disable activity fetching when not supported
|
* Disable activity fetching when not supported
|
||||||
* Small improvements to live activity charts
|
* Small improvements to live activity charts
|
||||||
|
|
||||||
|
@ -29,8 +29,9 @@ need to create an account and transmit any of your data to the vendor's servers.
|
|||||||
* Install watchfaces and firmware files (.pbw and .pbz)
|
* Install watchfaces and firmware files (.pbw and .pbz)
|
||||||
* Install language files (.pbl) (currently on Firmware 2.x only)
|
* Install language files (.pbl) (currently on Firmware 2.x only)
|
||||||
* Take and share screenshots from the Pebble's screen
|
* Take and share screenshots from the Pebble's screen
|
||||||
* PebbleKit support for 3rd Party Android Apps support (experimental).
|
* PebbleKit support for 3rd Party Android Apps support (experimental)
|
||||||
* Morpheuz sleep data syncronization (experimental)
|
* Morpheuz sleep data syncronization (experimental)
|
||||||
|
* Misfit steps data synchronization (experimental)
|
||||||
|
|
||||||
## Notes about the Pebble Time
|
## Notes about the Pebble Time
|
||||||
|
|
||||||
@ -38,6 +39,7 @@ All features are also supported on the Pebble Time, except for the following:
|
|||||||
|
|
||||||
* Listing installed watchfaces (it will simply display the UUIDs of previously installed watchapps, no matter if they are still installed or not)
|
* Listing installed watchfaces (it will simply display the UUIDs of previously installed watchapps, no matter if they are still installed or not)
|
||||||
* Firmware installation is untested and will probably not work.
|
* Firmware installation is untested and will probably not work.
|
||||||
|
* Installation of language files (.pbl) is not supported.
|
||||||
|
|
||||||
## How to use (Pebble)
|
## How to use (Pebble)
|
||||||
|
|
||||||
|
@ -12,8 +12,8 @@ android {
|
|||||||
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 30
|
versionCode 31
|
||||||
versionName "0.6.4"
|
versionName "0.6.5"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
Loading…
Reference in New Issue
Block a user