mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-23 18:36:50 +01:00
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
|
||||
|
||||
####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)
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user