update README.md and CHANGELOG.md, bump version (not yet release time)

This commit is contained in:
Andreas Shimokawa 2015-04-08 00:28:43 +02:00
parent 90fe75e044
commit 9eea17d5f5
3 changed files with 11 additions and 3 deletions

View File

@ -1,10 +1,17 @@
###Changelog
####Version 0.2.0
* Experimental pbw installation support (watchfaces/apps)
* New icons for device and app lists
* Fix for device list not refreshing when bluetooth gets turned on
* Fix for crash on some devices when creating a debug notification
* Lots of internal changes preparing multi device support
####Version 0.1.5
* Fix for DST (summer time)
* Option to sync time on connect (enabled by default)
* Opening .pbw files with Gadgetbridge prints some package information
(Tbis was not meant to be released yet, but the DST fix made a new release neccessary)
(This was not meant to be released yet, but the DST fix made a new release neccessary)
####Version 0.1.4
* New AppManager shows installed Apps/Watchfaces (removal possible via context menu)

View File

@ -18,6 +18,7 @@ Features:
* Apollo playback info (artist, album, track)
* Music control: play/pause, next track, previous track
* List and remove installed apps/watchfaces
* Install .pbw files (EXPERMIENTAL)
How to use:

View File

@ -8,8 +8,8 @@ android {
applicationId "nodomain.freeyourgadget.gadgetbridge"
minSdkVersion 19
targetSdkVersion 21
versionCode 6
versionName "0.1.5"
versionCode 7
versionName "0.2.0"
}
buildTypes {
release {