update CHANGELOG and README
This commit is contained in:
parent
041bd1a7f4
commit
b02c286818
|
@ -1,5 +1,12 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Next Version
|
||||||
|
* Pebble: WIP implementantion of PebbleKit Intents to make some 3rd party Android apps work with the Pebble (eg. Ventoo)
|
||||||
|
* Pebble: Option to set reconnect attempts in settings (one attempt ususally takes about 5 seconds)
|
||||||
|
* Support contolling all audio players that react to media buttons (can be chosen in settings)
|
||||||
|
* Treat SMS as generic notification if set to "never" (can be blacklisted there also if desired)
|
||||||
|
* Treat Conversations messagess as chat messages, even if arrived via Pebble Intents (nice icon for Pebble FW 3.x)
|
||||||
|
|
||||||
####Version 0.5.4
|
####Version 0.5.4
|
||||||
* Miband: allow the transfer of activity data without clearing MiBand's memory
|
* Miband: allow the transfer of activity data without clearing MiBand's memory
|
||||||
* Pebble: for generic notifications use generic icon instead of SMS icons on FW 3.x (thanks @roidelapluie)
|
* Pebble: for generic notifications use generic icon instead of SMS icons on FW 3.x (thanks @roidelapluie)
|
||||||
|
|
|
@ -23,12 +23,12 @@ need to create an account and transmit any of your data to the vendor's servers.
|
||||||
* Support for generic notifications (above filtered out)
|
* Support for generic notifications (above filtered out)
|
||||||
* Dismiss individial notifications or open corresponding app on phone from the action menu (generic notifications)
|
* Dismiss individial notifications or open corresponding app on phone from the action menu (generic notifications)
|
||||||
* Dismiss all notifications from the action menu (non-generic notifications)
|
* Dismiss all notifications from the action menu (non-generic notifications)
|
||||||
* Music playback info (artist, album, track). Apollo and CM 12.1 Music App supported.
|
* Music playback info (artist, album, track)
|
||||||
* Music control: play/pause, next track, previous track, volume up, volume down
|
* Music control: play/pause, next track, previous track, volume up, volume down
|
||||||
* List and remove installed apps/watchfaces
|
* List and remove installed apps/watchfaces
|
||||||
* Install .pbw files
|
* Install watchfaces and firmware files (.pbw and .pbz)
|
||||||
* Install firmware from .pbz files
|
|
||||||
* 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 (experiental).
|
||||||
* Morpheuz sleep data syncronization (experimental)
|
* Morpheuz sleep data syncronization (experimental)
|
||||||
|
|
||||||
## Notes about the Pebble Time
|
## Notes about the Pebble Time
|
||||||
|
|
Loading…
Reference in New Issue