update README.md and CHANGELOG.md, bump version (not yet release time)
This commit is contained in:
parent
90fe75e044
commit
9eea17d5f5
|
@ -1,10 +1,17 @@
|
||||||
###Changelog
|
###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
|
####Version 0.1.5
|
||||||
* Fix for DST (summer time)
|
* Fix for DST (summer time)
|
||||||
* Option to sync time on connect (enabled by default)
|
* Option to sync time on connect (enabled by default)
|
||||||
* Opening .pbw files with Gadgetbridge prints some package information
|
* 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
|
####Version 0.1.4
|
||||||
* New AppManager shows installed Apps/Watchfaces (removal possible via context menu)
|
* New AppManager shows installed Apps/Watchfaces (removal possible via context menu)
|
||||||
|
|
|
@ -18,6 +18,7 @@ Features:
|
||||||
* Apollo playback info (artist, album, track)
|
* Apollo playback info (artist, album, track)
|
||||||
* Music control: play/pause, next track, previous track
|
* Music control: play/pause, next track, previous track
|
||||||
* List and remove installed apps/watchfaces
|
* List and remove installed apps/watchfaces
|
||||||
|
* Install .pbw files (EXPERMIENTAL)
|
||||||
|
|
||||||
How to use:
|
How to use:
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,8 @@ android {
|
||||||
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 21
|
targetSdkVersion 21
|
||||||
versionCode 6
|
versionCode 7
|
||||||
versionName "0.1.5"
|
versionName "0.2.0"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|
Loading…
Reference in New Issue