bump version, update CHANGELOG.md and README.md
This commit is contained in:
parent
1a96bd31e5
commit
db6f26fcd5
|
@ -7,6 +7,7 @@
|
||||||
* Pebble: Fix wrong(previous) contact being displayed on the pebble
|
* Pebble: Fix wrong(previous) contact being displayed on the pebble
|
||||||
* Mi Band: improvements to pairing
|
* Mi Band: improvements to pairing
|
||||||
* Fix a problem related to shared preferences storage of activity settings.
|
* Fix a problem related to shared preferences storage of activity settings.
|
||||||
|
* Very basic support Android 6 runtime permission
|
||||||
|
|
||||||
####Version 0.7.4
|
####Version 0.7.4
|
||||||
* Refactored the settings activity: User details are now generic instead of miband specific. Old settings are preserved.
|
* Refactored the settings activity: User details are now generic instead of miband specific. Old settings are preserved.
|
||||||
|
|
|
@ -31,9 +31,8 @@ need to create an account and transmit any of your data to the vendor's servers.
|
||||||
* Install firwmare files (.pbz) [READ THE WIKI](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Pebble-Firmware-updates)
|
* Install firwmare files (.pbz) [READ THE WIKI](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Pebble-Firmware-updates)
|
||||||
* Install language files (.pbl)
|
* Install language files (.pbl)
|
||||||
* 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 (experimental)
|
||||||
* Morpheuz sleep data syncronization (experimental)
|
* Fetch activity data from Pebble Health, Misfit and Morpheuz (experimental)
|
||||||
* Misfit steps data synchronization (experimental)
|
|
||||||
|
|
||||||
## Notes about Firmware 3.x (Pebble Time, updated OG)
|
## Notes about Firmware 3.x (Pebble Time, updated OG)
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,8 @@ android {
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.7.4"
|
versionName "0.8.0"
|
||||||
versionCode 40
|
versionCode 41
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|
Loading…
Reference in New Issue