bump version, update CHANGELOG.md and README.md

master
Andreas Shimokawa 2016-02-21 15:46:53 +01:00
parent 1a96bd31e5
commit db6f26fcd5
3 changed files with 5 additions and 5 deletions

View File

@ -7,6 +7,7 @@
* Pebble: Fix wrong(previous) contact being displayed on the pebble
* Mi Band: improvements to pairing
* Fix a problem related to shared preferences storage of activity settings.
* Very basic support Android 6 runtime permission
####Version 0.7.4
* Refactored the settings activity: User details are now generic instead of miband specific. Old settings are preserved.

View File

@ -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 language files (.pbl)
* Take and share screenshots from the Pebble's screen
* PebbleKit support for 3rd Party Android Apps support (experimental)
* Morpheuz sleep data syncronization (experimental)
* Misfit steps data synchronization (experimental)
* PebbleKit support for 3rd Party Android Apps (experimental)
* Fetch activity data from Pebble Health, Misfit and Morpheuz (experimental)
## Notes about Firmware 3.x (Pebble Time, updated OG)

View File

@ -14,8 +14,8 @@ android {
targetSdkVersion 23
// note: always bump BOTH versionCode and versionName!
versionName "0.7.4"
versionCode 40
versionName "0.8.0"
versionCode 41
}
buildTypes {
release {